body {
   background-color : #4092da;
   background-image : url(images/bg.jpg);
   background-repeat : repeat-x;
   background-position : top left;
   margin-top: 3;
   margin-right: 0;
   margin-bottom: 5;
   margin-left: 0;
}
a {
	color: #00416c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: red;
}
	
.style1 {font-size: x-small; color: #666666; font-family: Arial;}
.main {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #00416c;}
.main-red {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FF0000;}
.style3 {font-family: Arial; color: #FFFFFF; font-size: 12px;}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #336666;}

.image{
	border-style:solid;
	border-color: white;
	border-width:10px;
      }
#dropmenudiv{
position:absolute;
border:3px solid white;
border-bottom-width: 2px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 3px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #00416c;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
