@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.main_wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.head_clouds {
	background-image: url(../images/clouds.jpg);
	background-repeat: no-repeat;
	height: 44px;
}
.body_top {
	clear: both;
	width: 970px;
	height: 12px;
}
.body_top_left {
	background-image: url(../images/body_top_left.png);
	height: 12px;
	width: 12px;
	background-repeat: no-repeat;
	float: left;
}
.body_top_mid {
	height: 12px;
	width: 946px;
	background-color: #FFF;
	float: left;
}
.body_top_right {
	background-image: url(../images/body_top_right.png);
	height: 12px;
	width: 12px;
	background-repeat: no-repeat;
	float: left;
}
.body_content {
	background-color: #FFF;
	padding-right: 45px;
	padding-left: 45px;
	clear: both;
	margin: 0px;
	clear:both;
}
.body_content .header {
	height: 71px;
}
.body_content .header .logo {
	float: left;
	height: 71px;
	width: 255px;
}

.body_content .header .menu {
	float: left;
	margin-top: 50px;
	margin-left: 15px;
}
.body_content .header .menu a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.body_content .header .menu a:hover {
	background-color: #008BCF;
	color: #FFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.body_content .header .menu a.selected {
	background-color: #008BCF;
	color: #FFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.body_content .content {
	clear: both;
	background-color: #FFF;
	padding-top: 20px;
}
.content .left_column {
	width: 625px;
	padding-right: 25px;
	float: left;
	display: block;
	background-color: #FFF;
	clear:left;
}
.content .left_column .main_title {
	font-size: 18px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.content .left_column .highlight {
	color: #F5A219;
}
.content .left_column h1 {
	font-size: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: normal;
}
.content .left_column h2 {
	font-size: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: normal;
}
.content .left_column p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-size: 12px;
}
.content .left_column a {
	color: #069;
	text-decoration: none;
}
.content .left_column a:hover {
	text-decoration: underline;
}
.content .left_column ul {
}
.content .left_column ul li {
	list-style-image: url(../images/list_bullet.png);
	font-size: 12px;
}
.content .left_column .extra_left_padding {
	margin-left: 15px;
	display: block;
}
.content .left_column .sq_ad {
	display: block;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.form {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F0F0F0;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	margin-bottom: 10px;
}
.form .small {
	font-size: 12px;
}
.form .small strong{
	color: #C00;
}
.form .line {
	clear: both;
	margin-bottom: 7px;
}
.form .line .label {
	font-size: 15px;
	color: #333;
	line-height: 25px;
	height: 25px;
	width: 150px;
	display: block;
	margin-right: 7px;
	text-align: right;
	float: left;
	clear: left;
}
.form .line .label strong {
	color: #C00;
}
.form .line .long_label {
	font-size: 15px;
	color: #333;
	line-height: 25px;
	height: 25px;
	width: 250px;
	display: block;
	margin-right: 7px;
	text-align: right;
	float: left;
	clear: left;
}
.form .line .long_label strong {
	color: #C00;
}
.form .line .input {
	width: 300px;
	font-size: 15px;
	color: #000;
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
	clear: right;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 7px;
}
.form .line .word {
}

.form .line .comments {
	width: 300px;
	font-size: 15px;
	color: #000;
	height: 70px;
	display: block;
	float: left;
	clear: right;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 7px;
}
.form .line .submit {
	clear: both;
	margin-left: 157px;
	height: 25px;
	width: 70px;
	display: block;
}
.content .right_column {
	width: 200px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	background-color: #F6F6F6;
	display: block;
	padding-bottom: 30px;
	clear: right;
}
.content .right_column .title {
	font-size: 24px;
	margin-top:10px;
	display:block;
}
.content .right_column ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-position: outside;
}
.content .right_column ul li {
	color: #008BCF;
	font-weight: bold;
	list-style-image: url(../images/list_bullet.png);
	font-size: 15px;
	margin-bottom: 7px;
}
.content .right_column ul li a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	font-size: 13px;
}
.content .right_column ul li a:hover {
	text-decoration: underline;
}
.content .right_column ul li a.main_link {
	color: #008BCF;
	font-size: 15px;
	font-weight: bold;
}
.foot_separator {
	display: block;
	clear: both;
	background-color: #EAEAEA;
	height: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.footer  {
	clear: both;
	background-color: #F6F6F6;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 45px;
	padding-left: 45px;
	display: block;
}
.footer p {
	color: #666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.footer a {
	text-decoration: none;
	color: #666;
}
.footer a:hover {
	text-decoration: underline;
}

.footer .align_right {
	text-align: right;
	display: block;
	float: right;
}
