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

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

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

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

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

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

H3 {
    font-family: Verdana, sans-serif;
    font-size: small;
    color: #0000CC;
    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: #0000CC;
    background-color: white;
}

.clearboth {
    clear: both;
}

.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%;
}

.tabular {
    border-color: #000000;
    border-collapse: collapse;
    empty-cells: show;
}

/* 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;
}

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

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

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

.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%;
}
