body { background: #1b325e; margin: 0 }

h1 { font-family: Helvetica, Geneva, Arial, sans-serif; font-size:16px; color: #365da2; margin-top: 6px }
h2 { font-family:  Helvetica, Geneva, Arial, sans-serif; font-size: 14px; color:#568b91; font-weight: bold }

input { border:#999999 solid 1px; background:#FFFFEE}

input[type="checkbox"], input[type="radio"]{ background: transparent; border: 0; }

li { margin-bottom:5px}

textarea { border:#999999 solid 1px; background:#FFFFEE; padding: 4px; font-family:Helvetica, Arial, sans-serif; font-size:14px }


a:visited { color:#0000CC }
a:hover { color:#00CC66 }

/* menu button styles */

.button { padding: 0 6px 0 6px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; cursor: pointer; border-left: #CCCCCC solid 1px; border-right: #666666 solid 1px; background: url(images/button.jpg)}

.button:hover { background: url(images/buttonH.jpg)}

.text { font-family:Helvetica, Arial, sans-serif; font-size: 14px; line-height: 15px; color: #333333 }

.header { font-family: Helvetica, Geneva, Arial, sans-serif; font-size:16px; color: #365da2; font-weight: bold }


/* drop down menu styles */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
color:#000000;
line-height:18px;

}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
color:#000000;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover { /*hover background color*/
background-color: #006699;
color:#FFFFFF;
}
