@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	width:985px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	background-color: #f6f5f3;
}
#divMain{
	width:auto;
}
#divTop{
	width:auto;	
}
#divLeft{
	float:left;
	padding-left:10px;
	width:720px;	
	display:table;
}
#divRight{
	width:251px;
	display:table;
}
#divHeader{
	width:985px;
	height:338px;
}
#divContent{
	margin-left:5px;
}
a:link {
	text-decoration: none;
	color: #847355;
}
a:visited {
	text-decoration: none;
	color: #847355;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #847355;
}
.text_welcome {
	color: #847355;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
}
.text_welcome_large{	
	font-size: 36px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #847355;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #847355;
}
.text_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #847355;
}
.text_footer{
	font-size: 9px;
	color: #847355;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.text_footer a{
	color: #847355;
}
.text_footer a:hover{
	color: #333;
}
.text_topic{
	font-size: 23px;
	color: #847355;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	margin:0px;
	padding:0px;
	font-size: 25px;
	color: #847355;
	font-weight:bold;
	/*font-family: "Times New Roman", Times, serif;*/
}
.text_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #847355;
}
.text_large{
	font-size: 18px;
	color: #847355;
}
.text_middle{
	font-size: 11px;
	color: #847355;
}
.sidenav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sidenav a{
	color: #BBB2A3;
}
.sidenav a:hover{
	color: #FFFFFF;
}
.text_red{
	color:#a72f3e;
}
.text_white{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
