#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #EEEEEE;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 12;
font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #EEEEEE;
color: 333333;
text-decoration: none;
float: left;
border-right: 1px solid #666;
}

#navcontainer ul li a:hover
{
background-color: #333333;
color: #3b6db5;
}
body {font-family: verdana; font-size:10pt; font-weight: normal; margin-left: 15px; margin-right: 25px; color: #333333}
p {font-family: verdana; font-size:10pt; font-weight: normal; margin-left: 15px; margin-right: 25px; color: #333333}
h1 {font-family: verdana; font-size: 10pt; font-weight: bold; margin-left: 15px; margin-right: 15px; color: #000000}
h2 {font-family: verdana; font-size: 11pt; font-weight: bold; margin-left: 15px; margin-right: 15px; color: #000000}
h3 {font-family: verdana; font-size: 12pt; font-weight: bold; margin-left: 15px; margin-right: 15px; color: #000000}
