#header { width: 975px; float: center; margin-top: -5px; }
#main_holder { width 960px; float: center; }
#content { width: 900px; float: center; }
#leftnav { width: 70px; float: left; }
#footer { width: 975px; float: center; }
#footer2 { width: 975px; float: center; margin-top: -5px; }

a:link, a:visited
{
    color: #0033dd;
    background-color: Transparent;
    text-decoration: none;
}

a:hover 
{
color: #0033dd;
text-decoration: underline;
}

a:active
{
color: #ee4400;
text-decoration: underline;
}


H1 {
font-face: Arial;
font-size: 26px;
color: #000064;
           margin-top:0px;
           margin-bottom:0px;
           }


H2 {
font-size:18px;
color: #000064;
           margin-top:0px;
           margin-bottom:-3px;
           }
           
H3 {
font-size:14px;
           color:navy;
           margin-top:2px;
           margin-bottom:-5px;
           }
           
H4 {
font-size:12px;
           color: #333333;
           margin-top:4px;
           margin-bottom:0px;
           }
           
H5 {
font-face: verdana;
font-size:13px;
           margin-top:-2px;
           margin-bottom:-2px;
           }
          
                     
p { 
margin-top: 2px; margin-bottom: 2px; }