@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	margin-bottom:1px;
}
body{
	margin: 0px;
	padding:0px;
	background:url(img/bgr2.gif) center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#dfaf0a;
	font-weight:bold;
	text-transform:uppercase;
	background-repeat:no-repeat;
	margin-top:0px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#cea414;
	font-weight:normal;
	text-transform:uppercase;
}
h3{
	margin-top:10px;
	font-size:14px;
}
h4{
	
}
h5{
	
}
a {
	color:#990000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0px;
}
.style1 {
	font-size: 13px;
	font-weight: bold;
}
.total_frame{
	width:834px;
	margin:0px auto;
}
.header{
	position:relative;
	margin:0px auto;
	width:834px;
	height:265px;
	background-image:url(img/header3.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}
.menu{
	position:absolute;
	top:273px;
	left:20px;
	height:18px;
	width:791px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dbab5e;
	background-color:#fff;
	padding:2px 0px 0px 2px;
	border:2px solid #e59f2d;
}
.menuitem{
	float:left;
}
.menuitem a{
	float:left;
	color:#E7D6B6;
	background-color:#632727;
	text-decoration:none;
	padding:0px 10px 1px 10px;
	border-right:1px solid #E7D6B6;


}
.menuitem a:hover{
	color:#fff;
	background-color:#632727;
}
.menuitem a:visited{
	text-decoration:none;
}
.menuitem_selected{
	float:left;
	color:#fff;
	background-color:#400000;
	text-decoration:none;
	padding:0px 10px 1px 10px;
	border-right:1px solid #E7D6B6;
}
.menuitem_end{
	float:left;
	width:105px;
	height:15px;
	background-color:#632727;
	padding:0px 10px 1px 10px;
	font-weight:normal;
}
.content{
	padding:10px 22px 20px 22px;
	margin-top:40px;
	height:150px;
	margin-bottom:50px;

}
.news{
	float:left;
	padding:10px;
	width:170px;
	border-left:1px solid #d3b17e;
	margin-left:10px;
}
.newsheader{
	width:100%;
	background-color:#632727;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding:2px 0px 2px 5px;
	margin-bottom:10px;
}
.texts{
	float:left;
	width:570px;
	padding-left:10px;
	padding-bottom:50px;
}
.startpuff{
	float:left;
	margin-right:10px;
	margin-top:5px;

	padding:2px;
	background-color:#f1f1f1;
	width:265px;
}
.startpuff2{
	float:left;
	margin-right:10px;
	margin-top:5px;
	width:540px;
	padding:2px;
	background-color:#fff;
}
.submenu{
	float:left;
	width:170px;
	border-right:1px solid #d3b17e;
	margin-right:10px;
}
.submenu_header{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#dfaf0a;
	font-weight:bold;
	width:90%;
	text-transform:uppercase;
	padding:5px 0px 2px 15px;
	margin-bottom:10px;
}
.submenu_item{
	color:#907349;
		width:95%;
	text-decoration:none;
	padding:2px 0px;
	border-bottom:1px dotted #E7D6B6;
}
.submenu_item a{	
	display:block;
	color:#907349;
	text-decoration:none;
	padding:2px 10px;
	margin-right:3px;
}
.submenu_item a:hover{
	color:#907349;
	background-color:#f5ede2;
}
.submenu_item a:visited{
	color:#907349;
	text-decoration:none;
}
.submenu_item img{
	border:0px;
}
.submenu_item_selected{
	float:left;
	color:#fff;
	background-color:#d3b17e;
	text-decoration:none;
	padding:0px 10px;
}
.table_row{
	background-color:#f5ede2;
}
.footer{
 padding:5px 0px 5px 12px;
 margin-top:20px;
 border-top:1px solid #d3b17e;
}