@charset "utf-8";
body {
	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: #FFFFFF;
	background-color: #00091D;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
input {
 background-color: #ADBAC9;
 color: #000000;
}
textarea {
 background-color: #ADBAC9;
 color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1064px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 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 {
	background-image: url(bg_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	padding-top: 0;
	padding-right: 62px;
	padding-bottom: 0;
	padding-left: 62px;
}
.oneColFixCtrHdr #header_logo {
	float: left;
	text-align:left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #nav{
	padding-top: 0;
	padding-right: 62px;
	padding-bottom: 0;
	padding-left: 62px;
	background-image: url(side.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #flash_content{
	padding-top: 5px;
	padding-right: 62px;
	padding-bottom: 5px;
	padding-left: 62px;
}
.oneColFixCtrHdr #select{
	padding-top: 5px;
	padding-right: 62px;
	padding-bottom: 5px;
	padding-left: 62px;
	background-image: url(select.gif);
	background-repeat: no-repeat;
	background-position: 62px 0px;
	height: 29px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 5px;
	padding-right: 62px;
	padding-bottom: 5px;
	padding-left: 62px;
}
.oneColFixCtrHdr #mainContent_sub {
	padding-top: 15px;
	padding-right: 92px;
	padding-bottom: 15px;
	padding-left: 92px;
	background-image: url(bg_middle.gif);
	background-repeat: repeat-y;
	background-position: 62px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #footer {
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: 62px 0px;
	height: 51px;
	padding-top: 10px;
	padding-right: 66px;
	padding-bottom: 0;
	padding-left: 66px;
	text-align:right;
	color: #000033;
	font-size: 11px;
}
.oneColFixCtrHdr #footer a {
color:#000033;
text-decoration:underline;
}
.oneColFixCtrHdr #footer a:hover {
color:#000033;
text-decoration:underline;
}
.oneColFixCtrHdr #footer a:active {
color:#000033;
text-decoration:underline;
}
.oneColFixCtrHdr #footer a:visited {
color:#000033;
text-decoration:underline;
}
.oneColFixCtrHdr #subcat {
	height: 148px;
	width: 199px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background-image: url(bg_subcat.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 20px;
}
.oneColFixCtrHdr #subcat2 {
	height: 148px;
	width: 199px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-image: url(bg_subcat.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 20px;
}
.oneColFixCtrHdr #subcat2 a {
	color: #FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #subcat2 a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.oneColFixCtrHdr #subcat2 a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #subcat2 a:visited {
	color: #FFFFFF;
	text-decoration:none;
}