body {
 background-color:#2f6194;
 background-image:url(../images/bg.jpg);
 background-repeat:repeat-y;
 background-position:top center;
 margin-top:0px;
 margin-bottom:0px;
 margin-left:0px;
 margin-right:0px;
}

A:link, A:visited { 
 color:#003366;
 text-decoration:none;
}

A:active, A:hover {
 color:#003366;
 text-decoration:underline;
}

.bottom A:link, .bottom A:visited, .bottom A:active { font-family:Arial; color:#FFFFFF; font-size:12px; font-weight:bold; text-decoration:none; }
.bottom A:hover { text-decoration:underline; }

div {
 font-family:Arial;
 color:#333333;
 font-size:12px;
 line-height:150%;
}

.large {
 font-family:Arial;
 color:#003366;
 font-size:15px;
 font-weight:bold;
 letter-spacing:1px;
 margin-top:15px;
 margin-bottom:8px;
}

.small {
 font-family:Arial;
 color:#FFFFFF;
 font-size:10px;
}

.left {
 font-family:Arial;
 color:#FFFFFF;
 font-size:11px;
 padding-left:20px;
 padding-right:20px;
 line-height:120%;
}

.right {
 font-family:Arial;
 color:#FFFFFF;
 font-size:11px;
 padding-left:10px;
 padding-right:20px;
 line-height:120%;
}

.border {
 border:1px #333333 solid;
}

hr {
 border:1px #003366 solid;
 width:98%;
}

ul {
 list-style:square;
}

p {
 margin-top:0px;
}

input { background:#eeeeee; color:#333333; border:1px solid #003366; font-size:12px; font-family:Arial; }
.button { background:#003366; color:#ffffff; border:1px solid #336699; font-size:12px; font-family:Arial; font-weight:bold }
textarea { background:#eeeeee; color:#333333; border:1px solid #003366; font-size:12px; font-family:Arial; }
select { background:#eeeeee; color:#333333; border:1px solid #003366; font-size:12px; font-family:Arial; }

#dropmenudiv{
position:absolute;
border:2px solid #ffffff;
border-style:none solid solid solid;
font:normal 12px Arial;
line-height:13px;
padding-top:2px;
padding-bottom:2px;
z-index:100;
background:url(images/bg-menu.jpg);
}

#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*/
text-decoration:underline;
}