html, body {
	background-color: #FAF0E6;
	color: #273C5A;
	font-family: "Times New Roman", Times, serif;
	font-size:100%;
	font-style:normal;
}
.footer, .header {
border-top: 2px solid #FAF0E6;
border-bottom: 2px solid #FAF0E6;
margin: 0 auto;
clear: both;
width: 100%; /*ie requires this or height */
text-align:center;
}
.contentdivs{
background-color:#FAF0E6;
margin:0 auto;
margin-bottom: 5px;
}
.newvers {
	color:#800000;
}
a:link {
	color:#7384AA;
}
a:visited {
	color:#2E3495;
}
a:hover {	
	color:#1B1E3C;
}
a:active {
	color:#35567A;
}
span.blue {
   color:#4169E1;
}
div.hr {
line-height: .2em; /*needed for IE/win*/
font-size: .2em; /*needed for IE/win*/
height: .2em;
background-color:#273C5A;
color:#273C5A;
width:100%;
}