body {
    font-family: verdana, sans-serif;
    color: #000000;
    margin: 1em;
    padding: 0em;
    background-color: white;
    }

a:link {
    text-decoration: none;
    color: #009999;
    background-color: white;
    }

a:visited {
    text-decoration: none;
    color: #d8b0d0;
    background-color: white;
    }

a:hover, a:active {
    text-decoration: none;
    background: #d8b0d0;
    color: white
    }

H1 {
    font-family: verdana, sans-serif;
    font-size: large;
    color: #006666;
    background-color: white;
}

H2 {
    font-family: verdana, sans-serif;
    font-size: medium;
    color: #006666;
    background-color: white;
}

H2.indent {
    position: relative;
    left: 1.6em;
}

H3 {
    font-family: Verdana, sans-serif;
    font-size: small;
    color: #006666;
    background-color: white;
}

P {
    font-family: Verdana, sans-serif;
    font-size: small;
    text-align: left;
}

P.green {
    color: #007700;
    background-color: white;
}

LI.sq {
    font-size: small;
    list-style-type: square;
}

OL {
    font-size: small;
}

UL {
    font-size: small;
}

P.foot {
    font-size: x-small;
    font-style: italic;
    text-align: right;
}

EM.bi {
    font-style: italic;
    font-weight: bold;
    color: #006666;
    background-color: white;
}

.dropcap {
    float: left;
    width: .7em;
    font-size: 2.7em;
    font-weight: bold;
    line-height: 90%;
}

.dropcapnarrow {
    float: left;
    width: .4em;
    font-size: 2.7em;
    font-weight: bold;
    line-height: 90%;
}

/* The DIVS */

.menu {
    position: relative;
    margin-top: 0px;
    left: 100px;
    width: 555px;
    height: auto;
    font-size: small;
    border: thin solid #000000;
    padding: 5px 10px 5px 10px;
    -moz-border-radius: 5% 5% 0% 0%;
}

.menuitem {
    position: static;
    width: auto;
    font-size: small;
}

.seprule {
    margin-top: 0px;
    visibility: hidden;
    height: 0px;
}

.main {
    position: relative;
    margin-top: 0px;
    left: 100px;
    width: 555px;
    height: auto;
    border: thin solid #000000;
    padding: 10px 10px 10px 10px;
}

.floatleft {
    font-size: small;
    float: left;
    width: 250px;
    margin: 0px 15px 0px 0px;
}

.clearboth {
    clear: both;
}

.logo {
    position: absolute;
    margin-top: 0px;
    top: 10px;
    left: 12px;
    width: auto;
    height: auto;
}

.footer {
    position: relative;
    margin-top: 0px;
    left: 100px;
    width: 555px;
    height: auto;
    border: thin solid #000000;
    padding: 5px 10px 5px 10px;
    -moz-border-radius: 0% 0% 5% 5%;
}
