@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-image: url(2010images/bkgrd.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-right-color: #000000;
	border-left-width: 2px;
	border-left-color: #000000;
	margin-top: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(2010images/banner.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	height: 100px;
	width: 800px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #666666;
	z-index: 10;
	left: 0px;
	top: 180px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent .style8 img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent p {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.oneColFixCtrHdr #container #mainContent .style1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	z-index: 20;
	left: 0px;
	top: 0px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #CCCCCC;
	background-image: url(2010images/footer.jpg);
	background-repeat: no-repeat;
}
.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 */
}
#apDiv1 {
	width:650px;
	height:50px;
	z-index:30;
	top: 151px;
	left: 80px;
	position: relative;
}
.style8 {	color: #FFFFFF;
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent .style8 a {
	color: #CCCCCC;
	text-decoration: underline;
}
