.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
.style1 {
	color: #FFCC33;
	font-size: 80%;
	font:normal 12px Verdana;
}
.style3 {color: #FFFFFF}
#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #98FB98;
}

.style1 {font-weight: bold}
.style31 {font-size: 12px}
.style35 {color: #006600}
a {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.bodytext { font-family:Arial;font-size: 11px; font-weight: normal; color: #000000 }
select {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	border: 1px solid #FFFFFF;
	height: auto;
	width: auto;
}
.style32 {
	font-size: 16px;
	color: #FFCC00;
}
.style33 {color: #FFCC00}
.style34 {
	font-size: 9px;
	color: #006600;
}
#main{
	margin:0 auto;
	width:775px;
	position:relative;
}

#mainh1{
	position:absolute;
	top:670px;
	left:215px;
	color:#FFCC33;
	width:230px;
	font-size:14px;
}