
td           { font-size: 12px; font-family: Times New Roman;}
.footer      { color: #999999; font-size: 10px }

.footer a:link, .footer a:visited     { color: #999999; font-size: 10px; text-decoration: none; }
.footer a:hover     { color: #003366; font-size: 10px; text-decoration: none; }

h1           { font-size: 24px; font-family: Times New Roman; color: #FFFFFF; line-height: 130%; }
h3           { font-size: 18px; font-family: Times New Roman; color: #FFFFFF; line-height: 130%; }
.content     { font-size: 16px; font-family: Times New Roman; color: #FFFFFF; padding: 10; line-height: 150%; }
.bgcontent { background-color: #003366; }
a {color: #FFFFFF}

ul {
        margin: 0;
}

.nav {
font:normal 16px Times New Roman;
color: #999999;
padding: 2px;
text-decoration: none;
}

.menu{
width: 670px;
font-weight: bold;
}

.menu:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.menu ul{
font:normal 16px Times New Roman;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left;
}

.menu ul li{
display: inline;
text-align: left;
background-color: #FFFFFF;
}

.menu ul li a{
color: #999999;
padding: 4px 30px 4px 0px;
margin: 0;
text-decoration: none;

}

.menu ul li a:hover{
color: #003366;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
padding: 2px 3px;
border-bottom-width: 0;
font:normal 16px Times New Roman;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
background-color: #FFFFFF;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
padding: 2px 0px;
text-decoration: none;
color: #999999;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
color: #003366;
}
