html,body{margin:0;padding:0}
body{font: 85%/1.3 TrebuchetMS,Arial,sans-serif;
    text-align: justify;background: #ffffff;padding-bottom:20px}
a { background: inherit; text-decoration: underline;}
h1 { font: bold 2.1em Arial, Arial, Sans-Serif; color: #036DA7 }
h2 { font: bold 1.1em Arial, Arial, Sans-Serif; color: #036DA7; text-align:justify}

div#header{width:100%;overflow:hidden;background: #FFFFFF; }
div#footer{width:100%;overflow:hidden;background: #FFFFFF; }

p.center { margin-left:auto;margin-right:auto;text-align:center }

.center { margin-left:auto;margin-right:auto;text-align:center }

.null {}

img { 
/* border-width: 0px; */
}

td.width175    { width:175px; }
td.width200    { width:200px; }
td.width215    { width:215px; }
td.width250    { width:250px; }
td.width257    { width:257px; }
td.width370    { width:370px; }
td.width513    { width:513px; }

table.center {margin-left:auto; margin-right:auto;}

a:hover {
/*
    background: #FFF;
*/
    color: #003
}

#content {
    font: 95%/1.3 TrebuchetMS,Arial,sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 880px;
    padding: 1em;
    margin-bottom: 1.2em;
    background: #eee;
    text-align: justify;
}

.style11b {font-size: 11px; color: #000000; font-weight: bold; }
.style12  {font-size: 12px; color: #000000; }
.style12b  {font-size: 12px; color: #000000; font-weight: bold; }
.style14  {font-size: 14px}
.style14b {font-size: 14px; color: #036DA7; font-weight: bold; }
.style24b {font-size: 24px; color: #000000; font-weight: bold; }

.nav {
    float:left;
    width: 100%;
    font-size: 100%;
    font-weight: bold;
    width:100%;
    text-align:center;
    z-index:1;
    margin-left:42px; /* margins plus width of buttons = 864 */
    margin-right:42px;
}

.nav a {
    padding: 5px 0;
    background: #33CC00; 
    text-decoration:none;
    color: #FFFFFF;
    border-top : 1px solid #fff; 
    border-left : 1px solid #fff; 
}

.nav a:hover {
    background: #33FF00;
    color: #000000
}

/* Adapted from http://divitodesign.com/css/how-to-dropdown-css-menu/ */

.nav ul {
list-style: none;
padding: 0;
margin: 0;
}

.nav li {
float: left;
position: relative;
width: 156px;
}

.nav ul li a {
width: 156px;
display: block;
}

.nav li ul {
display: none;
position: absolute;
width:156px;
top: 0;
left: 0;
margin-left:-1px;
}

.nav li>ul {
top: auto;
left: auto;
}

.nav li:hover ul, li.over ul {
display: block;
}
