@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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-image: none;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: center top;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #E94039;
}

.oneColFixCtrHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-attachment: scroll;
	background-image: url(../i/wrapperback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #A21B21;
}
.oneColFixCtrHdr #header {
	background-image: url(../i/2008header_v7.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	background-position: center;
}
.oneColFixCtrHdr #topheader {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 45px;
	color: #000000;
	background-image: url(../i/topheader_v2.jpg);
}
.oneColFixCtrHdr #menu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.oneColFixCtrHdr  #menu a:visited {
	color: #999999;
	text-decoration: none;
}

.oneColFixCtrHdr #menu a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #menu a:hover {
	color: #FAD53E;
	text-decoration: underline;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	color: #000000;
	margin-bottom: 5px;
	border: 1px solid #000000;
	background-image: url(../i/trans50.gif);
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #0000FF;
	font-size: 9px;
	border-top-width: 1px;
	border-bottom-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
.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 */
}#wrap {
	width: 850px;
	margin-top: 10px;
	margin-left: -425px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 50%;
	position: absolute;
}
.oneColFixCtrHdr #container2 {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: -325px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -425px;
	background-attachment: scroll;
	background-image: url(../i/wrapperback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #999999;
	position: absolute;
	left: 50%;
	top: 50%;
}
.oneColFixCtrHdr #container3 {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -425px;
	background-attachment: scroll;
	background-image: url(../i/wrapperback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	position: absolute;
	left: 50%;
	top: 50%;
}
