@charset "UTF-8";
body {
	font:"Times New Roman", Times, serif;
	font-size:18px;
	background:#000 url(../images/background.jpg) center top no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #fff;
}
.oneColFixCtrHdr #container {
	width: 892px;
	margin: 30px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:265px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background:url(../images/maindiv_bg.gif) center repeat-y;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000 url(../images/footer.gif) center top no-repeat;
	height:23px;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#float_right {
	float:right;	
}
#image_bar img{
	margin:0px 13px 0px 13px;
}

.oneColFixCtrHdr #container #mainContent #main_text table {
	color: #FC0;
}
#nav a, #nav a:active, #nav a:visited {
	background:white none repeat scroll 0 0;
	color:black;
	display:block;
	float:left;
	margin-right:10px;
	border-bottom:0px;
	border-top:thin;
	border-right:thin;
	border-left:thin;
	border-color:black;
	border-style:solid;
	padding:5px 8px;
	text-decoration:none;
	font-size:12px;
	}
#nav a.selected, #nav a.selected:active, #nav a.selected:visited {
	background:#000;
	color:#fff;
	text-decoration:none;
	outline:none;
	}
#nav2 a, #nav2 a:active, #nav2 a:visited {
	display:block;
	float:left;
	padding:5px 8px;
	background:#DAF1C9;
	color:green;
	margin-right:10px;
	text-decoration:none;
	outline:none;
	}
#nav2 a.selected, #nav2 a.selected:active, #nav2 a.selected:visited {
	background:#000;
	color:#fff;
	text-decoration:none;
	outline:none;
	}
.hiddencontent,.hiddencontent2 {
	padding:12px;
	background:#000;
	border:black thin solid;
	display:none;
	}
.clear {
	clear:both;
	}

.oneColFixCtrHdr #container #mainContent #main_text div table tr td a img {
	text-align: center;
}
.style3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
