h2           { font-family: Tahoma; font-size: 8pt; text-align: center; color: #00008D }
h3           { font-size: 12pt; font-family: Tahoma; color: #000000; text-align: center }
h4           { font-family: Times New Roman; font-size: 8pt; color: #000000 }


 .l { background-color: #000080; }
 .t { background-color: #9EAFC5; }
 .b { background-color: #CECECE; }
 .p { background-color: #CACACA; }
 .c { background-color: #COCOCO; }
 
#navcontainer { width: 10%; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #000080;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #9EAFC5;
color: #fff;
}