html, body, #toptable {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    color:white;
    background-color:black;
    width:100%;
    margin:0;
    padding:0;
}


#toptable {
    border-collapse:collapse;
    background-color:#324C9F;
    width:100%;
    margin:0;
    padding:0;
}

#header {
    margin:0;
    padding:0;
    height:20px;
    text-align:center;
    color:white;
    font-size:24px;
    font-weight:bold;
}

#version {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}

#menu {
    color:white;
}

#menutd {
    color:white;
}

table.menutable {
    width:auto;
    float:right;
}

#menuitem {
    color:white;
    text-decoration:none;
    font-weight:bold;
}

#contentframe {
    width:100%; 
    height:90%;
    border:none; 
    margin:0; 
    padding:0; 
    overflow:hidden; 
    z-index:999999;
}

table.threewide {
    width:auto;
    margin:35px;
    vertical-align:top;
    color:white;
}

table.threewide td {
    vertical-align:top;
    width:33%;
}

