@charset "utf-8";
body {
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #0C87B0;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.93em;
	color: #000;
	margin-left: 10px;
	background-color: #7EC97E;
	display: block;
	padding: 2px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #4AAE4A;
	margin-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4AAE4A;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 3px;
}



h1 a {
	text-decoration: none;
}

ul li {
	margin-bottom: 4px;
}
table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.table_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4AAE4A;
	background-color: #BFE3BF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#frame {
	width: 1015px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 151px;
	width: 1015px;
}
#header2 {
	background-image: url(images/header_2.png);
	background-repeat: no-repeat;
	height: 151px;
	width: 1015px;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	width: 1015px;
	background-position: left top;
	padding-top: 35px;
	min-height: 400px;
}
#border {
	padding-top: 2px;
	padding-bottom: 10px;
	background-color: #9ABDCF;
}
#form_frame {
	border: 1px dotted #2E7A9E;
}
#form_tickbox {
	display: block;
	height: 3px;
	width: 3px;
	background-color: #0079BA;
	border: 1px solid #4AAE4A;
}


#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 1015px;
	clear: both;
}
#content {
	width: 950px;
	margin-left: 30px;
}
#rightbar {
	width: 470px;
	float: right;
}
#leftbar {
	width: 470px;
	float: left;
}
.form_frame {
	border: 1px dotted #2E7A9E;
	margin: 0px;
}
#disclaimer_holder {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	background-color: #F99;
	padding-left: 15px;
}
.red {
	color: #F00;
	font-size: 16px;
}
.red {
	color: #F00;
}

