@charset "utf-8";
#body_container {
	width: 800px;
	background-image: url(/images/2_col_body_bg.jpg);
	min-height: 450px;
	/*position: static;*/
	background-repeat: repeat;
	float: left;
}
#body_container #left_col {
	width: 273px;
	float: left;
	height: 460px;
}
#body_container #right_col {
	width: 527px;
	float: left;
	text-align: center;
	padding-top: 20px;
	position: static;
	padding-bottom: 20px;
}
#left_col #left {
	width: 233px;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 17px;
	font-size: 12px;
	color: #FFFFFF;
}

#right_col #right {
	width: 450px;
	margin-top: 20px;
	margin-left: 20px;
}
.field {
	width: 238px;
}
.form_text {
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
.txt_10 {
	font-size: 10px;
}
.form-box {
	width: 507px;
	margin-left: 10px;
}

.bg-trans-box {
	background-image: url(/images/white-trans.png);
	background-repeat: repeat;
	border: 1px solid #306d6b;
	color: #000000;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	padding: 10px;
}
.hl-text {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #005658;
	padding-left: 5px;
	font-weight: normal;
	font-style: italic;
}
.Page-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color: #333;
}
form {
	margin: 0px;
	padding: 0px;
}
.form_field {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}
.submit_button {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #005658;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
