/* Root = Horizontal, Secondary = Vertical */



#navcontainer ul
{
font-style: normal;
font-weight: normal;
background-color: #333333;
text-align: center;
padding-bottom: 7px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
margin-left: 0;
width: 100%;
line-height: 18px;

}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
}

#navcontainer ul li a:hover
{
background-color: #666666;
color: white;
}

#navcontainer #active { border-bottom-color: white; border-left-color: white; border-bottom-style: solid; border-bottom-width: 1px; }


.style2 {color: #990000}
.style4 {color: #990000; font-weight: bold; }
.style6 {color: #000099}
.style16 {font-size: 16px; }
.style21 {color: #C30001; }
cnt { position: relative; height: 400px; top: 250px; width: 900px; left: auto; right: auto; }



