﻿body
{
    background-color: #D4E7B7;
    font-family: Verdana;
}
H1
{
    color: #7b3e36;
    font-size: 14pt;
    font-weight: normal;
}
.highlighted
{
    color: #7b3e36;
}
A:active
{
    color: #7b3e36;
}
A:hover
{
    color: #7b3e36;
}
A:link
{
    color: #7b3e36;
}
A:visited
{
    color: #7b3e36;
}
.header1
{
    font-weight: bold;
    font-size: 35pt;
    text-transform: uppercase;
    color: #A89FB3;
    font-family: 'Arial Black';
    line-height: 50px;
}
.header2
{
    font-size: 20pt;
    text-transform: uppercase;
    color: #7b3e36;
    font-family: 'Arial Black';
    position: absolute;
    left: 120px;
    padding-top: 20px;
}
A.titleLink:active
{
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
A.titleLink:hover
{
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
A.titleLink:link
{
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
A.titleLink:visited
{
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
H2
{
    color: #d56f64;
}
.mainMenuItem
{
    cursor: hand;
    background-color: #BF8332;
}
.mainMenuItemSelected
{
    cursor: hand;
    background-color: #653613;
}

.footnote
{
    vertical-align: top;
    font-size: small;
    position: relative;
    padding-bottom: 20px;
    font-style: italic;
}