  body {
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #CCCCCC;       
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
  }
  #container {
    width: 800px;
    height: 800px;
    background-color: #FFFFFF;        
    vertical-align: top;
  }
  #header {
    width: 100%;
    height: 150px;
  }
  #header img { border: 0px; }
  
  /*-- LEFT NAV --*/
  #nav_left {
    width: 165px;
    height: 100%;
    padding: 20 0 5 2; 
    background-color: #FFFFFF;
    border-right: 1px solid #0160B0;
    vertical-align: top;
  }
  #menuContainer {
    width: 170px; 
    color: #74B9DA;
    text-align: left;
  }
  .link {
    padding: 0 0 5 10;
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
  }
  .button {
    padding: 0 0 5 10;
    cursor: pointer;         
    color: #0160B0;         
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
  }
  .pressedButton {
    padding: 0 0 5 10;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
  }
  .menu {
    padding: 0 0 5 0;
    margin: 0 10 5 10;         
    line-height: 18px;         
    border: 1px dotted #0160B0;
    background-color: #FFFFFF;        
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    overflow: hidden;
  }
  /*-- END LEFT NAV --*/

  /*-- PANEL --*/
  .floatright { float: right; }
  #panel {
    width: 175px;
    margin: 5 0 5 5;         
    padding: 0px;
    font-size: 11px;         
    border: 1px solid #74B9DA;
  }          
  #panel h4 { color: #FFFFFF; background-color: #74B9DA; padding: 3px; margin: 0; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; }
  #panel p { padding: 4px; margin: 0; border: 0; line-height: 14px; color: #666666; font-size: 11px; }
  #panel li { margin-left: -10px; line-height: 14px; list-style-type: disc; }
  /*-- END PANEL --*/

  #nav_top {
    width: 630px;
    height: 70px;
    vertical-align: top;
  }
  #main {
    height: 100%;
    padding: 0 5 15 5;
    vertical-align: top;
    text-align: center;
  }
  #content {
    width: 610px;
    height: 100%;
    padding: 0 10 5 10;  
    vertical-align: top;        
    text-align: left;
  }
  #content h1 { font-weight: normal; font-size: 18px; color: #0160B0; padding: 0 0 5 0; line-height: 20px; border-bottom: 2px solid #74B9DA; font-family: "century gothic", Arial, sans-serif; }
  #content h2 { font-size: 12px; font-weight: bold; }
  #content h3 { font-size: 12px; font-weight: bold; color: #0160B0; }
  #content p { line-height: 18px; }
  #content img { margin: 5 5 5 5; border: 0px; }
  #content table { width: 100%; vertical-align: top; border-collapse: collapse; padding: 4px; }
  #content table th { font-weight: bold; background-color: #D5EAFA; text-align: left; vertical-align: top; border: 1px solid #74B9DA; }
  #content table td { vertical-align: top; border: 1px solid #74B9DA; }
  .zebra_on { background-color: #D5EAFA; }

  #content table#splash {
    width: 590px;
    border: double #74B9DA;
    vertical-align: top;        
  }

  #content table#clear { border: 0px; }
  #content table#clear td { border: 0px; }

  #content table#calendar th { text-align: center; }
  #content table#calendar td { text-align: center; }
  
  #content li { line-height: 20px; list-style-type: disc; }
  #content li blockquote { line-height: 18px; margin: 10 25 10 25; }
  #content li li { line-height: 18px; list-style-type: disc; }
  #content li table { width: 90%; }
  
  #content blockquote { line-height: 18px; margin: 25px; }
  #content hr { border-bottom: 1px solid #DDDDDD; }

  #footer {
    width: 800px;
    padding: 10 0 10 0;       
    font-size: 10px;
    color: #666666;
    background-color: #FFFFFF;       
    border-top: 1px solid #0160B0;
    text-align: center;       
  }

  /*-- TEXT STYLES --*/
  a { text-decoration: none; color: #0066CC; }
  .link_header { text-decoration: underline; }
  .text1 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
  .text_red { color: #FF0000; }
  .small { font-size: 11px; } 
  .footnote { font-size: 10px; font-family: Verdana, sans-serif; }
  .disclaimer { padding: 5px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; background-color: #D5EAFA; border: 1px solid #74B9DA; line-height: 15px; }

