@charset "utf-8";
@import "format.css";

html {}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*#577187*/
	background-color: #ebebeb;
	
}
.wrapper-top {
	width: 100%;
	background:url(images/top-tex-bg.jpg) repeat-x top left;
	min-height:310px;
  	height:auto !important;
  	height:310px;
	background-color: #ebebeb;
}
/*
.wrapper-bottom {
	width: 100%;
	background:url(images/bottom-tex-bg.jpg) repeat-x bottom left; 
	height: 43px;
	clear: both;
}*/
.wrap {
	width:790px;
	height: auto;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/main-tex-bg.jpg) repeat-y;
}
.header {
	width: 790px;
	height: 262px;
	background:url(images/header.jpg) no-repeat;
}
.menubar {
	width: 780px;
	height: 38px;
	background:url(images/menu-bg.jpg) no-repeat;
	padding:0 0 0 10px;
}
ul.menu {
	width: 780px; /* 587px */
	height:36px;
	margin:0;
	padding:0;

}
ul.menu li {
	list-style:none;
	list-style-type:none;
	margin: 0px; 
	padding:0px;
	float:left;
	font-size: 100%;

}
ul.menu li a, ul.menu li a:visited {
	display: block;
	width: auto;
	height: 26px;
	margin: 2px 0 0 0;
	padding: 10px 4px 0 4px;
	border-left: #195261 solid 1px;
	border-right: #609aa9 solid 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
	float:left;

}
ul.menu li a:hover {
	color:#CCCCCC;
	font-weight: bold;
	text-decoration: underline;

}

.content {
	width: 790px;
	min-height:444px;
  	height:auto !important;
  	height:444px;
	background: url(images/content-bg.jpg) no-repeat;
}
.content-in {
	width: 510px;
	height:auto;
	margin: 0px;
	padding:20px 10px 20px 20px;
	float: left;
}
.rightbar {
	width: 230px;
	height: auto;
	padding: 45px 15px 20px 5px;
	float: right;
}
.rightbar-block {
	display:block;
	width: 219px;
  	height:auto;
	padding: 5px 5px 5px 5px;
	margin: 0;
	background-color:#d1d1d1;
	border-bottom: 1px dashed #999999;
	border-left: 1px dashed #999999;
	border-top: 1px dashed #999999;
	
}
.inner-block {
	display:block;
	width: 219px;
	min-height:80px;
  	height:auto !important;
  	height:80px;
	padding: 0;
	margin: 0;
	
}	
.footer {
	width: 790px;
	height:28px;
	background:url(images/footer-bg.jpg) no-repeat;
	clear: both;
	padding: 15px 0 0 0;
	margin:0;
}
.footer p {
	text-align:center;
	color:#FFFFFF;
	padding:0;
	margin:0;
	display: block;
	font-size: 80%;
	
}
.footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}
.footer a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}