#navcontainer {
   float:left;
   padding:0;
   width: 210px;
   height: 600px;
   font-family: Helvetica,sans-serif;
   font-size:14px;
   color:white;
   background-color:white;
   }

#navlist
{
list-style: none;
margin: 1em 1em 1em 1em;
padding: 2;
}

#navlist li {
    margin: 1em 0;
    }

#active:hover li { }

#active
{
color:#000080;
font-weight:bold;
}

#active li { 
color:#000080;
}

#navcontainer a
{
text-decoration:none;
}

#navcontainer a:link
{
text-decoration:none;
color:#000080;
}

#navcontainer a:visited
{
color:#000080;
}

#navcontainer a:active
{
text-decoration:none;
color:#000080;
}

#navcontainer a:hover
{
color:#0000ff;
}


#subnavlist 
{
margin:0;
padding:0;
text-decoration:none;
}

#subcurrent
{
color:black;
font-weight:bold;
font-size:14px;
border-bottom:white solid 1px;
padding-left:6px;

}

#subactive
{
font-weight:normal;
color:#555555;
font-size:14px;
border-bottom:white solid 1px;
padding-left:6px;
}

#subactive a:hover
{
color:#0000ff;
text-decoration:underline;
}

#text {
    margin-left:225px;
    margin-right:5px;
    font-family: Helvetica,sans-serif;
    font-size:14px;
    color: black;
    background-color: #ffffff;
}

#text h1,h2,h3 {
     color: black;
     }  

#text a:link {
     color: #000080;
     text-decoration: none;
   }
   
#text a:visited {
     color: #000080;
     }

#text a:hover {
     color: #0000ff;
   }
   
#text table {
      font-size:14px;
     }  

