/* CSS Document */
ul,h1,p{ padding:0px; margin:0px;}
body{
	margin:0px;
	font-size:12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#Head,#Line,#Copyright,#Footer{width:100%;}
#Head{
	height:204px;
	background-image: url(images/bannerbg.jpg);
	background-repeat: repeat-x;
}
#Line{
    height:64px;
	background-image: url(images/LineBg.jpg);
}
#Main{ width:1002px;}

#MainLeft{
	width:234px;
	background-color:#F4F4F4;
	background-image: url(images/index_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 58px;
	float: left;
}
#MainRight{
	width:710px;
	float: right;
	background-color:#F9F9F9;

}
#Copyright{
	height:97px;
	clear: both;
	background-image: url(images/efooter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Copyright p{
	margin-left: 360px;
	color: #999999;
	margin-top: 45px;
}
#Footer{
	clear: both;
	background-image: url(images/footbg.jpg);
	background-repeat: repeat-x;
	height:56px;
}

.Right01{
	float:left;
	padding-left:58px;
	color: #F4F4F4;
}
.Right02{ width:264px; float:right;}

.Cross{
	background-image: url(images/eCrossbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 202px;
	padding-left: 62px;
	padding-top: 14px;
	background-color: #FFFFFF;
}

.Con{
	color: #336699;
	float: left;
	width: 300px;
	line-height: 150%;
	margin-left: 15px;
	margin-top: 40px;
}
p a{
	text-decoration: none;
	color: #336699;
}


.Banner{
	width:1002px;
	height:172px;
	background-image: url(images/index1_1.jpg);
	text-align: right;
}
.Top{
	width:1002px;
	height:32px;
	background-image: url(images/index1_2.jpg);
}
.TopNav{
	margin-left: 370px;
}
.TopNav ul{
	list-style-type: none;
}
.TopNav li{
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #339999;
	float: left;
	display: block;
	padding-right: 8px;
	padding-left: 6px;
	font-size: 13px;
	font-weight: bold;
}
.TopNav li a{
	color: #FFFFFF;
	text-decoration: none;
}
.TopNav li a:hover{color: #003366;}
.TopNav li a.TopActive{	color: #003366;}



.LeftNav{
	margin-left: 50px;
	width: 170px;
}
.LeftNav ul{}
.LeftNav h1{
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}
.LeftNav h1 a{
	color: #003366;
	text-decoration: none;
	display: block;
	padding-left: 20px;
}
.LeftNav h1 a:hover{
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;}
.LeftNav h1 a.LeftNavActive{
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


