/* CSS Document */

  body {
      font-family: Verdana;
      font-size: 10pt;
      text-align: center;
      min-width: 728px;
    }
    #container {
      position: relative;
      width: 728px;
      margin: 0 auto;
      text-align: left;
      /*border: 1px solid black;*/  
    }
    #header {
      position: absolute;
      top: 20px;
      left: 0px;
      width: 728px;
      height: 100px;
      /*border: 1px solid black;*/
    }
    #maincontent {
      position: absolute;
      top: 200px;
      left: 20px;
      width: 728px;
      height: 1200px;
      text-align: left;
      border: 1px solid #175893;
    }
    #maincontent h3 {
      color: #175893;
      margin: 20px;
    }
    #maincontent p, img{
      margin: 20px;
    }
    #logoplacement {
      width: 100%;
      text-align: center;
    }
  .footertext {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 14pt;
    color: black;
  }
  .footertext a {
    color: black;
    text-decoration: none;
  }
  .bottomfootertext {
    font-family: Verdana;
    font-size: 8pt;
    color: #175893;
  }
  .bottomfootertext a {
    color: #175893;
    text-decoration: none;
  }