#banner {
    background-color: #33c;
    border: thick ridge #FFF;
    height: 200px;
    position: relative;
    top: -70px;
    z-index: 2;
    margin: 0 10px;
    padding: 0;
}

#bottom {
    background-color: #000;
    color: #FFF;
    font-size: 1em;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}

#main {
    background-color: #FFF;
    border: 0.5em ridge #FFF;
    color: #000;
    left: 0;
    overflow: auto;
    position: absolute;
    text-align: left;
    top: 25em;
    width: 90%;
    z-index: 0;
    padding: 1em;
}

#nav {
    border: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 45%;
    z-index: 1;
    margin: 0;
    padding: 1em;
}

#right {
    border: none;
    height: 100%;
    left: 50%;
    overflow: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45%;
    z-index: 1;
    margin: 0;
    padding: 1em;
}

#top {
    height: 0;
    overflow: auto;
    position: absolute;
    width: 40em;
    z-index: 1;
    margin: 0;
    padding: 0;
}

a span, h1.nav {
    display: none;
}

a.clear:hover, ul#menu a:active {
    background-color: #FFF;
    color: #000;
    text-decoration: underline overline;
}

a.clear:link, a.clear:visited {
    background-color: #FFF;
    color: #000;
    text-decoration: none;
}

a.invis:hover {
    background-color: #000;
    color: #FFF;
    text-decoration: underline overline;
}

a.invis:link, a.invis:visited, ul#menu a:hover {
    background-color: #FFF;
    color: #000;
    text-decoration: underline;
    position: relative;
}

a:hover {
    color: gray;
    position: relative;
    text-decoration: underline;
}

a:hover span {
    background: #000;
    border: 2px solid gray;
    bottom: 0;
    color: #FFF;
    cursor: help;
    display: block;
    font-size: .7em;
    left: 10px;
    overflow: visible;
    position: absolute;
    text-align: left;
    text-decoration: none;
    width: 150px;
    z-index: 100;
    padding: 5px;
}

body {
    background-color: #000;
    background-image: none;
    color: #FFF; /*	font-family:Georgia, "Times New Roman", Times, serif;*/
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 20pt;
}

h1 {
    font-size: 1.5em;
    text-align: left;
}

h2 {
    font-size: 1.2em;
    text-align: left;
}

p.boxed {
    background-image: url(images/background.jpg);
    border: thick ridge #FFF;
    bottom: auto;
    color: #FFF;
    float: none;
    font-variant: small-caps;
    left: 15em;
    right: 0;
    text-align: center;
    width: 40em;
    margin: 0;
    padding: 0.2em;
}

p.clear {
    background-color: #000;
    color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1pt;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    text-align: center;
}

p.indent {
    margin-left: 2em;
}

table {
    text-align: left;
    border-collapse: collapse;
}

td, th {
    vertical-align: top;
    border: thick solid;
    padding: 1em;
}

ul#menu {
    background-color: #FFF;
    border-top: solid 2px #FFF;
    list-style-type: none;
    margin-left: 0;
    width: 11em;
    padding: 1em;
}

ul {
    list-style-type: disc;
}

ul#menu a {
    outline: none;
    text-decoration: none;
}

ul#menu li {
    border-bottom: solid 2px #FFF;
    line-height: 1em;
}

ul#menu li, ul#menu a {
    color: #000;
    font-family: verdana, sans-serif;
    font-size: 1em;
}

ul#menu ol {
    display: none;
    list-style-type: none;
    text-align: left;
}

ul#menu ol li {
    border-bottom: none;
}

ul#menu ol li:before {
    content: "--> ";
}

