﻿body
{
    margin-top: 0px;
    background-color: white;
}
a:link { color: #0000cc; }
a:visited { color: #0000cc; }
a:active { color: #0000cc; }

.menu
{
    background-color: #808080;
    width: 750px;
    margin-left: 0px;
    width:100%;
}

.menuItem
{
    font-size: 14pt;
    color: #ffffff;
    font-family: 'Times New Roman';
    text-decoration: none;
    margin-left: 10px;
    text-align: left;
}
.menuItem:hover
{
   background-color: #2f2f2f; 
}

.menuCell
{
    width: 80px;
    border-right: #000000 thin solid;
}
.menuCell:hover
{
    background-color: #2f2f2f; 
}

.mainBody
{
    background-color: white;
    width: 100%;
}

.footer
{
    background-color: #808080;
    width: 100%;
    font-size: 10pt;
    font-family: Arial;
    text-align: center;
    color: #ffffff;
}

.header
{
    font-size: 22pt;
    color: #0000cc;
    font-family: 'Times New Roman';
    margin-left: 20px;
    margin-top: 15px;
    font-weight: bold;
    border-bottom: #262626 solid;
    width: 100%;
    text-transform: uppercase;
}

.normalText
{
    font-size: 14px;
    color: #262626;
    margin-left: 20px;
    margin-top: 15px;
    width: 90%;
    font-family: Verdana, Arial, Helvetica;
    line-height: 150%;
}

.imageLeft
{
    float: left;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.imageRight
{
    float: right;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
}