body {
    background-color:#14362b;
    text-align: center;
    font-family: Arial, Verdana;
    font-size: 12px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

H3 
{
    font-size:16px;
}

H5
{
    font-size:12px;
}


table
{
    font-family: Arial, Verdana;
    font-size: 11px;
}

.menuTable
{
    border:0px;  
    width:100%;
}

.menuTableGreen
{
    border:0px;  
    width:100%;
    background: #415927
}

.mainPanel
{
    border: 1px solid #999999;
    background: #1d282e;
    width: 800px;
    text-align:left;
    margin: 1em auto;
}

.messagePanel
{
    background: #878700;
    color: #ffffff;
    text-align: left;
    font-weight: bolder;
    font-style: italic;
    font-size: 16px;
    height:20px;
    padding:1px;
}

.contentPanel
{
    padding: 2 5 2 5;
    font-family: Arial, Verdana;
    font-size: 11px;
    background: #ffffff;
}

.tdItem
{
    background: #31332a;
    height: 1.5em;
    padding: 0;
}

.tdItemSelected
{
    padding: 2 0 2 2;
    background: #968f6a;
    height: 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.tdGreenItem
{
    background: #415927;
    height: 1.5em;
    padding: 0;
}

.tdGreenItemSelected
{
    padding: 2 0 2 2;
    background: #878700;
    height: 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.menuLink
{
    background: #31332a;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 8 0 8 2;
    display: block;
}

.menuLink:hover
{
    background: #575a4b;
}

.greenMenuLink
{
    background: #415927;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 8 0 8 2;
    display: block;
}

.greenMenuLink:hover
{
    background: #3d390d;
}


.backgroundPanel
{
    background-image: url('images/homePicture2.jpg');
    color: #ffffcc;
    text-align:right;
    font-style:italic;
    height: 250px;
    padding: 20px;
}

.whiteLink
{
    color:#ffffff;
    text-decoration: none;
}

.normalLink
{
    font-size:11px;
}

.imageLink
{
    border: 0px;
}

.subTitle
{
    padding: 8 0 8 2;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
