  html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
   }
  body {
    background:#336699 url(background.jpg) repeat top left;
    font-family:arial;
    font-size:10pt;
  }

td {

}

  .justified {
    text-align: justify;
  }

   .listHeader {
      font-size: 12pt;
      color: #d0cfbd;
    }

}  
img {
    border:0px;
    margin:0px;
    padding:0px;
  }
  a {
    text-decoration:none;
    color: #ffffff;
  }
  a:hover {
    text-decoration:underline;
  }
  img {
    border:0px;
  }
  .navcell {
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
  }
  .navcell a {
    color:#000000;
  }
  #header {
    background-color:#000000;
    text-align:left;
    height:208px;
  }
  #navbar {
    background-color:#d0cfbd;
    height:23px;
  }
  #content {
    color:#ffffff;
    background-color:#000000;

  }
  #quote {
    background-color:#d0cfbd;
    height:60px;
    font-style:italic;
  }
  #links {
    background-color:#fef89a;
    height:54px;
  }
  #wrapper {
    height:100%;
    width: 795px;
  }
