﻿html, body {margin:0;}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #333333;
}
h1 {font-size: 24pt; font-weight:bold;}
h2
{
   color: #006600;
   font-size: 18pt;
   font-weight: bold;
}

h3
{
    font-size: 14pt;
    font-weight: bold;
}

table#main {
  border: none;
  width: 90%;
  height: 100%;
}

#main tr td {
    width: auto;
    padding-top: 15px;
    vertical-align: top;
}
#main tr td#right, #main tr td#footer
{
    padding: 7px 15px 3px 7px;
}   

#main div#content 
{
    padding-left: 20px;
}

#main td#navcontainer, #main td#footer-left {
    width: 182;
    background-color: #006600; /* DarkGreen */
    font-size: 12pt;
    font-weight: bold;
    color: White;
}
#footer{height: 20px;}
#footer p {padding-top:20px; font-size: 10pt;}
#navcontainer ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    background-color: #006600;
}

#navcontainer a:link, #navlist a:visited
{
    color: #EEE;
    text-decoration: none;
}

#navcontainer a:hover
{
    background-color: #BFFFBF;
    color: #006600;
}
#navcontainer a#active
{
    background-color: #BFFFBF;
    color: #006600;
}