/*------------------------------*/
/*--Design Setting Start--*/
body {
	background-color: #0066CC;
	margin-right: auto;
	margin-left: auto;
}

/*--layout design--*/
.body {
	background-color: #006699;
}
h1{

}
.wrap{
	width: 1000px;
	_width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.user{
	position: absolute;
	visibility: visible;
	z-index: 10;
	top: 345px;
}
.user ul{
	margin-left: 60px;
}
.user ul li{
	display: inline;
	margin-right: 10px;
}
.user ul li a{
	background-image: url(../images/bg_menu1.gif);
	background-repeat: no-repeat;
	height: 59px;
	width: 59px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
	color: #12440B;
	padding-top: 20px;
	line-height: 20px;
}
.user ul li a:hover{
	color: #FF0000;
}

.layout{

}

.layout .leftbg {

	
}

.layout .center {

}

.layout .rightbg {

}

.footer {
	
}

/*--header design--*/
.header {

}

.flash{
	position: relative;
	top: 0px;
	
}

/*--leftbg design--*/
.leftbg {
		
}

/*--center design--*/
.center {
	
}

/*--rightbg design--*/
.rightbg {
	
}

/*--footer design--*/
.footer{
	overflow: hidden;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.footer .aaa{
	position: absolute;
	left: 10px;
	top: 10px;
}
.footer .egov{
	position: absolute;
	top: 10px;
	right: 10px;	
}
.footer .copyright{
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 120px;
	
}
.footer .copyright ul{}
.footer .copyright li{
	display: inline;
	margin-right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.footer .copyright li a{
	color: #777777;
	text-decoration: none;
}
.footer .copyright li a:hover{
	color: #FF6600;
	text-decoration: underline;
}
.footer p{
	color: #717171;
	line-height: 150%;
	margin-left: 120px;
	_margin-left: 60px;
	float: left;
}
.footer .visitor{
	color: #336699;
	margin-left: 10px;
	background-image: url(../images/icon03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
}
.footer .visitor em{
	font-style: normal;
	color: #0000CC;
}
.footer .update{
	color: #990000;
	margin-left: 10px;
	background-image: url(../images/icon04.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
	
}
.footer .update em{
	font-style: normal;
	color: #993300;
	letter-spacing: 1px;
}

