body {
    text-align: center;
    color: #CC9900;
}

#page {
    width: 800px;
    font-size: 85%;
    margin: 0 auto;
    text-align: left;
    background-color: #000000;
}

/* Header and nav */

#header {
    text-align: center;
}
#headerimg {
    border-bottom: 0px solid #666666;
}

#headermenu {

}

#headermenu table {
    margin-left:auto; 
    margin-right:auto;
    text-align: left;
}

#headermenu td {
    background-color: #000000;
}

div.dropdown-title {
    font-size: 12px;
    color: #a5bbe7;
}

div.dropdown {
    position: relative;
    left: 0px;
    padding-right: 20px;
    text-align: left;
    font-size: 12px;
}

div.menu {
    display: none;
    position: absolute;
    left: -8px;
    margin: 0px;
    padding: 0px;
    top: 15px;
}

html>body div.menu {
    top: 8px;
}

div.menu ul {
    background-color: #000000;
    padding-left: 20px;
    margin-left: 10px;
}

div.menu li {
    white-space: nowrap;
    margin-left: 0px;
}

div.menu a {
    font-size: 12px;
    color: #a5bbe7;
}

div.menu a:hover {
    color: #cc6600;
}

/* End header and nav */

div.blockspacer {
    border-top: 1px solid #666666;
}

#content {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    color: #66ccff;
}

#footer {
    text-align: center;
    border-top: 1px solid #666666;
    font-size: 11px;
    color: #66ccff;
}

.disclaimer {
 font-size: smaller;
 color: #ffff99;
}

