  div {
    margin: 0; 
    padding: 0;
  }

  body {
    font-family: Arial;
    font-size: 11pt;
    margin: 0px;
  }

  h1 {
    font-family: Arial;
    font-size: 14pt;
    color: #A3A372;
    text-indent: 25px;
    margin-bottom: 24px;
  }

  p {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  #page {
    width: 742px;
    margin: 10px auto;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
  }

  #page_home {
    width: 742px;
    margin: 10px auto;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-image: url(images/home_sidebar.jpg);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
  }

  #banner {
    width: 742px;
    height: 162px;
    margin-bottom: 0px;
    background-image: url(images/banner.jpg);
    background-color: #FFFFFF;
  }

  #menu {
    position: absolute;
    width: 742px;
    height: 25px;
    padding-top: 135px;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: #862823;
  }

  #menu a, a:visited {
    color: #862823;
    text-decoration: none;
  }

  #menu a:hover {
    color: #666666;
    text-decoration: none;
  }

  #content_wide {
    width: 632px;
    position: relative;
    padding-top: 20px;
    padding-left: 90px;
    padding-right: 20px;
    background-image: url(images/blue_bar.jpg);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    clear: both; 
  }

  #sidebar_home {
    float: left;
    width: 170px;
    padding: 20px;
    text-align: center;
  }

  #content_wide_home {
    float: left;
    margin-left: 30px;
    width: 480px;
  }

  .indented {
    width: 532px;
    padding-left: 100px;
  }

  .quote {
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
  }

  #footer {
    text-align: center;
    color: #666666;
  }
  #footer a {
    color: #666666;
    text-decoration: none;
  }
  #footer a:hover {
    color: #AAAAAA;
    text-decoration: none;
  }
  ul { 
    list-style-image: url("images/bullet.jpg"); 
  } 

  .clearboth 
  { 
    clear: both; 
  }

