body {
    overflow: auto;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #404060;
    color: #000000;
    font-family: arial, sans-serif;
    text-align: center;
    cursor: default;
}

a {
    text-decoration: none;
}

a:link {
    color: #800000;
}

a:visited {
    color: #800000;
}

a:hover {
    color: #800000;
    text-decoration: underline;
}

a:active {
    color: #800000;
}

#page {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EFCFA0;
    color: #400000;
    text-align: left;
}

#header {
    background-color: #404060;
    color: #C0C0FF;
    cursor: default;
}

#navmenu {
    width: 100%;
    background-color: #808040;
    background-image: url('../graphics/navmenu_background.gif');
}

#navmenu tr td {
    width: 12%;
}

#navmenu tr td:hover {
    background-color: #800000;
}

#navmenu tr td a {
    display: block;
    border: 1px solid #600000;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#navmenu tr td a:link {
    color: #FFDF00;
}

#navmenu tr td a:visited {
    color: #FFDF00;
}

#navmenu tr td a:hover {
    background-color: #FFDF00;
    color: #800000;
}

#navmenu tr td a:active {
    color: #FFDF00;
}

#navmenu tr td ul {
    display: none;
    position: absolute;
    margin: 0px;
    border: 1px solid #600000;
    padding: 0px;
    background-color: #800000;
    list-style-type: none;
}

#navmenu tr td:hover ul {
    display: block;
}

#navmenu tr td ul li a {
    display: block;
    border: none;
    padding: 2px;
    font-size: 1.0em;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

#navmenu tr td ul li a:link {
    color: #FFDF00;
}

#navmenu tr td ul li a:visited {
    color: #FFDF00;
}

#navmenu tr td ul li a:hover {
    background-color: #FFDF00;
    color: #800000;
}

#navmenu tr td ul li a:active {
    color: #FFDF00;
}

#content {
    border-left: 1px solid #202040;
    border-right: 1px solid #202040;
    padding: 8px;
    background-color: #EFCFA0;
    color: #400000;
}

#footer {
    border-left: 1px solid #202040;
    border-bottom: 1px solid #202040;
    border-right: 1px solid #202040;
    padding-left: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    font-size: 0.8em;
    cursor: default;
}

#standardmenu {
    margin-left: 32px;
    border: 1px solid #600000;
    padding: 0px;
    background-color: #800000;
}

#standardmenu tr td a {
    display: block;
    margin: 0px;
    padding: 4px;
    text-decoration: none;
}

#standardmenu tr td a:link {
    color: #FFDF00;
}

#standardmenu tr td a:visited {
    color: #FFDF00;
}

#standardmenu tr td a:hover {
    background-color: #FFDF00;
    color: #800000;
}

#standardmenu tr td a:active {
    color: #FFDF00;
}

#imggallery tr td {
    width: 322px;
    height: 322px;
    border: 1px solid #600000;
    background-color: #800000;
}

#imggallery tr td:hover {
    background-color: #A00000;
}

#imggallery tr td img {
    cursor: pointer;
}

#awardsgallery tr td {
    width: 322px;
    height: 322px;
    border: 1px solid #000;
    background-color: #636363;
}

#awardsgallery tr td:hover {
    background-color: #00A000;
}

#awardsgallery tr td img {
    cursor: pointer;
}

.framedimg {
    border: 1px solid #600000;
}

.horizontalseparator {
    height: 1px;
    background-color: #600000;
    font-size: 1px;
}
