  BODY,h1,h2,h3,h4,h5,p { font-family:"Verdana"}
  BODY { color:white; background: black; font-size:13.0pt; font-family:"Verdana"; size:8.5in 11.0in; margin:.1in .1in .1in .1in}
  h1   { color:lawngreen; font-size:14pt; font-weight:700; margin:0in; margin-bottom:.0001pt}
  h2   { color:lawngreen; font-size:13pt; font-weight:400; margin:0in; margin-bottom:.0001pt}
  h3   { font-size:11pt ; font-weight:400; margin:0in; margin-bottom:.0001pt}
  h4   { font-size:13pt ; font-weight:400; margin:0in; margin-bottom:.0001pt}
  h5   { font-size:13pt ; font-weight:400; margin:0in; margin-bottom:6pt; margin-left:.25in; text-indent:-.15in}
  h6   { color:white    ; font-size:10pt; font-weight:400; margin:0in; margin-bottom:.0001pt; text-align:center}
  p    { color:white    ; font-size:13pt; font-weight:400; margin:0in; margin-bottom:.0001pt; text-align:justify}
  a:link    {text-decoration:none; color:lightgreen}
  a:visited {text-decoration:none; color:lightgreen}
  a:active  {text-decoration:none; color:lightgreen}
  a:hover   {text-decoration:none; color:green}
  #Disclaimer {color:white; font-size:10pt; font-weight:400; margin:0in; margin-bottom:.0001pt; text-align:center}
  #printing, #print1, #print2, #print3, #print4 {display:none}


.mainstyle{
width: 99%;
font:normal 13pt Verdana;
color: white;
background: black;
text-align:left;
}

.mainstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.mainstyle ul{
border: 1px solid #BBB;
width: "750";
padding: 4px 0;
margin: 0;
text-align: center;
}

.mainstyle ul li{display: inline;}

.mainstyle ul li a{
color: lightgreen;
padding: 4px 10px;
margin: 0;
text-decoration: none;
}

.mainstyle ul li a:hover{text-decoration:none; color:green}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13pt Verdana;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
text-align:left;
visibility: hidden
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: lightgreen;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{text-decoration:none; color:green}