@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #060812;
	background-image: url(../images/backgroundGrad.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
}
.oneColFixCtrHdr #mainContent p {
	font-size: 1.2em;
	line-height: 1em;
	color: #FFFFFF;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.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 */
	font: 1.2em/1.3em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #FFFFFF;
}

#seoFooterContainer { width:796px; margin:10px auto; overflow:hidden; font: 1.2em/1.3em Verdana,Arial,Helvetica,sans-serif; text-align:left; }
.seoFooterGroup { width:796px; margin:10px 10px 0 10px; padding:0; overflow:hidden; }

.seoHeading{ color:#6369A6; }
.seoFooter{ width:796px; margin:0 0; padding:0; list-style:none; overflow:hidden; } 
.seoFooter li{ text-align:left; float:left; display:inline; }

a.seoNav:link{color:white; text-decoration:none; font-size:1em; font-family:Verdana,Arial,Helvetica,sans-serif; }
a.seoNav:visited{ color:white; text-decoration:none; }
a.seoNav:hover{ color:#6369A6; text-decoration:none; }
a.seoNav:active{ color:white; text-decoration:none; }