@charset "utf-8";
html, body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EFE0C9;
	/*font-family: Arial, Helvetica, sans-serif; */
}

.oneColFixCtrHdr #container {  /*change to 940 minimum */
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: inherit; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
/* http://www.digitalfamily.com/dreamweaver/css-tutorials/css-navbar.html*/
.oneColFixCtrHdr #nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #4E3922;
	height: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.oneColFixCtrHdr #nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #nav ul li {
	display: inline; /* trick to make horizontal */
}

.oneColFixCtrHdr #nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	float: right;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

.oneColFixCtrHdr #nav ul li a:hover{
	color: #FFF;
	background-color: #D3924C;
}
.oneColFixCtrHdr #Page_title {
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;

}
.oneColFixCtrHdr #left_nav_container {
	float:left;
	width:20%;
	background-color: #EAF7C1;
	margin: 5px;
	padding: 4px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

.oneColFixCtrHdr #mainContent p{
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0 10px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.oneColFixCtrHdr #content_with_nav_side {
	margin-left: 120px;
}

.oneColFixCtrHdr #nav_side {
	float: left;
	width: 100px;
	background-color: #4E3922;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 4px;
	height: 240px;
	text-align: left;
}

.oneColFixCtrHdr #nav_side ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.oneColFixCtrHdr #nav_side ul li {
	display: inherit;
	float: left;
	text-align: left;
} 

.oneColFixCtrHdr #nav_side ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.oneColFixCtrHdr #nav_side ul li a:hover{
	color: #FFF;
	background-color: #D3924C;
	width: 90px;
}
/*  --------------------- */

.image_format {
	padding: 10px;	
}
.CenterElement {
	text-align: center;
	float: right;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #295781;
}


.FAQ_question {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #AC6F2B;
	font-weight: bold;
	font-style: italic;
}
.FAQ_answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

.subheader_green {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

s.Page_title_p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #85552F;
	text-align: center;
}
