/*resetter*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}/*endresetter*/
body{
	background-color: #eeeeee;
	margin: 0px 0px 0px 0px;
	font-family:  Arial;
	font-size: 12px;
	color: #000;
	font-weight:normal;
	text-decoration:none;
	position:relative;
}

.body{
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #eeeeee;
	line-height:1.5em;
}

.bgtop{
	position:absolute;
	width: 100%;
	height: 371px;
	background: #fff url('../images/bgheader.gif') repeat-x;
	top:0px;
	left:0px;
	z-index:-1;
}

.bgbottom{
	position:absolute;
	width: 100%;
	height: 106px;
	background: #363636;
	bottom:0px;
	left:0px;
	z-index:-1;
}

.clear{
	clear: both;
}

.header{
	background: #eee url('../images/bgheader.gif') repeat-x;
	padding-top:13px;
}

.logo1{
	width:327px;
	float:left;
}

.logo2{
	width:341px;
	float:left;
	margin-left: 50px;
}

.logo3{
	width:90px;
	float:left;
	margin-left: 50px;
	margin-top: 10px;
}

.logo4{
	width:90px;
	float:left;
	margin-left: 50px;
	margin-top: 30px;
}

.menu{
	margin-top: 19px;
	height: 39px;
}

.menu ul li{
	float:left;
	margin-right:14px;
	padding-top:5px;
}

.menu ul li a{
	text-decoration: none;
	font-size: 14px;
	font-family: tahoma;
	color: #000000;
}
.menu ul li a:hover{
	font-weight: bold;
}

#fstpt{
	text-align: center;
	background-color:#188018;
	width:84px;
	height: 34px;
}

#fstpt a{
	color: #fff;
}

.submenu{
	width: 850px;
	height:45px;
	background: #fff url('../images/bgmenu.gif') no-repeat;
	margin-bottom: 12px;
	float:left;
}

.submenu ul{
	padding-top: 14px;
	margin: 0px 20px 19px 20px;
}

.submenu ul li{
	display: inline;
}

.submenu ul li a{
	text-decoration: none;
	color: #3c3c3c;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
}

.submenu ul li a:hover{
	color:#004276;
}

.language{
	float:left;
	width:150px;
	height:32px;
	background-color: #fff;
	margin-bottom: 12px;
	padding-top: 13px;
}

.language a{
	color:#004276;
	font-weight: bold;
}

.language a:hover{
	color:#000000;
	text-decoration: none;
}

.sep{
	margin-left: 10px;
	margin-right: 10px;
}

.banner{
	width: 960px;
	padding:20px;
	height: 295px;
	background-color: #fff;

	
}

.banner img{
	border:1px solid #bebebe;
	margin-top: 20px;
	margin-left: 20px;
}

.main{
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 960px;
	
}

.content{
	padding-bottom: 20px;
	border-bottom: 1px solid #bebebe;
}

.h1{
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	color: #004276;
	line-height: 28px;
	margin-bottom:5px;
}

.h2{
	font-family: arial;
	font-size: 14px;
	color: #004276;
	margin-bottom:5px;
}

.hometxt{
        font-family: arial;
	font-size: 14px;
	color: #2e2e2e;
	line-height: 16px;
}

.bottom{
	background-color: #fff;
}

.left{
	float:left;
	width: 240px;
	padding:20px;
}

.left ul{
	margin-top: 10px;
}

.left ul li{
	padding-bottom: 10px;
}

.left ul li a{
	text-decoration: none;
	font-size: 18px;
	font-family: arial;
	color: #2e2e2e;
}

.center{
	float:left;
	width: 360px;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	padding:20px;
}

.center ul{
	margin-top: 10px;
}

.center ul li{
	padding-bottom: 10px;
}

.center ul li a{
	text-decoration: none;
	font-size: 14px;
	font-family: arial;
	color: #2e2e2e;
}

.center ul li a img{
	margin-bottom: -6px;
	margin-right: 5px;
}

.right{
	float:left;
	width: 215px;
	padding:20px;
}

.right .subtitle{
	font-size: 12px;
	margin-top: 10px;
}

.title{
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	color: #004276;
	margin-bottom: 5px;
}	

.subtitle{
	font-family: arial;
	font-size: 14px;
	color: #004276;
}

.footer{
	background-color: #363636;
	height:106px;
	width:1000px;
}

.footertxt{
	color: #fff;
	font-size: 13px;
	width: 350px;
	margin: 0px auto;
	padding-top:20px;
}

.white{
	width: 1000px;
	height: 25px;
	background-color: #fff;
}

.hometxt table{
	margin:20px;
}

.hometxt tr td{
	padding:10px;
}

.link{
	font-size: 13px;
	color: #004276;
	text-decoration: none;
	font-weight: bold;
	margin-left: 250px;
	margin-top: 20px;
}