@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
body,td,th {
	color: #696969;
}
a:link,
a:visited,
a:active{
	background: transparent;
	color: #005aff;
	text-decoration: none;
}

a:hover{
	background: transparent;
	color: #005aff;
	text-decoration: underline;
}
.copyright_text {
	color: #15151d;
	font-size: x-small;
}
.logo_descrip {font-size: small}
.oneColFixCtrHdr #container {
	width: 1023px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #252628;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #47494c;
	background-image: url(../images/body_background.gif);
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	width: 900px;
	margin: 0 auto;
}
.oneColFixCtrHdr #footer {
	border: 2px solid #80858b;
	padding: 0 0px;
	background-color: #80858b;
	background-image: url(../images/footer_background.gif);
}
.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: 14px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
