body {
 background-color:#cccccc;
 background-image:url(images/bg.jpg);
 background-repeat:repeat-x;
 background-position:top center;
 margin-top:0px;
 margin-bottom:10px;
 margin-left:0px;
 margin-right:0px;
}

A:link, A:visited { 
 color:#cc3300;
 text-decoration:none;
}

A:active, A:hover {
 color:#ff6600;
 text-decoration:underline;
}

.bottom A:link, .bottom A:visited, .bottom A:active { color:#ffffff; font-size:10px; text-decoration:none; font-weight:bold; }
.bottom A:hover { text-decoration:underline; }

div {
 font-family:Verdana,Arial;
 color:#222222;
 font-size:12px;
 line-height:160%;
}

.large {
 font-family:Verdana,Arial;
 color:#000000;
 font-size:14px;
 font-weight:bold;
 letter-spacing:0px;
}

.small {
 font-family:Verdana,Arial;
 color:#ffffff;
 font-size:9px;
 font-weight:normal;
}

.side {
 font-family:Arial;
 color:#FFFFFF;
 font-size:11px;
 font-weight:normal;
 padding-left:18px;
 padding-top:8px;
 padding-right:18px;
 line-height:120%;
}

.border {
 border:1px #333333 solid;
}

hr {
 border:1px #CCCCCC solid;
}

ul {
}

input { background:#cccccc; color:#000000; border:1px solid #000000; font-size:12px; font-family:Verdana; padding:2px }
.button { background:#cccccc; color:#000000; border:2px solid #000000; font-size:12px; font-family:Verdana; font-weight:bold; padding:5px }
textarea { background:#cccccc; color:#000000; border:1px solid #000000; font-size:12px; font-family:Verdana; padding:2px }
select { background:#cccccc; color:#000000; border:1px solid #000000; font-size:12px; font-family:Verdana; padding:2px }

#dropmenudiv{
position:absolute;
border:3px solid #ffff33;
border-style:none solid solid solid;
font:normal 12px Arial;
line-height:16px;
padding-top:2px;
padding-bottom:2px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 0px solid black;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#ffffff;
text-decoration:underline;
}
