html
{
height:100%;
}
body{
height:100%;
margin:0px;
padding:0px;
background-color: #005786;
font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
}
h1
{
font-weight:bold;
color:#ee6201;
font-size:0.9em;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{position:relative;display:block;height:35px;font-size:1.0em;background:transparent url(css/bgoff.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:2px solid #B30000;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:black;text-decoration:none;padding:10px 10px 0 10px;height:23px;}
#stylefour ul li a:hover,#stylefour ul li a.current{background:#fff url(css/bgon.gif) repeat-x top left;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */