﻿body
{
    background-color: #000000;
    margin: 0px;
}

.menu
{
    background-color: #CCCCCC;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.subMenu
{
    background-color: #CCCCCC;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 1px black;
}

a
{
    font-style: normal;
    font-weight: bold;
    font-family: Sans-Serif;
    font-size: larger;
    color: #772222;
}

.linkInBody
{
    font-style: normal;
    font-weight: bold;
    font-family: Sans-Serif;
    font-size: medium;
    text-decoration: none;
    color: #772222;
}

.navigationLink
{
    font-style: normal;
    font-weight: bold;
    font-family: Arial;
    font-size: medium;
    text-decoration: underline;
    color: #000000;
}

.selected
{
    border: solid 1px black;
}

.displayTable
{
    border: 3px solid black;
    background-color: #ECCC4A;
    width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.invisible
{
    width: 0px;
    height: 0px;
    display: none;
}

.footerLink
{
    font-style: normal;
    font-weight:normal;
    font-family: Sans-Serif;
    font-size: medium;
    text-decoration: underline;
    color: #999999;   
}

.textContentLink
{
    font-style: normal;
    font-weight:normal;
    font-family: Sans-Serif;
    font-size: medium;
    text-decoration: underline;
    color: #999999;   
}

.textContentMainHeader
{
    font-size: large;
}

.textContentSubHeader
{
    font-size: large;
}