@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
.text_field {
	width: 168px;
	height: 15px;
	padding: 4px;
}
.top_pad {
	height: 48px;
	background-image: url(images/top_pad.jpg);
	background-repeat: repeat-x;
}

.wrapper {
	width: 900px;
	text-align: left;
	clear: both;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	border: 4px solid #FFFFFF;
}.nav {
	background-image: url(images/nav_back.jpg);
}
.left_col {
	padding: 40px;
	width: 560px;
	float: left;
	background-image: url(images/main_content_back.jpg);
	background-repeat: repeat-x;
}
.right_col {
	background-color: #001E44;
	float: left;
	width: 180px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #39B54A;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.main_content {
	background-image: url(images/main_content_back1.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #39B54A;
	margin: 0px;
	padding: 0px 2px 0 0;
}
.text_field_multi {
	width: 170px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	background-color: #CCCCCC;
	padding: 10px;
	clear: both;
	width: 880px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.feature_box {
	padding: 10px;
	background-color: #39B54A;
	color: #FFFFFF;
}
a {
	color: #39B54A;
}
bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#article_bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
#white {
	color: #FFFFFF;
	padding-bottom: 10px;
}
.intro_text {
	color: #39B54A;
	font-size: 16px;
	line-height: 30px;
}
