html{
	background-image: url(images/bg_top.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	background-color:#D3D3D3;
}

html *{
	font-family:Verdana,Helvetica,sans-serif;
}

body{
	background-image:url(images/bg.jpg);
	background-position:left top;
	background-repeat:repeat;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	height:100%;
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
}

.body_2{
	background-image: url(images/bg_bottom.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
	float: left;
	padding-bottom:17px;
}

.site_container{
	background: #FBFBF9;
	/*width: 985px;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_top.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.page_container{
	float:left;
	height:auto;
	left:50%;
	margin-left:-350px;
	position:relative;
	width:700px;
	margin-top: 0;
}

.header{
	float: left;
	margin: 0;
	padding: 0;
	height: 80px;
	background-color: #0B3F67;
	width:700px;
}
.header_logo{
	float:left;
	height:80px;
	margin:0;
	padding:10px 0 0 10px;
	width:330px;
}
.header_logo a{
	border: none;
}
.header_logo img{
	border: none;
}
.header_slogan{
	float:right;
	height:80px;
	margin:0;
	padding:0;
	width:auto;	
}
.header_slogan span{
	background-image:url(images/slogan_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	margin:19px 0 0;
	padding:0 0 0 17px;
}
.header_slogan p{
	background-color:#2F5C7F;
	color:#D5DEE5;
	float:left;
	font-family:tahoma;
	font-size:11px;
	height:23px;
	margin-top:3px;
	padding:9px 7px 0 0;
	text-align:right;
}

.top_menu{
	float:left;
	margin: 0;
	padding: 0;
	width: 700px;
	background-color: white;
	height: 40px;
}
.top_menu ul{
	float:left;
	margin: 0;
	padding: 0;
	width: 700px;
	background-color: white;
	height: 40px;
}
.top_menu ul li{
	/*border-right:1px solid #336699;*/
	float:left;
	height:40px;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;

}
.top_menu ul li.last{
	border: none;
}
.top_menu ul li a{
	/*background-image:url(images/top_menu_li.jpg);
	background-position:left 6px;
	background-repeat:no-repeat;*/
	color:#0B3F67;
	float:left;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	height:40px;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
	text-indent:-3000px;
	width:100%;
	outline: none;
}
.top_menu ul li a#active_menu1{
	
}

.nav_menu{
	float:left;
	margin: 0;
	padding: 0;
	width: 700px;
	background-color: white;
	border-top-color:#336699;
	border-top-style:solid;
	border-top-width:1px;
	height: 19px;
}
.nav_menu ul{
	float:right;
	margin: 0;
	padding: 0;
	width: auto;
	border-top-width:1px;
	height: 19px;
}
.nav_menu ul li{
	float:left;
	height:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:3px 6px 0;
	width:auto;
}
.nav_menu ul li a{
	color:#336699;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.nav_menu ul li.first{
	background-image: url(images/nav_menu_li.jpg);
	background-position: right 3px;
	background-repeat: no-repeat;
}
.nav_menu ul li.first a{
	background-image:url(images/home.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	padding-left:17px;
}

.maincontent{
	float:left;
	margin: 0;
	padding: 0;
	width: 700px;
	background-color: white;
	border-top-color:#336699;
	border-top-style:solid;
	border-top-width:1px;
}
.content_left{
	border-right:1px solid #336699;
	float:left;
	margin:0;
	min-height:400px;
	padding:0 10px;
	width:480px;
}

/*\*/
* html .content_left {
height: 400px;
}
/**/

.content_left h1{
	background-image:url(images/h.jpg);
	background-position:left 15px;
	background-repeat:repeat-x;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	height:15px;
	margin-top:20px;
	padding-bottom:3px;
	width:480px;
}
.content_left img{
	border:medium none;
	float:left;
	width:auto;
	margin-bottom:10px;
	margin-right:20px;
}
.content_left p{
	font-size:11px;
	width:auto;
} 
.content_left h2{
	background-image:url(images/h.jpg);
	background-position:left 20px;
	background-repeat:repeat-x;
	font-size:11px;
	font-weight:bold;
	height:16px;
	margin-bottom:3px;
	margin-top:8px;
	padding-bottom:8px;
	width:480px;
}

.content_right{
	float:left;
	margin: 0;
	padding: 0;
	width: 199px;
}
.content_right ul{
	float:left;
	margin: 0;
	padding: 0;
	width: 199px;
	height: auto;
}
.content_right ul li{
	float:left;
	margin: 0;
	padding: 0;
	width: 194px;
	height: auto;
	border-bottom-color:#336699;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left: 5px;
	list-style: none;
}
.content_right ul li.li_b{
	background-color: #e9f3fb;
}
.content_right ul li a{
	color:#000000;
	float:left;
	font-size:10px;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	width:auto;
}
.content_right ul li a:hover,
.content_right ul li a#active_menu1{
	color: #336699;
}
.footer{
	float:left;
	margin: 0;
	padding: 0; 
	width: 700px;
	height: 50px;	
	border-top-color:#336699;
	border-top-style:solid;
	border-top-width:1px;
	background-color: white;
}

.footer p{
	background-color:white;
	color:#336699;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	_padding-top: 10px;
}
.footer p a,
.footer p a:hover{
	color:#303030;
	text-decoration:underline;
}