/* 
** File - main.css
**
** Style Sheet for main pages
*/

H1 { font-family: "verdana"; color: #800040; }
H2 { font-family: "verdana"; color: #800040; }
H3 { font-family: "verdana"; color: #800040; font-size: 12pt; }
P { font-family: "Times New Roman", Times, serif; font-weight: bold; font-size: 10pt; }
P B { font-family: "verdana"; color: #800040; font-weight: bold; font-size: 10pt; }
.largehighlight { font-family: "Times New Roman", Times, serif; color: #336633; font-weight: bold; font-size: 18px; }

<!-- LI { list-style-type: disc; } -->

BODY { background-color: white; }

<!-- A:link {font-family: verdana; color: #0000FF; font-weight: bold; font-size:12px; }
/* A:active {font-family: verdana; color: #990000; font-weight: bold; font-size:12px; }
A:visited {font-family: verdana; color: #333333; font-size:12px; } */

a.links:link { font-family:arial ; font-size:10px ; color:darkblue ; font-weight:bold; 
vertical-align:top ; text-decoration:none }
a.links:visited { font-family:arial ; font-size:10px; color:blue; 
vertical-align:top ; text-decoration:none }

a.sidenav:link { font-family:arial ; font-size:12px;   color:#990000; font-weight:bold; 
vertical-align:top ; text-decoration:none }
a.sidenav:visited { font-family:arial ; font-size:12px; color:#666666; vertical-align:top ; text-decoration:none }
a.sidenav:active { font-family:arial ; font-size:12px; color:#666666; font-weight:bold; 
vertical-align:top ;}
a.sidenav:hover { font-family:arial ; font-size:12px; color:#0033CC; font-weight:bold ; 
align:right; vertical-align:top ;}
.midhighlight {  font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #336633}
 -->
#navcontainer ul
{
display: block;
list-style: none outside;
padding: 0;
margin: 0 0 0 10px;
font-family: Verdana, sans-serif;
font-size: x-small;
}

#navcontainer li
{
padding: 0;
margin: 0 4px 0 0;
border-top: 1px solid #cecbc6;
border-right: 1px solid #cecbc6;
border-left: 1px solid #cecbc6;
background-color: #15873E;
color: #ffffff;
font-weight: bold;
/* the next 4 lines are magic */
display: block;
float: left;
position: relative;
top: -1.32em;
}

#navcontainer a:link,
#navcontainer a:visited
{
background-color: #15873E;
color: #ffffff;
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
}

#navcontainer a:hover
{
background-color: #cecbc6;
color: #000066;
}

#navcontainerclear { display: none; }

html>body #navcontainerclear
{
display: block;
clear: both;
}

#navcontainer li#active a
{
background-color: #fff;
color: #000066;
}
