/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    background-color: #003366;
}
a {color:#00A4CC}
h1 {
	font-size: 24pt;
	font-weight: bold;
	color: #00A4CC;
}
h2 {
	font-size: 20pt;
	font-weight: bold
}	
h2 {
	font-size: 18pt;
	font-weight: bold
}	



/* Start of Nav Bar*/

ul#nav {
list-style:none;
margin:0px;
padding:0;
width:900px
}

ul#nav li {
display:inline
}

ul#nav li a {
text-decoration:none;
padding:5px 0;
width:127px;
background:#000;
color:#eee;
float:left;
text-align:center;
border-right:1px solid #fff;
}

ul#nav li a:hover {
background:#eee;
color:#000
}
