@charset "utf-8";
/* CSS Document */
*{
    padding: 0;
    margin: 0;
	
	
}

body{
    width: 1003px;
    background-image: url(../images/bac.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 12px;
    margin: 0 auto;
   	
}
#topwel{
	height: 25px;
	padding-left: 25px;
    line-height: 25px;
    text-align: left;
	color: #7A7A7A;
}


#nav{
	width: 217px;
	height: 575px;
	background-image: url(../images/sidebar_bg.jpg);
    background-repeat: repeat-y;
	background-position: 100% 0%;
	float: left;
	background-color: #F2F9FF;
	padding-top: 25px;
	padding-left: 25px;
}
.nav1{
    height: 40px;
	line-height: 40px;
	background-image: url(../images/sidebar_nav.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
	padding-left: 25px;	
	color: white
}

.nav_ul{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    list-style-type: none;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    text-decoration: none;
}

.nav_ul a {
    color: #333;
    font-weight: bold;
}
.nav_ul a:hover {
    color: #D6651A;
    position: relative;
    top: 1px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #666;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #FFFFFF;
}

.nav_contract{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 10px;
    line-height: 26px;
    height: 26px;

    text-decoration: none;
}

#main{
    width: 740px;
    height: 580px;
    float: right;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #F2F9FF;
    font-size: 12px;
    overflow-y: scroll;
}

.main_h{
	font-size: 14px;
    color: #A03608;
    padding-left: 10px;
}

.main_h2{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 12px;
	padding-left: 70px;	
    text-decoration: none;
	
	text-indent: 26px;
	line-height: 160%;
}
.main_title{
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	
}

.main_in{
    font-size: 8px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    line-height: 20px;
    height: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    text-decoration: none;
    list-style-type: none;
}

.main_in a{
	color: #151515;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    text-decoration: none;
    list-style-type: none;
}

.main_in a:hover{
    list-style-type: none;
    position: relative;
    top: 1px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #D6651A;
    font-size: 8px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #666;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #FFFFFF;
}

#mainl{
	width: 360px;
    height: 500px;
	padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
    overflow-y: scroll;
	text-align: left;
    float: left;
 }
#mainr{
	width: 360px;
    height: 500px;
	padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
    overflow-y: scroll;
	text-align: left;
    float: right;
}
#bottom{
    clear: both;
    background-color: #626262;
    color: #FFFFFF;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
