body {
 background:url(images/bg.jpg) top repeat-x #FFFFFF;
 margin-top:0px;
 margin-bottom:10px;
 margin-left:0px;
 margin-right:0px;
}

A:link, A:visited { 
 color:#336699;
 text-decoration:none;
}

A:active, A:hover {
 color:#336699;
 text-decoration:underline;
}

.bottom A:link, .bottom A:visited, .bottom A:active { font-family:Trebuchet MS; color:#FFFFFF; font-size:11px; font-weight:none; text-decoration:none; }
.bottom A:hover { color:#ffffff; text-decoration:underline; }

div {
 font-family:Trebuchet MS,Verdana;
 color:#222222;
 font-size:12px;
 line-height:16px;
 padding-top:5px;
 padding-right:15px;
 padding-bottom:20px;
 padding-left:15px;
}

.small {
 font-family:Trebuchet MS,Verdana;
 color:#444444;
 font-size:10px;
 padding-top:0px;
 padding-right:8px;
 padding-bottom:0px;
 padding-left:8px;
}

.large {
 font-family:'Georgia','Times New Roman';
 color:#555555;
 font-size:16px;
 font-weight:bold;
 font-style:italic;
 line-height:17px;
 padding-top:0px;
 padding-right:0px;
 padding-bottom:0px;
 padding-left:0px;
}

.border {
 border:1px #999999 solid;
}

hr {
 border:1px #CCCCCC solid;
}

ul {
 list-style:square;
 text-align:left;
 font-family:Trebuchet MS,Verdana;
 font-size:12px;
 font-weight:none;
 line-height:17px;
 margin-top:6px;
 margin-bottom:0px;
}

input { background-color:#EEEEEE; color:#000000; border:1px solid #000000; font-size:12px; font-family:Trebuchet MS,Verdana; padding:2px; }
textarea { background-color:#EEEEEE; color:#000000; border:1px solid #000000; font-size:12px; font-family:Trebuchet MS,Verdana; }
select { background-color:#EEEEEE; color:#000000; border:1px solid #000000; font-size:12px; font-family:Trebuchet MS,Verdana; }
.button { background-color:#FFFFFF; color:#b41616; font-weight:bold; padding:1px; margin-top:2px; }

#dropmenudiv{
position:absolute;
border:1px solid #336699;
border-style:none solid solid solid;
font:normal 12px 'Trebuchet MS';
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 7px;
border-bottom: 0px solid black;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #dddddd;
}
