@charset "utf-8";
*{
	margin:0;
	padding:0;
	}
body {
	background:#00000a url(imgs/bottomBk.jpg) center bottom no-repeat;
	
	
}
h1{
	text-align:center;
	margin-bottom:20px;
	}
#wrap{
	background:url(imgs/headerBk.jpg) top center no-repeat;
	
	}
#wrapcenter{
	font:16px/1.8 Verdana, Geneva, sans-serif;
	color:#FFF;
	width:960px;
	margin:0 auto;
	
	}
#title{
	height:470px;
	position:relative;
	
	}
#title img{
	position:absolute;
	top:180px;
	left:70px;
	
	}
a.home{
	display:block;
	width:162px;
	height:54px;
	background:url(imgs/home.jpg) no-repeat 0px 0px;
	position:absolute;
	left:769px;
	
	}
a.home:hover{
	background:url(imgs/home.jpg) no-repeat 0px -54px;
	
	}
ul.mainmenu{
	list-style:none;
	height:79px;
	position:absolute;
	top:419px;
	z-index:100;
	left:180px;
	}
ul.mainmenu li{
	float:left;
	margin-right:17px;
	}
ul.mainmenu li a{
	display:block;
	width:200px;
	height:79px;
	
	}
ul.mainmenu li a.group01{
	background:url(imgs/menu.jpg) no-repeat 0px 0px;
	}
ul.mainmenu li a.group01:hover{
	background:url(imgs/menu.jpg) no-repeat 0px -79px;
	}
ul.mainmenu li a.group01Curr{
	background:url(imgs/menu.jpg) no-repeat 0px -79px;
	}
ul.mainmenu li a.group02{
	background:url(imgs/menu.jpg) no-repeat -215px 0px;
	}
ul.mainmenu li a.group02:hover{
	background:url(imgs/menu.jpg) no-repeat -215px -79px;
	}
ul.mainmenu li a.group02Curr{
	background:url(imgs/menu.jpg) no-repeat -215px -79px;
	}
ul.mainmenu li a.group03{
	background:url(imgs/menu.jpg) no-repeat -430px 0px;
	}
ul.mainmenu li a.group03:hover{
	background:url(imgs/menu.jpg) no-repeat -430px -79px;
	}
ul.mainmenu li a.group03Curr{
	background:url(imgs/menu.jpg) no-repeat -430px -79px;
	}
#content{
	padding:135px;
	padding-top:10px;
	}
#footer{
	text-align:center;
	padding-bottom:80px;
	}
.em{
	font-weight:bold;
	color:#FF0;
	
	}
.em1{
	font-weight:bold;
	color:#6FF;
	}
.block{
	padding-bottom:30px;
	padding:10px 10px 30px 20px
	}

.blockcenter{
	text-align:center;
	}
#content ol{
	margin-left:45px;
	
	}	
table{
	border-collapse:collapse;
	width:100%;
	border:#AED3D7 1px solid;
	margin:20px 0px;
	}
table th,table td{
	border-right:1px #AED3D7 solid;
	padding:3px;
	background:#082044;
	text-align:center;	
	}
table th{
	border-bottom:1px #AED3D7 dashed;
	background-color:#0E1623;
	}
table td{
	
	border-bottom:1px #AED3D7 dashed;
	text-align:left;
	padding-left:10px;
}
table th.th01{
	width:200px;
	
	}
table th.th03{
	width:100px;
	
	}
img.imgborder{
	border:#eee 3px solid;
	padding:3px;
	}
img.imgkey{
	position:relative;
	top:15px;
	}
