/*****GLOBAL STYLES****/
body {
	margin:0px;
	background-color:#726f52;
	text-align:center;
}
.Page_Container {
	height: 800px;
	width: 710px;
	position:relative;
	background-image:url(/images/content_bk.gif);
	background-repeat:repeat-y;
	float:left;
}
.top_banner_box {
	background-image:url(/images/top_banner.jpg);
	background-repeat:no-repeat;
	width:710px;
	height:116px;
	position:relative;
	float:left;
}
.photo_banner_box {
	background-image:url(/images/photo_banner.jpg);
	background-repeat:no-repeat;
	width:710px;
	height:178px;
	position:relative;
	float:left;
}
.top_navigation_box {
	background-image:url(/images/navigation_bk.gif);
	background-repeat:no-repeat;
	width:710px;
	height:37px;
	position:relative;
	float:left;
}

.content_section {
	width:710px;
	height:auto;
	position:relative;
	background-image:url(/images/content_bk.gif);
	background-repeat:repeat-y;
	float:left;
} 
.Left_Content_Box {
	width: 340px;
	position:relative;
	float:left;
	background-image: url(/images/content_bk.gif);
	background-repeat:repeat-y;
}

.Left_Content_Box2 {
	width: 670px;
	position:relative;
	
	
	
}




.Right_Content_Box {
	width: 330px;
	position:relative;
	float:right;
}
.Left_Content_text {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:40px;
    padding-right:15px;
	font-size: 14px;
	color: #333;
}
.Left_Content_text a {
	color: #333;
	font-weight: bold;	
	text-decoration: none;
}
.Left_Content_text a:hover {
	color: #7ba67d;
	font-weight: bold;	
	text-decoration: none;
}
.Right_Content_text {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-right:20px;
	padding-left:10px;
	font-size: 14px;
	color: #333;
}
.Right_Content_text a {
	color: #333;
	font-weight: bold;	
	text-decoration: none;
}
.Right_Content_text a:hover {
	color: #7ba67d;
	font-weight: bold;	
	text-decoration: none;
}
.photo_box  {
	padding:5px 5px 5px 5px;
	float: left;
	position: relative;
}

.top_navigation {
	font: "Georgia, Times New Roman, Times, serif";
	width:710px;
	text-align:center;
	font-size: 16px;
	color: #c49943;
	padding-top:8px;
}
.top_navigation a {
	color: #c49943;
	font-weight: bold;	
	text-decoration: none;
}
.top_navigation a:hover {
	color: #7ba67d;
	font-weight: bold;	
	text-decoration: none;
}

.table_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b4701;
}
.table_text a {
	color: #6b4701;
	font-weight: bold;	
	text-decoration: none;
}
.table_text a:hover {
	color: #666666;
	font-weight: bold;	
	text-decoration: none;
}
.table_text_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}

.gray_table_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.gray_table_text a {
	color: #333333;
	font-weight: bold;	
	text-decoration: none;
}
.gray_table_text a:hover {
	color: #666666;
	font-weight: bold;	
	text-decoration: none;
}
.gray_table_text_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}
.Content_title {
	font: Georgia, Times New Roman, Times, serif;
	padding-left:20px;
	font-size: 20px;
	color: #333;
	font-weight:bold;
}



.footer_box {
	background-image:url(/images/footer_bk.gif);
	background-repeat:no-repeat;
	width:710px;
	height:82px;
	position:relative;
	float:left;
}

.footer_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:710px;
	text-align:center;
	padding-top:10px;
	padding-bottom:3px;
	font-size: 10px;
	color: #666666;
	position:relative;
	float:left;
}
.footer_text a {
	color: #666666;
	font-weight: bold;	
	text-decoration: none;
}
.footer_text a:hover {
	color: #726f52;
	font-weight: bold;	
	text-decoration: none;
}

li {
	text-align: left;
}

