@charset "utf-8";
/* CSS Document */

body { background-image: url(images/2007/may17/background.jpg); background-attachment:fixed; background-color:#FFFFFF; color:#777473; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt;  }
td, tr {font-size:9pt;}
a {color:#397F54}
A:hover {color: #CBC9CA}
h1{ font-size:13pt;}

.nav {background-color:#397F54}
.nav a {color:#FFFFFF; text-decoration:none}

.headersecondary {color:#97C2EF}
.whitetxt {color:#FFFFFF}
.whitetxt a {color:#FFFFFF}
.smtxt {font-size:7pt;}
.blacktxt {color:#000000}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 777473;
}