@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #333333;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header a {
	color: #FFFFFF;
}
#header a:hover, #header a:active, #header a:focus {
	color: #3DB64D;
}
#head {
	height: 180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #03CE02;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03CE02;
	margin-top: 24px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #121212;
}


.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #CCCCCC;
	background-color: #333333;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.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 */
}
#table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E5E5E5;
	border: 1px solid #999;
}
#table1 td {
	padding: 3px;
}
