/* CSS Document */
ul,h1{ padding:0px; margin:0px;}
body{
	margin:0px;
	font-size:12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

#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/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#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/Crossbg.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: 200%;
	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: 380px;
}
.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: 8px;
	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: auto;
	width: 144px;
	margin-right: auto;
	height: 300px;
}
.LeftNav ul{}
.LeftNav h1{
	font-size: 13px;
	font-weight: normal;
	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;
}

.Link{font-size:12px; color:#6bb4d8; padding-top:20px;}
.Link a{ color:#87bed8; text-decoration:none; font-weight:bold;}
