@charset "utf-8";
/* CSS Document */

*{
    margin:0px;
	padding:0px;
}

a{
    text-decoration:none;
}

#layout{
    width:860px;
	margin:0 auto;
	height:auto;
	padding:10px;
}

#left{
    float:left;
	width:240px;
	height:auto;
}
#left ul{
    list-style:none;
	margin:0;
	padding:0;
}
#left ul li{
    width:240px;
	overflow:hidden;
	margin:0;
	padding:0;
	height:45px;
}
#left ul li a{
    font-size:13px;
	color:#0099CC;
	line-height:45px;
	text-decoration:none;
	text-indent:18px;
	font-family:"黑体";
	display:block;
	background-image:url(../images/list_icon.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#left ul li a:hover, #left ul li a.current{
	color:#E87C11;
	background-color:#EFF9FE;
	background-image:url(../images/list_icon1.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#right{
    width:610px;
	height:auto;
	float:right;
}

#right img{
    width:610px;
	border:none;
}

#right h1{
    margin:7px 0 5px;
	padding:0px;
	line-height:32px;
	border-top:5px solid #0099CC;
	background-image:url(../images/icon_1.gif);
	background-position:left center;
	background-repeat:no-repeat;
	height:32px;
	font-size:17px;
	font-weight:bold;
	text-indent:20px;
	color:#069;
	letter-spacing:1px;
}
#right h2{
    margin:10px 0 7px 0;
	padding:0px;
	height:36px;
	text-indent:20px;
	border-bottom:5px solid #0099CC;
	line-height:36px;
	background-repeat:no-repeat;
	background-image:url(../images/icon2.gif);
	color:#006699;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:17px;
	background-position:left center;

}

#right ul{
	list-style:none;
	padding:0px;
}
#right ul li{
    height:auto;
	width:100%;
	color:#336699;
	border-bottom:1px dashed #C8DDEA;
    padding:8px 0;
	font-size:12px;
	background-image:url(../images/icon45.gif);
	background-position:6px 10px;
	background-repeat:no-repeat;
	text-indent:22px;
	margin:0px;
}
#right img{
	width:610px;

}
#right table{
    margin:5px 0;

}
#right table th{
    color:#FFFFFF;
	font-size:14px;
	padding:0px;
	background-color:#8ECBE6;
	text-align:center;
	height:36px;
	line-height:36px;
}
#right table td{
    padding:7px 0px;
	color:#325F8B;
	text-indent:1em;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-color:#aaaaaa;
	background-color:#C7E4F3;
}
