html, body {
height: 100%;
padding:0px;
margin:0px;
font-family:"Verdana";
SCROLLBAR-BASE-COLOR:#406589; 
SCROLLBAR-ARROW-COLOR:#FFFFFF; 
}
body {
background: #ffffff;
background-position: top center;
font-family: "Verdana";
font-size: 12px;
color:#000000;
}
a, a:link {
text-decoration: underline;
color:#000000;
}
a:hover {
text-decoration: none;
color:#000000;
}
a:active {
text-decoration: underline;
color:#000000;
}

#navcontainer ul {
margin:0px;
padding: 0px;
padding-top: 0px;
padding-left: 0px;
width: 160px;
list-style-type: none;
background: #ffffff;
height:auto;
position:relative;
}
#navcontainer a, #navcontainer a:visited {
display:block;
color:#000000;
text-decoration: none;
font-family:"Verdana";
font-size:12px;
margin:0px;
height:23px;
width:150px;
background: #ffffff;
padding-left: 10px;
padding-top:7px;
}
#navcontainer a:hover {
margin:0px;
color:#E29813;
text-decoration: none;
background-color:#406589;
}