body { color: #4b4b4b; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #808080; }
h1 { color: #4b4b4b; font-size: 1em; font-weight: bold; margin: 0.67em 0; }
h2 { color: #4b4b4b; font-size: 0.9em; font-weight: bold; margin: 0.83em 0; }
h3 { color: #4b4b4b; font-size: 0.8em; font-weight: bold; margin: 1em 0; }
h4 { color: #4b4b4b; font-size: 0.75em; font-weight: bold; margin: 1.33em 0; }
p { font-size: 0.75em; }
/*Main Body Links*/
.main a:link { color: blue }
.main a:visited { color: purple }
.main a:hover { color: purple }
/*Header*/
.header { text-align: center; }
.subhead { color: white; background-image: url(/images/menu_bkg.png); background-repeat: repeat-x; text-align: center; }
.subhead h1 { color: white; font-size: 0.9em; font-weight: bold; line-height: 25px; margin: 0; }
/*Menu*/
#navcontainer {  }
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
#navcontainer a
{
display: block;
padding: 3px;
border-bottom: 1px solid #eee;
}
.rootmenu a:link, .rootmenu a:visited
{ color: #008000; font-weight: bold; text-decoration: none; }
.rootmenu a:hover
{ color: maroon; font-weight: bold; }
.submenu a:link, .submenu a:visited
{ color: gray; text-decoration: none; }
.submenu a:hover
{ color: black; text-decoration: none; }
/*Main Body*/
.main { text-align: left; padding: 10px; }
.main ul li { font-size: 0.75em; list-style-type: disc; margin: 5px 0 5px 15px; }
.main ul li ul li { font-size: 1em; margin: 5px 0 5px 5px; list-style-type: circle; }
.main ol li { font-size: 0.75em; margin: 5px 0 5px 15px; }
.main ol li ol li { font-size: 1em; margin: 5px 0 5px 20px; list-style-type: lower-alpha; }
/*LHS*/
.lhs { font-size: 0.75em; background-color: #f2f2f2; padding-top: 0; padding-left: 2px; }
.lhs h1 { color: white; font-size: 1em; font-weight: bold; line-height: 25px; background-image: url(/images/menu_bkg.png); margin: 0.67em 0; padding-right: 3px; padding-left: 3px; }
/*Footer*/
.footer { color: white; text-align: center; }
/*Credits*/
.credits { color: white; font-size: 0.65em; background-image: url(/images/menu_bkg.png); background-repeat: repeat-x; text-align: center; padding-top: 5px; padding-bottom: 5px; }
.credits a:link, a:visited, a:hover { color: white ; text-decoration: none; }
