/*****GLOBAL STYLES****/
body {
	margin:0px;
	background-color:#faeee3;
	text-align:center;
}
.Page_Container {
	width: 900px;
	height:auto;
	background-color:#ffffff;
}
.Top_Header {
background-image:url(/images/global/header.jpg);
	background-repeat:no-repeat;
	height: 185px;
	width: 900px;
}
.Top_Nav_Box {
	background-image:url(/images/global/navigation_background.jpg);
	background-repeat:no-repeat;
	height: 69px;
	width: 900px;
}
.Content_Section {
	float:left;
	height:auto;
	width: 900;
	padding-top:20px;
	position: relative;
}
.Footer_Section {
	background-image:url(/images/global/footer_background.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:220px;
	/*margin-top:800px;*/
	background-position: bottom;
	position:relative;
	float:left;
	vertical-align: baseline;
}
.footer_text {
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e6011;
}
.footer_text a {
	color: #3e6011;
	font-weight: bold;	
	text-decoration: none;
}
.footer_text a:hover {
	color: #ffa455;
	font-weight: bold;	
	text-decoration: none;
}	

/** {
	margin: 0;
	padding: 0;
	color: #333; 
	background-color:#996600;
}

/******************* TOP NAVIGATION TEXT *******************/
.top_navigation {
	width: 900px;
	position:relative;
	text-align:left;
	padding-right:10px;
	padding-left:10px;
	float:left;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c15b03;
}
.top_navigation a {
	color: #c15b03;
	font-weight: bold;	
	text-decoration: none;
}
.top_navigation a:hover {
	color: #5561ff;
	font-weight: bold;	
	text-decoration: none;
}

/******************* END OF LEFT NAVIGATION TEXT *******************/

/******************* INFO PAGE CONTENT SECTIONS *******************/
.info-content {
	width:900px;
	padding-left:20px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	color: #333333;
}
.info-content a {
	color: #333333;
	font-weight: bold;	
	text-decoration: none;
}
.info-content a:hover {
	color: #c15b03;
	text-decoration: none;
}
.table-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #ffffff;
}
.table-content a {
	color: #ffffff;
	font-weight: bold;	
	text-decoration: none;
}
.table-content a:hover {
	color: #fbb1db;
	text-decoration: none;
}

.picture_padding {
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
padding-top:10px;
}
.index_pading {
text-align:center;
padding-top:60px;
}
.fancy_title {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#c15b03;
font-style:italic;
font-weight:bold;
}
