body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #e5e5e5 url(../images/background_main.gif) repeat-x;
	font-size: 13px;
}

div#nav_links {
	height: 24px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #666666;
	width: 100%;
	color: #FFFFFF;
	position: relative;
	padding-top: 6px;
}
div#nav_links a {
	color: #FFFFFF;
}
div#nav_links a:hover {
	text-decoration: none;
}

div#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 0px;
	text-align: left;
	width: 900px;
	height: 100%;
}
.content_section {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 100%;
}
.horz_line {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.header_benefits {
	font-size: 18px;
	font-weight: bold;
	color: #bf0000;
	letter-spacing: -1px;
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar_text {
	font-size: 11px;
}
.header_sidebar {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
}
.sidebar_section {
	background-color: #FFFFE6;
	border: 1px dashed #DFBF9F;
	padding: 2px 10px;
	margin-bottom: 10px;
	background-image: url(../images/background_sidebar_section.gif);
	background-repeat: repeat-x;
}
div#footer {
	background-color: #1A1A1A;
	color: #999999;
	padding: 5px;
	text-align: center;
}
div#footer a {
	color: #CCCCCC;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #3e5886;
}
div#header_main {
	background-color: #333333;
	text-align: center;
}
