/* GNAA CSS */

:link, :visited {
    /* BLACKOUT
    color: #898D8D;*/
    color: #696D6D;
}

body {
    /* BLACKOUT
    background-color: black;*/
    background-color: #ffffff;
    margin: 10px 10px 0px 10px;
    font-family: tahoma, sans-serif;
    font-size: small;
    color: #3C5E92;
}

/* BLACKOUT
#mainnav {
    background-color: black;
}
*/
#footer {
    border-top: 1px solid #3C5E92;
    text-align: right;
    font-size: x-small;
}

#columns {
    width: 800px;
}

#columns h1 {
    text-align: center;
    font-size: small;
}

#columns a {
    color: #696D6D;
    text-decoration: none;
    border-bottom: none;
}

#columns a:hover {
    text-decoration: underline;
}

#columns table {
    width: 800px;
}

#columns td {
    padding: 5px;
    vertical-align: text-top;
}

.leftside {
    width: 255px;
    padding-left: 0px !important;
    border-right: 1px solid #3C5E92;
}

.rightside {
    width: 255px;
    border-left: 1px solid #3C5E92;
}

