@charset "UTF-8";
html,
body {
	height:100%;
	margin:0;
	padding:0;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:13px;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #fdba31;
}
#wrapper {
	min-height:100%;
	position:relative;
	width: 936px;
	border-right: 2px solid #2b90c0;
	border-left: 2px solid #2b90c0;
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#banner {
	width: 936px;
	background-color: #ffffff;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	height: 216px;
}
.banner_info {
	position: relative;
	text-align:right;
	padding: 0px 54px 0px 54px;
	top: 154px;
}
#body1{
	width: 522px;
	padding-left: 54px;
	text-align:left;
	position:relative;
}
#body1 ul{
	margin: 0px;
	padding: 9px 18px 9px 18px;
}
#sidebar2 {
	float: right;
	padding-left:45px;
	padding-right:54px;
	width: 252px;
	text-align:left;
}
.sidebar_shaded {
	float: right;
	padding: 18px;
	text-align:left;
	background-color: #eeeeee;
	border: 1px solid #7bc143;
}
.middlebar_shaded {
	padding: 18px;
	text-align:left;
	background-color: #eeeeee;
	border: 1px solid #7bc143;
}
.image_left {
	width: 144px;
	padding-right:36px;
	float:left;
	margin-bottom: 10px;
}
.image_right {
	width: 144px;
	padding-left:36px;
	float:right;
	margin-bottom: 10px;
}
a:link {
	color:#7bc143;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #7bc143;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #c1d82f;
	text-decoration:underline;
	font-weight: bold;
}
a:active {
	color: #7bc143;
	text-decoration:none;
	font-weight: bold;
}
.header {
	font-size: 24px;
	color: #0073a2;
	font-stretch:ultra-condensed;
}
.header_2 {
	font-size: 24px;
	color: #e68f1b;
	font-stretch:ultra-condensed;
}
.subhead {
	font-size: 16px;
	color: #0073a2;
	font-stretch:ultra-condensed;
}
.subhead_2 {	
	font-size: 16px;
	color: #e68f1b;
	font-stretch:ultra-condensed;
}
.caption {
	font-size: 11px
}
.caption_2 {
	font-size: 11px;
	color: #0073a2;
}
#footer{
	width: 828px;
	padding: 20px 54px 10px 54px;
	text-align:left;
	position:relative;
}
label {
	float: left;
	width: 120px;
}
.border {
	border: 2px solid #FFFFFF;
}

/* Table */
.info_table {
	border: 1px solid #ffda98;
	background:#ffffff;
	text-align:left;
	margin:0px;
}
.table_field {	
	border: 1px solid #e68f1b;
	background: #ffffff;
	padding: 3px;
	width: 144px;
}
.submit {
	border: 1px solid #e68f1b;
	background: #fdbb30;
	color:#ffffff;
	font-weight:bold;
	padding: 3px;
}
