/* CSS Document */
body {
    font-family: Verdana;
    font-size: 10pt;
    text-align: center;
    min-width: 800px;
  }
  #container {
    position: relative;
    width: 800px;
    margin: 0 auto;
    height: 1350px;
    text-align: center;
    border: 2px solid #175893;  
  }
  #header{
    position: absolute;
    left:24;
    top:30;
    height: 144px;
    width: 750px;
    text-align: center;
    /*border: 1px solid black;*/
  }
  
  #maintext {
    position: absolute;
    left: 35;
    top: 190;
    height: 600;
    width: 510;
    /*border: 1px solid black;*/
    text-align: left;
    background-color: #ecd2af;
    
  }
  #maintext table {
    width: 470;
    margin-top: 10px;
    margin-left: 20px;
    border-collapse: collapse;
  }
  #maintext table tr td {
    vertical-align: top;
    
  }
  span.headtext{
    color: #175893;
    font-size: 10pt; 
    font-weight: bold;
    padding-left: 0;
    padding-top: 20;
  }
  span.headtext a{
    color: #175893;
    font-size: 10pt; 
    font-weight: bold;
    text-decoration: none;
    padding-left: 0;
    padding-top: 20;
  }
  span.contentheader{
    color: #175893;
    font-size: 12pt; 
    font-weight: bold;
    padding: 20px;
  }
  #contentstext {
    position:absolute;
    left: 555;
    top: 190;
    width: 209;
    height: 676;
    border: 1px solid #175893;
    text-align: left;
  }
  #contentstext ul {
    padding-left: 0px;
    margin-left: 34px;
  }
  #contentstext ul li{
    padding-bottom: 17px;
    text-indent: -14px;
  }
  li.blueli {
    list-style: square inside;
    color: #175893;
  
  }
  li.greenli {
    list-style: square inside;
    color: #6aa93d;
  
  }
  li.redli {
    list-style: square inside;
    color: #b83536;
  
  }
  
  
  #bottomleft {
    position: absolute;
    top: 645;
    left: 35;
  }
  #bottomrightpic {
    position:absolute;
    left: 555;
    top: 876;
    width: 200;
    height: 250;
    /*border: 1px solid black;*/
    text-align: left;
  }
  #logoplacement {
    position:absolute;
    left: 50;
    top: 1150;
    width: 700;
    height: 100;
    /*border: 1px solid black;*/
    text-align: center;
  }
  
  .blacktext a{
    color: #175893;
    text-decoration:none;
    font-weight: bold;
    font-size: 9pt;
    padding-right: 0px;
  }
  .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;
  }