h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 19px; color: #336600; font-weight: bold; letter-spacing: 2px}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #336600; font-weight: bold}

td {font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000} 
li {color: #000000; list-style-type: square} 
ul {color: #000000; list-style-type: square} 
ol {color: #000000} 
a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: bold} 
a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: bold} 
a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #336600; text-decoration: none; font-weight: bold } 
a:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #336600; text-decoration: none; font-weight: bold} 

.subhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #336600; font-weight: bold}
.menubar {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; text-decoration: none;}

#navbar{
padding: 0;
width: 113px;
height: 100%;
border-bottom: 0px solid #addbff; /*Blue color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
vertical-align: top;
}

#navbar ul{
margin: 0 0 0 0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
width: 113px;
height: 100%;
text-align: left;
vertical-align: top;
list-style: none;
}

#navbar li{
display: inline;
margin: 0 0 0 0;
padding: 0;
text-transform: capitalize;
width: 97px;
vertical-align: top;
}

#navbar a{
float: left;
display: block;
font: bold 14px Times New Roman;
line-height: 16px;
color: #addbff;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 3px 8px 5px 8px;
background-color: #3f7890; /*Blue color theme*/ 
border-bottom: 1px solid #addbff;
border-right: 1px solid #addbff;
background-image: URL('images/Halo.png');
background-position: top;
background-repeat: no-repeat;
width: 97px;
vertical-align: top;

}

#navbar a:hover{
background-color: #3f7890; /*Blue color theme*/ 
background-image: URL('images/Halo-Glow.png');
background-position: top;
background-repeat: no-repeat;
color: #eee963;
width: 97px;
vertical-align: top;

}

#navbar #current a{ /*currently selected tab*/
background-color: #addbff; /*Blue color theme*/ 
color: #3f7890;
border-color: #addbff; /*Blue color theme*/ 
background-image: URL('images/Halo.png');
background-repeat: no-repeat;
background-position: top;
width: 97px;
vertical-align: top;
}