body {
	background-color: #CC6600;
	background-image: url(../pics/bgmain.gif);
	background-repeat: repeat-x;
}
.bgsite {
	background-image: url(../pics/bgsite.gif);
	background-repeat: no-repeat;
	background-position: left left;
}
table,tr,td,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.leftcol {
	padding-top:50px;
	width:371px;
}
.maincol {
	width: 452px;
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration:none;
}
.textinput {
	background-color: #C3D5A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 170px;
	border: 1px solid #6C8B32;
}
.submit {
	background-color: #6C8B32;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: ;
	border: 1px solid #C3D5A0;
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
color: #333333;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
