

body {
    background-color : #5C5C5C;
    color : #ffffff;
    font-family : tahoma, arial, helvetica, non-serif;
    font-size : small;
    text-align : center;
  }


h1 {
    background-color : #996633;
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    clear : none;
    float : none;
    font-family : Garamond,Times,serif;
    font-size : x-large;
    font-style : normal;
    font-weight : bold;
    line-height : normal;
    list-style-type : none;
    margin-top : 15px;
    max-width : 900px;
    padding-left : 0px;
    position : static;
    text-align : center;
    text-transform : none;
  }


h2 {
    font-family: Garamond,Times,serif;
    text-align: center;
  }


h3 {
    font-family: Garamond,Times,serif;
    text-align: center;
  }


#leftbar {
    background-color : #707070;
    clear : none;
    display : block;
    float : left;
    right : 76%;
    min-height : 90%;
    padding-bottom : 1%;
    padding-left : 1%;
    padding-right : 1%;
    padding-top : 1%;
    position : absolute;
    visibility : visible;
    width : 18%;
    max-width : 150px;
  }


#middlebar {
    background-color : #707070;
    clear : none;
    display : block;
    float : left;
    left : 29%;
    height : 90%;
    position : absolute;
    text-align : center;
    visibility : visible;
    width : 40%;
    padding: 1% 1% 1% 1%;
  }


#middlebar2 {
    background-color : #707070;
    clear : none;
    display : block;
    float : left;
    left : 25%;
    min-height : 90%;
    position : absolute;
    text-align : left;
    visibility : visible;
    width : 48%;
    padding: 1% 1% 1% 1%;
  }


#rightbar2 {
    background-color : #707070;
    clear : none;
    display : block;
    float : left;
    left : 76%;
    min-height : 90%;
    position : absolute;
    visibility : visible;
    width : 18%;
    max-width: 150px;
    padding: 1% 1% 1% 1%;
  }


a:link {color: #ffffff;
    }
a.navi:link {
    background-color : #71c660;
    cursor : pointer;
    display : block;
    font-family : tahoma, arial, helvetica, non-serif;
    height : 1.5em;
    margin-bottom : 4px;
    margin-left : 4px;
    margin-right : 4px;
    margin-top : 4px;
    padding-bottom : 0.25em;
    padding-left : 0.25em;
    padding-right : 0.25em;
    padding-top : 0.25em;
    text-decoration : none;
    width : 95%;
  }


a.navi:visited {
    background-color : #71c660;
    cursor : pointer;
    font-family : tahoma, arial, helvetica, non-serif;
    height : 1.5em;
    margin : 4px;
    padding : 0.25em;
    text-decoration : none;
    width : 95%;
    display: block;
  }


a.navi:hover {
    background-color : #c8c8c8;
    cursor : pointer;
    display : block;
    font-family : tahoma, arial, helvetica, non-serif;
    height : 1.5em;
    margin : 4px;
    padding : 0.25em;
    text-decoration : none;
    width : 95%;
  }


a.navi:active {
    background-color : #818181;
    cursor : pointer;
    font-family : tahoma, arial, helvetica, non-serif;
    height : 1.5em;
    margin : 4px;
    padding : 0.25em;
    text-decoration : none;
    width : 95%;
    display: block;
  }


li {
    list-style-type : none;
    text-align : left;
    text-indent : 0px;
  }

