.section {
	background-color		: #fff; /*#F3EFE4;*/
	border					: 1px solid #fff;
	margin-bottom			: 10px;
	position: relative;
}

.section_header {
	display 					: block;
	text-decoration		: none;
	background-color		: #fff;
	font-family				: Verdana,Arial, Helvetica, sans-serif;
	font-size				: 11px;
	font-weight				: bold;
	color					: #355477;
	letter-spacing: 1px;
	border-bottom			: 1px solid #C5C5C5;
	padding-top				: 2px;
	padding-bottom			: 2px;
	padding-left			: 2px;
	padding-right			: 4px;
	margin-top				: 2px;
	margin-bottom			: 2px;
	margin-left				: 2px;
	margin-right			: 0px;

}

a.section_header:hover {
	text-decoration		: underline;
	/*background-color	: #C4DAF6;
	background-color	: #BCD5F2;*/
}

.section_header_dark_blue {
	background-color		: #336699;
	border-bottom			: 1px solid #336699;
	padding-top				: 2px;
	padding-bottom			: 2px;
	padding-left			: 4px;
	padding-right			: 4px;
	margin-top				: 2px;
	margin-bottom			: 2px;
	margin-left				: 2px;
	margin-right			: 0px;
}

.section_header_dark_blue_title {
	font-family				: Verdana,Arial, Helvetica, sans-serif;
	font-size				: 12px;	
	font-weight				: bold;
	color					: #fff;
}

.section_header_dark_red {
	text-decoration	: none;
	display					: block;
	background-color		: #fff;
	letter-spacing: 1px;
	/*border-bottom			: 1px solid #7E210A;*/
	border-bottom			: 1px solid #C5C5C5;
	padding-top				: 2px;
	padding-bottom			: 2px;
	padding-left			: 2px;
	padding-right			: 4px;
	margin-top				: 2px;
	margin-bottom			: 2px;
	margin-left				: 2px;
	margin-right			: 2px;
	font-family				: Verdana,Arial, Helvetica, sans-serif;
	font-size				: 11px;
	font-weight				: bold;
	/*color					: #541607;*/
	color						:#7b2107;
	clear: both;

}



a.section_header_dark_red:hover {
	text-decoration		: underline;
	color: #9C5945;
}


.section_body {
	padding-top				: 2px;
	padding-bottom			: 4px;
	padding-left			: 3px;
	padding-right			: 6px;
	background-color:  transparent;
	
}

.section_body a.section_link5{
	padding-top				: 2px;
	padding-bottom			: 4px;
	padding-left			: 3px;
	padding-right			: 6px;
	
}

a.section_link {
	color					: #003366;
	text-decoration			: none;
	font-size				: 12px;
	padding-top				: 0px;
	padding-bottom			: 0px;
	padding-left			: 3px;
	padding-right			: 6px;
	clear: both;
}

a.section_link:hover {
	text-decoration			: underline;
	font-size				: 12px;
	padding-top				: 0px;
	padding-bottom			: 0px;
	padding-left			: 3px;
	padding-right			: 6px;
	clear: both;
}

a.section_header_more {
	color					: #003366;
	font-size				: 12px;
	text-decoration			: none;
	font-weight				: bold;
	clear: both;
}

a.section_header_more:hover {
	text-decoration			: underline;
}

