/*****GLOBAL STYLES****/
body {
	margin:0px;
	background-color:#ECE4C3;
}
.Page_Container {
	/*background-image:url(/images/global/site_backbround.jpg);
	background-repeat:repeat;*/
	width: 797px;
}
/*.Left_Nav_Box {
	background-image:url('/images/global/left_nav_bk.jpg'); background-repeat:no-repeat;
	height: 700px;
	width: 271px;
	float:left
}*/

.Top_Header {
	background-image:url(/images/global/site_banner.jpg);
	background-repeat:no-repeat;
	height: 181px;
	width: 797px;
}

.Content_Section {
	float: right;
	background-color:#FFFFFF;
	border-left-color:#5E5538;
	border-left-style:solid;
	border-left-width:thick;
	border-right-color:#562A1B;
	border-right-width:medium;
	border-right-style:solid;
	/*height: 519px;*/
	height:auto;
	padding-top:20px;
	width: 608px;
	position: relative
}
.Footer_Section {
	background-image:url(/images/global/site_footer.jpg);
	background-repeat:no-repeat;
	width:797px;
	height:45px;
	/*margin-top:800px;*/
	float:left;
	clear:both;
	vertical-align: baseline;
}

.footer_text {
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.footer_text a {
	color: #ffffff;
	font-weight: bold;	
	text-decoration: none;
}
.footer_text a:hover {
	color: #E9E3C8;
	font-weight: bold;	
	text-decoration: none;
}	

/** {
	margin: 0;
	padding: 0;
	color: #333; 
	background-color:#996600;
}

/******************* LEFT NAVIGATION TEXT *******************/
.left_navigation {
	width: 160px;
	height:auto;
	float:left;
	background-color:#ECE4C3;
	padding-left:15px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E3824;
	line-height: 40px;
}
.left_navigation a {
	color: #3E3824;
	font-weight: bold;	
	text-decoration: none;
}
.left_navigation a:hover {
	color: #B24F3D;
	font-weight: bold;	
	text-decoration: none;
}

/******************* END OF LEFT NAVIGATION TEXT *******************/

/******************* INFO PAGE CONTENT SECTIONS *******************/
.info-content {
	padding-left:15px;
	padding-right:20px;
	/*padding-top:20px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.info-content a {
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
.info-content a:hover {
	color: #A39661;
	text-decoration: none;

}
.bold_title {
font-size:14px;
font-weight:bold;
}
.underline_title {
	font-style:normal;
	font-weight: bold;
	text-decoration: underline;
}
.picture_padding {
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
padding-top:10px;
}

.fancy_title {
padding-left:15px;
font-family:"Georgia", Times New Roman, Times, serif;
font-size:24px;
color:#000000;
font-style:italic;
font-weight:bold;
}

/******************* LEFT NAVIGATION SECTION *******************/
/*#leftsection{
	width: 271px;
	height:700px;
	float: left;
	background-image:url(/images/global/left_nav_bk.jpg); background-repeat:no-repeat;
}

/******************* CONTENT SECTION *******************/
/*#right_section {
	margin-left:271px;
	width:529px;
	height:700px;
	position:relative;
	float:left;
}
#header-section {
	width:529px;
	float:left;
}
#content-section {
	width: 529px;
	height:636px;
	padding: 10px 10px 15px 10px;
	float: left;
	background-image:url(/images/global/content_bk.gif); background-repeat:no-repeat;
	overflow: visible;


