@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../nav_images/backgrounds/back-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.news {
	font-size: 75%;
}
.oneColFixCtrHdr #container {
	width: 745px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 158px;
	text-indent: -9000px;
	background-image: url(../nav_images/backgrounds/header-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../nav_images/backgrounds/footer-home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-top: 15;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 75%;
	background-color: #BBBABE;
	height: 26px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Main Navigation---------------------------------------------------------------*/

#nav_main {
	list-style: none;
	float:right;
	font-size: 80%;
	padding: 0;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
}
#footer a {
	font-size: 75%;
}
.highlighter {
	font-weight: bold;
	color: #c6c10a;
}
#bannersmArea {
	text-align: center;
	padding:0 5px;
}
#bannersmAreav {
	text-align: center;
	padding:0 5px;
}
/*#bannersmArea img {
	margin: 3px;
}
*/

#bannersmArea img {    padding: 0px;    margin-top: 3px;    margin-right: 2px;    margin-bottom: 3px;    margin-left: 2px; }
#bannersmAreav img {    padding: 0px;    margin-top: 3px;    margin-right: 2px;    margin-bottom: 3px;    margin-left: 2px; }


#nav_main  li{
	display: inline;	
	}
#nav_main  a {
	text-decoration:none;
	color: #FFFFFF;
	width: 90px;
	margin-right: 6px;
	margin-left: 6px;
}
#nav_main  a:hover {
	text-decoration:none;
	color: #FFFF00;
	background-color: #A10811;	
}
#navArea {
	height: 44px;
	background-image: url(../nav_images/backgrounds/nav-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #A10811;
	margin-bottom: 10px;
}

#bannersmArea .adxADSection
{
	width:175px;
	float:left;
	padding:0 0 0 5px;
}
#bannersmAreav .adxADSection
{
	width:175px;
	float:left;
	padding:0 0 0 5px;
	
}


#scrolling_text {
	height: 20px;
	width: 745px;	
	text-align: center;
	color: White;
	font-size: small;
	vertical-align: middle;
	background-image: url(../nav_images/backgrounds/nav-back.gif);
	background-repeat: repeat-x;	
	background-color: #A10811;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top:5px;

}

#SArea {
	height: 20px;
	width: 745px;	
	text-align: center;
	color: White;
	font-size: small;
	vertical-align: middle;
	background-image: url(../nav_images/backgrounds/nav-back.gif);
	background-repeat: repeat-x;	
	background-color: #A10811;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top:5px;

}


