/* Generic */ 
  #left { width:712px; }
    
    #h1 {
      margin:12px 0 0 0;
      width:100%;
      float:left;
    }

    #intro_left {
      width:482px;
      margin:13px 0 0 14px;
      font-size:9pt;
    }
      
    #intro_right {
      width:201px;
      float:right;
      margin-top:9px;
    }
    
      .intro_right_p { margin:0 0 8px 0; }
    
    #content,#content2,#content3,#content4 { 
      width:46%; 
      font-size:9pt;
      margin:13px 0 0 14px;      
    }
    
    #content4 { width:450px; }
    
    #content2 {
      float:right;
      margin:13px 15px 0 0;      
    }
    
      * html #content2 { margin-left:10px; width:45%; }
    
    #content3 {
      width:218px;
      float:right;
      height:362px;
      background:url('../images/generic_and_red/careers_strip.jpg') repeat-y top left #f5f5f5;
    }
    
      .line25 { line-height:25px; }
    
    .marg_left_10 { margin-left:10px; }
  /**
   * Right settings
   **/     
  #rightbar {
    float:right;
    height:556px;
    width:231px;
    background:url('../images/generic_and_red/corner.jpg') no-repeat bottom right #ac0000;
  }
    
    /* IE6 hack */
    * html #rightbar { width:221px; }
    
    /* Hover images */
    
    #readFull {
      background:url('../images/generic_and_red/read_status2.jpg') no-repeat;
      float:left;
      width:160px;
      height:17px;      
      margin-top:3px;
    }
    
      #readFull:hover { background-position:0 -17px; }
    
    #registerToday {
      background:url('../images/generic_and_red/register_today2.jpg') no-repeat;
      float:left;
      width:72px;
      height:36px;
    }
        
      #registerToday:hover { background-position:0 -36px; } 
  
  .base_red { color:#CC0000; } 
  .base_grey { color:#333333; }