/* News stories */
 
  #left { width:712px; }
    
    #h1 {
      margin-top:12px;
      width:100%;
      float:left;
    }
  
  .story_content {
    width:375px;
    margin-left:15px;
    font-size:10pt;
  }
  
    .full { width:655px; }
  
    .story_content h2 {
      font-size:12pt;
      color:black;
      margin:0 0 10px 0;
    }
    
    #date { 
      color:#cc0000;
      font-weight:bold; 
    }
  
    .dates {
      margin-left:10px;
      margin-top:3px;
      color:#f8c82c;
      font-size:9pt;
    }
  
  #story_left { width:296px; }

  #rightbar {
    float:right;
    width:231px;
    height:557px;
    background:url('../images/bot_right.jpg') no-repeat bottom right #ac0000;
  }
  
    /* IE6 hack */
    * html #rightbar { width:221px; }  
  
  /* News page right hand area */  
  
  * html #news_request_container { 
    margin-top:-6px; 
    margin-left:6px; 
    width:220px;
    background:none;
    height:98px;
  }  
  
  #news_main_all {
    height:392px;
    width:100%;
    overflow-y:auto;
    overflow-x:hidden;
  }
  
  #newsletter { width:auto; margin-left:10px; }      
  * html #newsletter { width:99px; height:100px; margin:0px; }
  
  * html #newsletter_img {
    width:120px;
    height:106px;
    margin-top:6px;
    margin-left:1px;
    background-color:green;
  }  
  
  /* End news page right hand area */
  
  #download {
    background:url('../images/news/download.jpg') no-repeat;
    float:left;
    width:80px;
    height:13px;    
  }
  
    #download:hover { background-position: 0 -13px; }