html{
	margin:0;padding:0;border:0;
	height:100%;
	overflow:auto;}

body,
div{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height:1.5;
	background: url(../images/background.jpg) repeat;
	height:100%;
	position:relative;
	word-wrap:break-word;
	word-break:break-all;}

#bodyDiv {
	width:1000px;
	margin:0 auto;
	background-color:#FFF;}

/*头部包括logo*/
#header{
	width: 100%;
	height: 50px;}

#logo{
	float:left;
	position: relative;
	width: 30%;
	height: 100%;
	background: url(../images/logo.jpg);}

#aside{
	float:right;
	position: relative;
	margin-right: 50px;
	width: 65%;
	height: 100%;
	background: url(../images/logoname.jpg);}

/*导航*/
#navigation{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 50px;}

/*左侧图*/
#left_image{
	float:left;
	position: relative;
	width: 220px;
	height: 500px;
	margin-top: 20px;
	z-index: 0;}

#left_image li{
	list-style-type: none;}

/*右侧标题*/
#right_head{
	float:right;
	width:760px;
	padding:7px;
	height:20px;
	margin-top:10px;
	display:block;}

#right_head p{
	font-size:24px;
  color:#d87878;
	font-family:方正魏简体, 华文新魏;}

/*右侧正文*/
#right_content{
    float: right;
    position: relative;
    width: 760px;
    height: 520px;
    overflow-y: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    border-top: 2px solid #cccccc;

#right_second{
	float:right;
	width:740px;

	margin-top:8px;}

#right_second p{
	width: 100%;
	font-size:15px;
	line-height:25px;
	margin-top:10px;
	text-indent:2em;}

#right_second table{
	float:right;}

.form_title{
	font-size:13px;
	font-weight:bold;}

.form_title td{
	border-bottom:3px solid #CCCCCC;/*实线*/
	line-height:24px;}

.classtr{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;}

.dashed_1 {
	border-bottom: 1px dashed #CCCCCC;}

.a_title{
	color:#000 !important;}

#right_third{
	float:right;
	margin-bottom: 0px;
	width:760px;
	height:40px;}

/*当前位置*/
.pages{
	width:760px;
	height:40px;}

.pages a{
	border:1px solid #A6CBE7;/*实线*/
	font-size:12px !important;
	color:#2F5FA1;
	padding:2px 4px;
	margin-left:8px;
	line-height:25px;}

.pages span{
	font-size:12px !important;
	font-weight:bold;
	margin-left:8px;}

.classtr a:hover{
	color:#CC0000 !important;
	position:relative;
	top:1px;}
.clear{
clear:both;}