div.container
{
width:750px;
margin:5px;
border:3px solid #00337f;
line-height:110%;
align:center;
background: white;
a:link {color: #006699}
a:visited {color: #00337f}
}

div.footer {
padding: 0;
color: white;
background-color: #00337f;
clear: left;
}

div.header {
padding: 0.5em;
color: black;
background-color: #cadfff;
clear: left;
border-left: 3px solid #00337f;
border-right: 3px solid #00337f;
border-top: 3px solid #00337f;
border-bottom: 0px solid #00337f;
}

div.nav {
width: 750px;
position: absolute;
text-align: center;
color: white;
background-color: #00337f;
}

div.content {
float: left;
background: white;
width: 520px;
padding: 1em;
margin: 0px;
align: left;
line-height: 16pt;
font-family: Arial, times, helvetica, serif;
}

div.rightbar {
margin-left: 562.5px;
background-color: #d3d3d3;
height: 800px;
border-left: 4px double #00337f;
border-right: 3px solid #00337f;
border-bottom: 4px solid #00337f;
padding: .5em;
font-family: Arial, times, helvetica, serif;
}

h1 { font-family: times, Arial, times, Helvetica;
font-size: 18pt;
font-style: normal;
font-weight: normal; }

h2 { 
font-family: Arial, times, Helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal; }

body {
	font-family: times, Arial, times, helvetica, serif;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 9em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.4em;
	left: 0;
	text-align: left;
}

ul li a {

	display: block;
	color: white;
	font-size: 14px;
	background: #00337f;
	border: 0px solid white;
	padding: 3px;
}


li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

li a:hover, li a:active
{
	background-color:grey;
	display: block;
}

#content {
	clear: left;
}

body{
margin:0;
padding:0;
}
