#container_shadow_center ,#container_centering {
	/* background bottom f4efe5*/
	background-color: #FEF9CD;
}
.container_section_header, #container_search {
	/* border on top of each section */
	border-top: #AA7755 1px solid;
}
.section_header {
	color: #863411;
	font-family:"Century Gothic",  Arial, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight:bold;
}
.section_link, .section_link a {
	color: #665533;
	font-family: "Century Gothic",  Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
	vertical-align: baseline;
}

.container_section .container_section_header, #container_section_group:hover #container_default_section .container_section_header, .container_section_expanded .container_section_header {
	background: none;
}
.container_section:hover .container_section_header, #container_default_section:hover .container_section_header, .container_section_expanded:hover .container_section_header{
	/* sectino header hightlight color */
	background: #FFE8B3 !important;
}
#container_default_section .container_section_header{
	/* MUST be the same as above */
	background: #FFE8B3;
}
.container_section_content, .container_section_content a{
	font-family: "Century Gothic",  Arial, sans-serif;
	font-size: 14px;
	color:#330000;
}
.header {
	font-size: 14px;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #968563;
	text-align: center;
}
#search_box, #search_button {
	/* search box color */
	
	background: #FFE8B3;
	border: #AA7755 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #665533;
}