@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 5px;
font:normal 12px Verdana;
background-color:#143558;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
font-weight:normal;
background-color:#143558;
color:white;
width: 100%;
display: block;
float:left;
text-indent: 10px;
border-bottom: 1px solid #f1f1f1;
padding-bottom:2px;
padding-top:2px;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5E7FA6 ;
color:white;
}

#footer {
	width: 800px;
	background-color: #ececec;
}

#header {
	width: 800px;
	background-color: #ececec;
}

#main{
	width: 800px;
	background-color: #c0c0c0;
}

.formfield {
	width: 250px;
}

.smalltext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}