body {
    margin: 0;
    padding: 0;
    font-family: "Futura", "Century Gothic", "Avantgarde", arial, sans-serif;
    font-size: 10pt;
}
#top {
    display: none;
}
#mid {
    margin: 0 auto;
    width: 99%;
}
* html #mid {
    width: 90%;
}
#bottom {
    display: none;
}
#container {
    width: 99%;
    padding: 25px;
    text-align: justify;
}
* html #container {
    text-align: left;
}
#nav {
    display: none;
}
h1 {
      font-size:20px;
      line-height: 18px;
      color:#A02020;
      white-space:nowrap;
      font-style:oblique;
      margin-top:-20px;
      padding:0;
      text-align:left;
}
h2 {
      font-size:1.2em;
      color:#A02020;
      border-bottom: 1px solid #E6DCAC;
      font-style:oblique;
      margin:1.5em 2em -0.5em 2em;
      min-width:200px;
}
h3 {
      font-size:12px;
      line-height:12px;
      color:#A02020;
      border-bottom: none;
      font-style:oblique;
      margin:-15px 0 40px 0;
      min-width:200px;
      text-align:right;
}
p:first-letter {
    font-size: 25px;
    font-style:oblique;
    color:#A02020;
}
.pic {
      float:right;
      padding:1px;
      margin:20px 10px 10px 20px;
      border:1px solid #836D04;
}
ul {
      margin-left:20px;
      min-width:200px;
      padding:15px 0;
}
li {
      list-style-type:square;
      list-style-position:outside;
      vertical-align:top;
      margin-bottom:10px;
}
#foot {
    display: none;
}





