body{	
margin: 0;
background-image: url('/images/gradient.jpg');
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}
div.header{
background-image: url('/images/header.jpg');
background-repeat: no-repeat;
background-position: center top;
height: 87px;
width: 700px;
margin: auto;
margin-top: 20px;
padding-bottom: 12px;
border-bottom: 4px solid #162857;
}
div.header h1{
display: none;
}
div.main-box {
position:relative;
width:765px;
margin:0 auto;
overflow:hidden;
}
div.top-box {
clear:both;
text-align:center;
margin-bottom: 2em;
}
div.footer-box {
clear:both;
text-align:center;
color: #a9a9a9;
font-style: italic;
font-size: 0.7em;
padding-bottom: 15px;
}
div.center-box {
position:relative;
width:100%;
left:200px;
}
div.reset-box {
position:relative;
width:100%;
left:100%;
margin-left:-200px;
}
div.right-box {
position:relative;
width:100%;
margin-left:-2px;
left:-2px;
}
div.content-box {
position:relative;
width:100%;
margin-left:-100%;
left:2px;
}
div.left {
float:left;
width:200px;
text-align:left;
}
div.right {
float:right;
width:2px;
text-align:left;
}
div.center {
margin-left:200px;
margin-right:2px;
padding-left:40px;
padding-right:1px;
text-align:left;
border-left: 1px solid #162857;
}
* html div.center {
height:1%;
margin:0;
}
* html div.left {
margin-right:-3px;
}
* html div.right {
margin-left:-3px;
}
.clearfix:after {
content: "."; 
display: block;
height: 0px;
clear: both; 
visibility: hidden;
}
.heightfix:before {
content:'.';
display:block;
visibility:hidden;
height:0;
}
ul#menuitems {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:0.5em;
width:100%;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
margin-top: 2.17em;
}
ul#menuitems a {
color:#162857;
font-size:x-large;
padding: 0;
padding-left: 10px;
margin-left: -10px;
}
ul#menuitems a:hover{
border-left: 4px solid #861239;
padding-left: 6px;
color: #3d5082;
text-decoration: none;
}
h2{
color:#162857;
font-size:2em;
font-weight: normal;
text-align: center;
margin-top: 0;
}
ul#menuitems li {
background-position:left center;
background-repeat:no-repeat;
margin-bottom:1.2em;
padding-left:40px;
}
a {
text-decoration:none;
color: #6382cf;
}
a:hover{
color: #ca87f0;
text-decoration: underline;
}
div.divider{
background-image: url('/images/footer.jpg');
width: 700px;
height: 73px;
margin: auto;
}
div#resources{
	text-align: center;
	padding-bottom: 20px;
}
div#resources h2{
	margin-bottom: 25px;
}