  body {
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
  }
  #PAGE-CONTAINER {
    position: relative;
    top: 20px;
    width: 994px;
    margin: 0 auto;
  }
  #CONTENT-SHADOW {
    position: relative;
    width: 994px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #C0C0C0;
  }
  #CONTENT {
    position: relative;
    left: 0px;
    top: 0px;
    width: 994px;
    height: 2000px;
    background-color: #DDD9C3;
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
  }
  #PAGE-PLACEHOLDER {
    position: static;
    height: 40px;
    background-color: transparent;
  }
  #PAGE-FORM .infoicon a {
    display: block;
    position: relative;
    text-decoration: none;
  }
  #PAGE-FORM .infoicon a:hover {
    cursor: help;
    z-index: 100;
  }
  #PAGE-FORM .infoicon img {
    border: 0;
  }
  #PAGE-FORM .infoicon a span {
    display: none;
  }
  #PAGE-FORM .infoicon a:hover span {
    display: block;
    position: absolute;
    width: 300px;
    top: 10px;
    left: 10px;
    padding: 2px;
    z-index: 101;
  }
  #NO-SCRIPT {
    border-width: 1px;
    border-color: #800000;
    border-style: solid;
    margin-bottom: 12px;
    z-index: 1000;
  }
