@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
}
body{
background:#F9F9F9;
font-size:12px;
}
ul{
list-style:none;
}
#left{
font-size:16px;
border:1px #B3B3B3 solid;
width:140px;
background:#fff;
margin-left:5px;
padding:20px 5px;
}
#left a{
text-decoration:none;
color:#333;
width:100px;
height:10px;
border-bottom:1px #B3B3B3 solid;
display:block;
padding:10px 20px;
}
#left a:hover{
background:url(../img/nav_li_bg.png) no-repeat;
border:none;
font-weight:900
}
#left li{
width:100px;
}
#right{
border:1px #B3B3B3 solid;
width:580px;
margin-left:10px;
background:#fff;
height:400px;
}
#right h2{
background:url(../img/widget_title_bg.png);
border:#AEAEAE 1px solid;
margin:8px;
padding:6px 0px 0px 8px;
font-size:16px;
height:22px;
}
td{
border-bottom:1px #AEAEAE dotted;
height:40px;
padding:0px 20px
}
#tr1:hover,#tr2:hover,#tr3:hover,#tr4:hover,#tr5:hover,#tr6:hover,#tr7:hover{
background:#EDF7FC
}
table{
margin-top:20px;
}
#guanggao{
border:1px #B3B3B3 solid;background:#fff;
width:220px;
height:400px;
margin-left:5px;
}
#top{
background:url(../img/logo.jpg) no-repeat 15px 15px;
height:80px;
text-align:right;
padding:10px 10px 0px 0px;
}
#right ul{
	margin:20px 0px 0px 60px;
	list-style-position: outside;
	list-style-image: url(../img/139.gif);
}
#right ul li a{
color:#000;
line-height:20px;
}