@charset "UTF-8";
/* CSS Document */

h1
    {
        font: bold small-caps 20px serif;
        color: #857679;
    }
h2
    {
        font: small-caps 16px serif;
        color: #857679;
    }
h3
    {
        font: italic 14px sans-serif;
    }
p 
    {
        font: 12px sans-serif;
    }
a:link
    {
        text-decoration: none;
        font: 12px sans-serif;
        color: black;
    }
a:visited
    {
        font: 12px sans-serif;
        color: black;
        text-decoration: none;
    }
a:hover 
    {
        color: #857679;
    }
img
    {
        border: none;
    }
ul
    {
        list-style: none;
    }
ol
    {
        list-style: none;
    }
li
    {
        list-style: none;
        font: 12px sans-serif;
    }
  
div.home
  {
    width:100%;
    margin:0px;
    border:1px #044724;
    line-height:100%;
    overflow-x:hidden;
    overflow-y:hidden;
  }
div.footer
  {
    padding:0.5em;
    color:black;
    background-color:white;
    clear:left;
  }
h1.header
  {
    color:white;
    font-family:"Times New Roman", Times, serif;
    font-weight:bolder;
  }
div.left
  {
    float:left;
    width:200px;
    margin:0;
    padding:1em;
  }
div.content
  {
    overflow:hidden;
  }
