  body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #FFFFE6;
    }
    
  #mainFrame {
    width: 1000px;
    position: relative;
    margin: 0px auto 0px auto;
    text-align: left;
    z-index: 0;          
    }

  #bodyHeader {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 130px;
    text-align: left;
    background: URL('../_images/header.background.png') no-repeat;
    z-index: 1;
    }
    
  #flash  { position: absolute; top: 0px; left: 0px; height: 100px; width: 720px; z-index: 50; background: URL('../_images/flash.banner.png') no-repeat; overflow: hidden; }
  #flash object { position: absolute; bottom: -1px; left: 0px; }

  #bodyMenu {
    position: relative;
    width: 1000px;
    margin: 0px;
    padding-top: 20px; 
    z-index: 100;
    text-align: left;
    }
  
  #printHeader { display: none; }
  
  #bodyMain {
    position: relative;
    top: -5px;
    float: left;
    width: 1000px;
    padding: 0px;
    }
    
  #bodyText {
    position: relative;
    float: left;
    width: 482px;
    min-height: 545px;
    _height: 545px;
    background: #FFFBF6;       
    } 
    
  #bodyFooter {
    position: relative;
    display: block;
    width: 1000px;
    height: 15px;
    top: -5px;   
    padding: 0px;
    background: url('../_images/footer.background.png') no-repeat;
    text-align: center;
    font-size: 8pt;
    color: white;
    }
    
  #bodyLink {
    position: relative;
    display: block;
    width: 1000px;
    height: 52px;
    margin-top: 15px;   
    padding: 0px;
    background: url('../_images/link.background.png') repeat-x;
    text-align: center;
    color: #000066;
    }