/*	Adjust the width of this entry if the menu bar starts clogging up */

.navbarlink {
    background: #92A8D6;
    font-size: 80%;
    width: 97px;
}

/* You shouldn't need to edit anything below this line */
body {
    background: #7389B5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    color: #555555;
}

.maintable {
    width: 800px;
    height: 100%;
}

.headertable {
    border: solid #5B75A9 3px;
    border-top: 0px;
    background: #92A8D6;
    height: 100px;
}

.navbartable {
    border: solid #5B75A9 3px;
    border-top: 0px;
    border-bottom: 0px;
    background: #92A8D6;
}

.navbarlinkactive {
    background: #5B75A9;
    font-size: 80%;
    width: 16%;
}

.navbarlinkactivetext {
    font-weight: bold;
    color: #92A8D6;
}


.navbarlinktext {
    color: #5B75A9;
    font-weight: bold;
    text-decoration: none;    
}

.content {
    height: 99%;
    border: solid #5B75A9 3px;
    background: #92A8D6;
}

.contentmargin {
    font-size: 80%;
    width: 100%;
}

.footer {
    border: solid #5B75A9 3px;
    border-top: 0px;
    border-bottom: 0px;
    background: #92A8D6;
    font-size: 60%;
}

a:link, a:hover, a:visited {
    color: #5B75A9;
    font-weight: bold;
    text-decoration: none;
}