html { 
	padding:0px;
	margin:0px;
	height:100%;
}

@charset "utf-8";
body {
	background: #404040;
	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: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.oneColFixCtrHdr #container {
	width: 85%;  
	background: #404040;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr  #mainContent  img  {
	border: 0px;
}

.oneColFixCtrHdr #header {
	background: #404040;
	height: 160px;
	margin-left: 0;

}
.oneColFixCtrHdr  #header  img  {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10pt;
	color: #a0f060
	;
}
.oneColFixCtrHdr #header h1 a {
	text-decoration: none;
	color: #a0f060;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	color: #8060c0;
}
.oneColFixCtrHdr #mainContent p {
	font-size: 10pt;
}

.oneColFixCtrHdr #mainContent a:link {
	text-decoration: none;
	color: #e0e020;
}
.oneColFixCtrHdr #mainContent a:visited {
	text-decoration: none;
	color: #a0c0a0;
}

.oneColFixCtrHdr #mainContent img
{	border: 2px solid #f0f0f0;
	text-align: center;
}


.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #404040;
	margin-bottom: 20px;
	width: 75%;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a0c0a0;
	border-top: #8060c0 3px dotted;
	font-size: 8pt;
}
.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-size: 8pt;
	color: #404040;
}
.oneColFixCtrHdr #container #footer a {
	color: #404040;
	text-decoration: none;
	font-weight: bold;
}

.oneColFixCtrHdr #footer li {
	font-size: 8pt;
	color: #404040;
	list-style-type: square;
}

.oneColFixCtrHdr #footer h2 {
	font-size: 14pt;
	color: #404040;
}

