body {
	margin: 0px;
	padding: 0px;
	background: #a0a0a0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}
.clear { clear: both; line-height: 0px; height: 0px; font-size: 0px; }
#main_wrapper {
	background: #fff;
	width: 771px;
	border: solid 2px #dfdfdf;
}
#header { 
	width: 771px;
	height: 155px;
	text-align: left;
	position: relative;
}
#logo {
	width: 150px;
	height: 66px;
	position: absolute;
	left: 20px;
	top: 12px;
}
#navigation {
	width: 771px;
	height: 26px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#content { 
	width: 771px;	
	margin: 0px;
	padding: 0px; 
}

#left_content {
	width: 231px; 
	float: left;
	margin: 0px;
	padding: 0px;
}
#right_content {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 0px 50px 0px 20px;
	text-align: left;
}

#footer {
	font: bold 11px arial;
	margin-top: 55px;
	line-height: 30px;
	height: 30px;
	color: #aaa7a7;

}
.section_header {
	text-transform: uppercase;
	font: bold 14px arial;
	padding-bottom: 4px;
	cursor: pointer;
	cursor: hand;
	margin-bottom: 10px;
}
.section_header img { padding-right: 7px; }

#black_header {
	color: #000;
	background: #fff url(images/arrow-down-black.gif) no-repeat right center;
	border-bottom: solid 3px #000;
}
#blue_header {
	color: #0167bb;
	background: #fff url(images/arrow-down-blue.gif) no-repeat right center;
	border-bottom: solid 3px #0167bb;
}
#maroon_header {
	color: #8a070f;
	background: #fff url(images/arrow-down-maroon.gif) no-repeat right center;
	border-bottom: solid 3px #8a070f;
}
#red_header {
	color: #da1720;
	background: #fff url(images/arrow-down-red.gif) no-repeat right center;
	border-bottom: solid 3px #da1720;
}
#yellow_header {
	color: #ffc41f;
	background: #fff url(images/arrow-down-yellow.gif) no-repeat right center;
	border-bottom: solid 3px #ffc41f;
}

.section_text {
	padding: 10px;
	margin-bottom: 14px;
}

.whatis_highlight {
	padding: 7px;
	background: #dff3fc;
	color: #0167bc;
}

.requestaquote_highlight {
	padding: 7px;
	background: #f5cfd1;
	color: #8a070f;
}

.howtojoin_highlight {
	padding: 7px;
	background: #ecbdbf;
	color: #8a070d;
}
	
ul { margin: 0px; padding: 0px; }
li { padding: 3px; margin-left: 20px; }

.board_left, .board_right {
	font-size: 11px;
	width: 210px;
	float: left;
}
.board_left { margin-right: 10px; }
.board_left a, .board_right a{ color: #4d4c4c; }
.board_left a:hover, .board_right a:hover{ color: #ffc41f; text-decoration: none; }

.board_highlight {
	font-weight: bold;
	color: #da1823;
	padding: 7px;
	margin: 15px 0px;
	background: #ffe1e3;
}

