@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;
	margin-top: 20px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #newsline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	background: #C31230;
	padding: 4px;
}
.oneColFixCtrHdr  #advertising   {
	height: 50px;
	top: 550px;
}


.oneColFixCtrHdr #menu {
	position: absolute;
	height: 80px;
	width: 780px;
	top: 206px;
}
.oneColFixCtrHdr #menuline {
	background: #C31230;
	height: 5px;
	width: 780px;
	top: 200px;
}

.oneColFixCtrHdr #container {
	width: 780px;
	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. */
	vertical-align: top;
	background: #FFFFFF;
	height: auto;
}
.oneColFixCtrHdr #header {
	vertical-align: top;
	height: 185px;
}


.oneColFixCtrHdr #mainContent {
	padding: 75px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	vertical-align: top;
}
.oneColFixCtrHdr #footer {
	padding: 5px 0px 5px 0px;
	background-color: #002B5C;
}
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

</style>
p {
	font-size: 0.8em;
}
h1,h2,h3,h4 {
	color: #002B5C;
}
h5 {
	color: #C31230;
}



p {
	font-size: .8em;
}

li {
	font-size: 10pt;
}
.oneColFixCtrHdr #title {
	height: 75px;
	width: 450px;
	top: 700px;
	right: 30px;
}
.oneColFixCtrHdr #newslinetop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #002B5C;
	font-weight: bold;
	padding: 0px 0px 4px 4px;
	text-align: right;
}
