BODY { color: #000000; background: white; font-family: 'Trebuchet MS', sans-serif; font-size: 12px; }

a:link {color: #111111; font-size: 12px; text-decoration: none ! important; font-weight: bold;}

a:visited {color: #222222; font-size: 12px; text-decoration: none ! important; font-weight: bold;}

a:hover {color: blue; font-size: 12px; text-decoration: none ! important; font-weight: bold;}

#norm {font-family: 'Trebuchet MS', sans-serif; font-size: 12px; color: #000000; font-weight: normal;}

.header {font-family: 'Trebuchet MS', sans-serif; font-size: 12px; color: #000000; font-weight: bold;}

#small {font-family: 'Trebuchet MS', sans-serif; font-size: 8px; color: #404040;}


#navcontainer
{
background: ##BCDBFF;
width: 100%;
margin: 0;
padding: 2px 0px 0px 0px;
font-family: sans-serif;
font-size: 10px;
text-transform: lowercase;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0px 0px 0px 0px;
margin: 0;
width: 100%;
}

ul#navlist li
{
text-align: left;
display: block;
margin: 0;
width: 100%;
padding: 0 0 0 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 1em;
border-width: 1px;
border-color: #fee #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #ededed;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #BCDBFF;
color: #000000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #000000;
background: #BCDBFF;
border-color: #aaab9c #fff #fff #ccc;
}


