@charset "utf-8";
/* CSS Document */

#leftcol {
	width: 790px;
	z-index: 9999;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	top: 80px;
}
#rightcol {
	width: 790px;
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 90px;
}
#leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

}
#leftmenu li {
	list-style-type: none;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	float: left;


}
#leftmenu a {
	color: #143C63;
	background-color: #4BCFFC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #143C63;
	border-bottom-color: #143C63;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	width: 100px;
	font-weight: normal;
	text-align: center;

}
#rightcol ul,li {
	margin: 1em;
}
.footer {
	text-align: center;
	font-size: 10px;
	color: #999999;
}
#leftmenu ul {
	padding-left: 90px;
	margin: 0px;

}
#leftmenu a:hover {
	color: #4BCFFC;
	background-color: #143C63;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4BCFFC;
	border-bottom-color: #4BCFFC;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	width: 100px;
	font-weight: normal;
	text-align: center;
}
#body #surround #rightcol #form1 {
	font-size: 0.9em;
}
#form1 input, #form1 select, #form1 textarea {
	font-size: 1em;
}
