/**************************************************************************************************html-body Section***************************************************************************************************/
body {
	text-align: center;
	background: #C39A2C;
}
/**************************************************************************************************Framework Section ***************************************************************************************************/
#wraper {
	position: relative;
	width: 969px;
	margin: 0 auto;
	text-align: left;
}
/**************************************************************************************************Header section***************************************************************************************************/
#header {
	width: 969px;
	height: 188px;
}
.headerlink {
	position: absolute;
	top: 25px;
	right: 0%;
	height: 25px;
	margin: 0px 20px 0px 0px;
	z-index:20;
}
.headerlink a {
	text-decoration: underline;
	color: #fff;
}
/**************************************************************************************************Hormenu section***************************************************************************************************/
#hormenu {
	float: left;
	width: 969px;
	height: 36px;
	margin: -36px 0 0 0;
	background: #fff;
	filter: alpha(opacity=40);
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#hormenu ul {
	list-style: none;
	margin: 0px 0 0 0px;
	border: 0px solid green;
}
#hormenu ul li {
	float: left;
	height: 34px;
	margin: 0 8px;
	_display: inline;
	border: 0px solid lime;
}
#hormenu li a {
	display: block;
	/*height: 24px;
*/
	font-size: 13px;
	font-weight: bold;
	color: #31648F;
	padding: 10px 5px 10px 40px;
	_padding: 10px 5px 10px 35px;
	border-top: 1px solid #FAFAFA;
	border-left: 1px solid #FAFAFA;
	border-right: 1px solid #FAFAFA;
}
#hormenu li a b {
	text-decoration: underline;
}
#hormenu li a:hover {
	color: #BA3025;
	background-color: #F3EBDB;
	border-top: 1px solid #C49A2E;
	border-left: 1px solid #C49A2E;
	border-right: 1px solid #C49A2E;
	filter: alpha(opacity=40);
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
#hormenu #selectedmenu {
	color: #BA3025;
}
/*Menuomschr style*/
#hormenu a span p {
	float: left;
	font-weight: bold;
	color: #000;
	margin: -15px 0 0 -37px;
	_margin: -25px 0 0 0px;
	_padding: 0 0 0 0;
	border: 0px solid green;
}
#hormenu .page_4 a span p {
	margin: -15px 0px 0 -17px;
	_margin: -25px 0px 0 18px;
}
#hormenu .page_2 a span p {
/**/
	float: right;
	_float: left;
	margin: -15px 0px 0 2px;
	_margin: -25px 0px 0 147px;
}
/**************************************************************************************************Contentwraper section***************************************************************************************************/
#contentwraper {
	width: 969px;
	background: #F3EBDB;
	_margin: -3px 0 0 0;
}
html>body #contentwraper {
	overflow: hidden;
}
/**************************************************************************************************Breadcrumb section***************************************************************************************************/
.bread {
	width: 969px;
	height: 40px;
}
html>body .bread {
	overflow: hidden;
}
.breadbox {
	width: 930px;
	height: 15px;
	margin: 20px 0 0 20px;
	border: 0px solid green;
}
/*bread style*/
.bread ul {
	list-style: none;
	margin: 0px;
}
.bread li {
	float: left;
}
.bread li a {
	background: url(../images/breadarrow.gif) no-repeat center left;
	background-position: 0px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #BA3025;
	padding: 0 5px 0 9px;
}
.bread .firstchild a {
	background: none;
}
.bread .lastchild a {
	color: #31648F;
}
/**************************************************************************************************Content section***************************************************************************************************/
.content {
	float: left;
	width: 540px;
	border: 0px solid red;
}
.contentbox {
	width: 500px;
	min-height: 550px;
	_height: 550px;
	margin: 20px 0 0 30px;
}
.contenttext p {
	border: 0px solid green;
}
.contenttext A {
	text-decoration:underline;
}
/**************************************************************************************************Linksbar section***************************************************************************************************/
.linksbar {
	float: left;
	width: 428px;
	margin: 0 0 20px 0;
	border-left: 1px solid #C39A2C;
}
.linksbarbox {
	width: 390px;
	min-height: 530px;
	_height: 530px;
	margin: 20px 0 0px 35px;
	border: 0px solid #000;
}
/**************************************************************************************************Footer section ***************************************************************************************************/
#footer {
	width: 969px;
	height: 25px;
	color: #fff;
	clear: both;
	background: url(../images/footerloop.gif) repeat-x left top;
	background-position: 0% 0%;
}
