@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000;
	margin: 0; 
	padding: 0;
	color: #FFFFFF;
}

.oneColFixCtrHdr #container {
	width: 762px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #050503;
	margin: 0 auto;
	text-align: left;
}

.oneColFixCtrHdr #header {
	background: #050503;
	text-decoration: none;
	border-style: none;
	list-style: none;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #C5D7FF;
}
.oneColFixCtrHdr #mainContent {
	background: #050503;
	padding: 0px 5px;
}
.oneColFixCtrHdr #footer {
	background:#050503;
	font: 9px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 3px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
 input
{
	color: #657CE6;
	background: #050503;
	font-size: 12px;
	vertical-align: middle;
	margin: 5px;
}
input.submit
{
	background: #050503 url(images/submit.png) no-repeat center center;
	height: 27px;
	width: 81px;
	border-style: none;
}
a:link img,
	a:visited img{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
	a:focus img,
	a:hover img,
	a:active img{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
.rssBody
{
color:#C5D7FF;
font-family:Arial, Helvetica, sans-serif;
}
.rssHead
{
color:#657CE6;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold
}
.sidebar{
	font-size:12px;
}