  BODY,DIV,TD,P,DD,LI {
    font-family:Arial,Helvetica,san-serif;
    font-size:12px;
    color:#004;
  }
  DIV {
    position:relative;
    margin:0px;
    padding:0px;
  }
  A       { color:#006; text-decoration:underline; }
  A:hover { color:#369; text-decoration:none; }
  H1 { font-size:22px; font-weight:bold; color:#006; }
  H2 { font-size:18px; font-weight:bold; color:#039;
          text-align:left;
  
  }
  H3 { font-size:15px; font-weight:bold; color:#039; }
  H4 { font-size:12px; font-weight:bold; color:#039; }

  #body {
    width:900px;
    background-color:#FFF;
    border:1px solid #036;
    margin:auto;
  }

  #header {
    width:900px;
    height:255px;
    background-color:#2c4d82;
  }
  #header #titleBox {
    width:900px;
    height:220px;
    text-align:center;
  }
  #header #titleBox H1 {
    display:none;
  }
  #header #menuBox {
    width:900px;
    height:35px;
    background-image:url(img/menubarBG.jpg);
  }

  #contentLeft {
    position:absolute;
    width:250px;
    min-height:400px;
    _height:400px;
    padding-bottom:35px;
    background-image:url(img/leftBG.jpg);
    background-repeat:repeat-x;
    background-color:#e9f0f6;
    float:left;
    z-index:100;
  }
  #contentLeft #marqueeBox {
    margin:25px;
    width:180px;
    height:230px;
    padding:10px;
    background-color:#EEE;
    overflow:hidden;
  }
  #contentLeft #actionMessage {
    width:150px;
    margin:10px auto;
    text-align:center;
  }
  #contentLeft #actionMessage P {
    font-size:15px;
    font-weight:bold;
  }

  #contentRight {
    position:relative;
    width:635px;
    min-height:450px;
    _height:450px;
    padding-bottom:45px;
    padding-left:260px;
    background-image:url(img/contentBG.jpg);
    background-repeat:repeat-y;
  }
  
  #mainIntro {
    width:590px;
    height:350px;
   
  }
  #mainIntro .img {
    float:left;
    margin:80px 40px 80px 0px;
  }
  #mainIntro P {
    font-size:18px;
    font-weight:bold;
    color:#008;
    line-height:120%;
  }

  #footer {
    position:absolute;
    bottom:0px;
    left:0px;
    width:900px;
    height:35px;
    z-index:100;
    clear:both;
  }
  #footer P {
    font-size:12px;
    color:#C00;
    margin:0px;
    padding:0px;
    text-align:center;
  }
  #footer #address {
    width:400px;
    float:left;
  }
  #footer #email {
    width:300px;
    float:right;
  }
