@charset "utf-8";
/* CSS Document */

html, body {
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 1;
	background:url(../img/body_bg.jpg) repeat-x #E4E4E4;
}

* {
	font-size: 1em;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

img { 
	border: none; 
}
ul, ol, li {
	list-style: disc; 
}
:focus {
	outline: none; 
}
.clear{
	clear:both;
	margin:0;
	padding:0;
	font-size:0;
}
.content {
	width:780px;
	margin:0 auto;
	background:#FFFFFF;
	padding-bottom:10px;
	}
.header {
	height:150px;
}
.logo {
	float:left;
}
.top-links {
	float:right;
	font-family:Tahoma;
	font-size:12px;
	margin-top:26px;
}
.top-links a {
	text-decoration:none;
	color:#716D6E;
	margin-right:15px;
}
.top-links img {
	margin-right:5px;
}
.header-menu{
	height:198px;
	position:relative;
}
.header-menu .top{
	background:url(../img/top-header-menu.gif) no-repeat;
	height:5px;
	font-size:0;
}
.header-menu .main-menu{
	background:url(../img/repeat-heder-menu.jpg) repeat-x #00468C;
	height:188px;
}
.header-menu .bottom{
	background:url(../img/bottom-header-menu.gif) no-repeat;
	height:5px;
	font-size:0;
}
.header-menu .bg{
	background:url(../img/menu-bg.png) no-repeat;
	height:80px;
	width:448px;
	position:absolute;
	bottom:5px;
}
.menu{
	padding-top:7px;
	width:389px;
	margin-left:24px;
	position:relative;

}
.none{
	background:none !important;
}
.title{
	background:url(../img/title-bg.gif) no-repeat left;
	height:36px;
	margin-top:15px;
	width:434px;
	padding:7px 0 0 16px;
	color: #0d58a3;
	font-style: italic;
	font-family:Arial;
	font-size: 20px;
}
.text .subtitle{
	margin:10px 0px;
	color: #0d58a3;
	font-style: italic;
	font-family:Arial;
	font-size: 14px;
}
.text{
	width:420px;
	padding:9px 0 0 16px;
	font-family:tahoma;
	color:#5E5F61;
	font-size:12px;
	text-align: justify;
}
.text p{margin-bottom:20px;}
.text a{text-decoration: none;color: #0d58a3;}
.text .more{
	text-align:right;
	margin-top:-15px;
	padding-right:15px;
}
.text .more a{
	color:#A15008;
	font-weight:bold;

}
.text .more a:hover{
	text-decoration:none;
}
.left{
	float:left;
	width:450px;
}
.right{
	float:left;
	width:330px;
	position:relative;
}
.image{
	position:relative;
	top:-273px;
}
.right-title{
	height:30px;
	width:306px;
	background: url(../img/right-title-bg.gif) no-repeat;
	border-top:1px solid #6E7270;
	margin-top:-279px;
	_margin-top:-281px;
	color:#FFFFFF;
	font-size:12px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	font-family:Tahoma;
}
.right-content{
	width:306px;
}
.right-content .main{
	background:url(../img/right-content-bg.gif) repeat-y;
	padding-top:18px;
	padding-left:15px;
}
.right-content .bottom-bg{
	background: url(../img/mian-bottom-bg.gif) no-repeat;
	height:12px;
}
.right-content .calendar{
	float:left;
}
.right-content .txt{
	float:left;
	color:#282522;
	font-size:11px;
	font-family:Tahoma;
	width:225px;
	margin-left:9px;
	margin-top:3px;
}
.item{
	padding-bottom:24px;
}
.item .subtitle {
	margin:5px 0px;
	color: #0d58a3;
	font-family:Arial;
	font-size: 12px;
}
.item .txt a{
	text-decoration: none;
	color: #282522;
}
.item .subtitle a{
	text-decoration: none;
	color: #0d58a3;
}
.footer{
	height:36px;
	background: url(../img/footer-bg.gif) no-repeat;
	color:white;
	margin-top:18px;
	text-align:center;
	line-height:36px;
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma;
}
.label{width:200px;height: 20px;}
.full_link a {color:#0d58a3;text-decoration: none;font-size: 11px;}