/* Fz-Bar! */
body {
    margin: 0;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: 0 pt;
    word-spacing: 0 pt;
    line-height: 14 pt;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #003;
    background-image: url(images/container1_bg.gif);
    border-bottom: 2px url(images/container1_bg.gif)
    }
/* The stripes on the right hand side are attached to this. */
#container1 {
    background-image: url(images/container1_bg.gif);
    background-repeat: repeat
    }
/* The image on the left hand side is attached to this. */
#container2 {
    background-image: url(images/1.gif);
    background-repeat: no-repeat;
    background-position: top left
    }
/* Banner across top of page that says the name of the whole site */
#main-title {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 25px;
    padding-right: 0;
    font-weight: bold;
    font-size: 16px;
    background-image: url(images/container1_bg.gif);
    color: #FEB141;
    border-bottom: 1px #321F32 solid
    }
/* Heading level 1 is not contained in main-text. */
h1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 0;
    font-weight: bold;
    background-color: #CE6B29;
    border-left: 1px #321F32 solid;
    border-right: 1px #321F32 solid;
    border-bottom: 1px #321F32 solid;
    color: #ebe8e6
    }
/* Styles for the main text on the page. */
#main-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 230px;
    margin-right: 50px;
    background-color: #ebe8e6;
    border-left: 1px #321F32 solid;
    padding: 10px;
    border-right: 1px #321F32 solid;
    color: #003
    }
p, ul, ol, table {
    font-size: 9pt;
    color: #003;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: extra-light;
    letter-spacing: 0 pt;
    word-spacing: 5 pt;
    line-height: 14 pt;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px
    }
ol, ul {
    margin-left: 25px
    }
h2 {
    padding: 0;
    font-size: 15px;
    color: #003;
    font-weight: bold;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px
    }
a:link, a:name, a:visited {
    font-size: 9 pt;
    text-decoration: none;
    font-weight: bold;
    color: #003;
    border-bottom: 1px #321F32 solid
    }
a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #F00
    }
/* Styles for the navbar on the left side. This has abackground image. */
#left-menu {
    position: absolute;
    top: 170px;
    left: 0;
    width: 230px;
    text-align: right;
    border-top: 1px #321F32 solid;
    border-bottom: 1px #321F32 solid;
    background-image: url(images/test2.gif);
    background-position: top right;
    background-repeat: no-repeat
    }
#left-menu p {
    padding-right: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 0.8em
    }
#left-menu a:link, #left-menu a:visited {
    color: #504339;
    border: none
    }
#left-menu a:hover, #left-menu a.current {
    color: #F00
    }
/* Styles for the footer at the bottom of the page */
#footer {
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 10 px;
    background-color: #CE6B29;
    color: #d6cdc3;
    padding-right: 65px;
    margin-top: 0;
    font-weight: bold;
    border-top: 1px #321F32 solid
    }
#footer a:link, #footer a:visited {
    color: #d6cdc3
    }
#footer a:hover {
    text-decoration: underline;
    color: #d6cdc3
    }