/* CSS Document */
  body{
    font-size: 12px;
    font-family: Helvetica;
    padding: 0px;
    margin: 0px;
  }
      .header_left{
      width:193px;
      height: 96px;
      float: left;
    }
    
    .header_menus{
      margin-top: 60px;
      float: right;
    }
    
    .header_menus a{
    font-family: arial;
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    }
    
    .header_menus a:hover{
    font-family: arial;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    }
    
    .header_right{
      background: #9C0001 url('../images/banner.jpg');
      background-repeat: no-repeat;
      width:84%;
      height: 96px;
      float: left;
    }
    
    .main_body{
    width: 850px;
    }
    
    .tpl_left{
      width: 193px;
      background-color: #B2AC83;
      color: #FFFFFF;
      float: left;
      padding-bottom: 10px;
      height: auto;
    }
    
    .tpl_left ul{
    list-style-type: none;
    padding: 8px;
    }
    
    .tpl_left .left_head{
      text-align: right;
      width: 100%;
      background-color:#9C0000;
    }
    
    .tpl_left ul li{
      background-color: #B2AC83;
      padding: 8px;
      font-family: arial;
      font-size: 12px;
      border-bottom: 1px dashed #fff;
      text-indent: 15px;
    }
    
    .tpl_left .list-items a{
      color: #fff;
      text-decoration: none;
    }
    
    .tpl_left .rttext a{
      color: #fff;
      text-decoration: none;
    }
    
    .tpl_left .rttext a:hover{
      color: #9C0000;
      text-decoration: none;
    }
    
   .tpl_left .list-items a:hover{
      color: #9C0000;
      text-decoration: none;
    }
    .tpl_right{
      width: 635px;
      float: right;
      /*border: 1px solid #ccc;*/
    }
    
    .list-items-selected a{
      color: #9C0000;
      text-decoration: none;
      font-weight: bold;
    }
    
    .bottom_menus{
      height: 31px;
      background-color: #9C0000;
      font-size: 10px;
      width: 835px;
      text-align: center;
      line-height: 31px;
    }
    
    .bottom_menus a {
      color: #FFFFFF;
      font-family:Arial;
      font-size:10px;
      text-decoration:none;
    }
    
    .bottom_menus a:hover {
      color:#B77775;
      font-family:Arial;
      font-size:10px;
      text-decoration:none;
    }
    
    .copyright{
      color: #003C77;
    }
    
    .left_home a{
      color: #9C0000;
      text-decoration: none;
    }
    
    .left_home a:hover{
      color: #003C77;
      text-decoration: none;
    }
    
    .top_menus{
      padding-top: 15px;
      width: 655px;
      text-align: right;
      color: #fff;
    }
    
    .top_menus a{
      color: #fff;
      font-family: arial;
      font-size: 12px;
      text-decoration: none;
    }
    
     .top_menus a:hover{
      color: #B77775;
      font-family: arial;
      font-size: 12px;
      text-decoration: none;
    }
    
    .span_year{
      color: #9C0000;
      font-weight: bold;
    }
    .box_news a{
      text-decoration: none;
      color: #9C0000;
      font-family: Helvetica;
    }
    
    .box_news a:hover{
      color: #003C77;
      font-family: Helvetica;
    }
    
    .box_news .news_date{
      color: #003C77;
      font-family: Helvetica; 
    }
    
    .top_link a{
      font-family: Helvetica;
      color: #9C0000;
      font-size: 15px;
      text-decoration: none;
    }
    
    .top_link a:hover{
      font-family: Helvetica;
      color: #003C77;
      font-size: 15px;
      text-decoration: none;
    }
    
    .general_link{
      font-family: Helvetica;
      color: #9C0000;
      font-size: 12px;
      text-decoration: none;
    }
    
    .general_link:hover{
      font-family: Helvetica;
      color: #003C77;
      font-size: 12px;
      text-decoration: none;
    }