/* CSS Document */
body {
	background:#FFFFFF; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:.7em; color:#000000;
}
div.bodyBorder {
	width:947px;
}

/* HOME PAGE ----------------------------------------- */
div.homeBodyContent {
	float:left; width:947px; height:713px; background:url(images/home-image.jpg) no-repeat top;
}
div.homeBodyContent div.topNav {
	float:left; width:917px; text-align:right; font-size:1.0em; padding:12px 15px 5px 0px;
}
div.homeBodyContent div.bottomLeft {
	float:left; width:368px; text-align:left; padding:640px 0px 10px 36px; font-size:.9em;
}
div.homeBodyContent div.bottomRight {
	float:left; width:518px; text-align:right; padding:640px 25px 10px 0px; font-size:.9em;
}
div.topNav a, div.bottomLeft a, div.bottomRight a {
	color:#000000; text-decoration:none;
}
div.topNav a:hover, div.bottomLeft a:hover, div.bottomRight a:hover {
	color:#000000; text-decoration:underline;
}


/* INTERIOR PAGES ----------------------------------- */
div.bodyContent {
	float:left; width:947px; height:100%; background:url(images/interior-background.gif) repeat-y;
}
div.interiorHeader {
	float:left; width:917px; height:213px; padding:12px 30px 5px 0px; text-align:right;
}
div.interiorLeft {
	float:left; width:669px; padding:10px 15px 10px 60px; text-align:left;
}
div.interiorLeft h1 {
	color:#ac1630; font-size:1.5em; font-family:"Times New Roman", Times, serif; margin:0px;
}
div.interiorLeft a {
	color:#ac1630; text-decoration:none;
}
div.interiorLeft a:hover {
	color:#000000; text-decoration:none;
}

div.interiorRight {
	float:left; width:203px;
}

div.siteBottom {
	float:left; width:947px; background:url(images/site-bottom.jpg) no-repeat top; height:51px;
}
div.siteBottom a {
	color:#000000; text-decoration:none;
}
div.siteBottom a:hover {
	color:#000000; text-decoration:underline;
}
div.interiorBottomLeft {
	float:left; width:368px; text-align:left; padding:15px 0px 10px 36px; font-size:.9em;
}
div.interiorBottomRight  {
	float:left; width:518px; text-align:right; padding:15px 25px 10px 0px; font-size:.9em;
}

