﻿
.mainDiv
{
    width: 100%;
    text-align: center;
}

.body
{
    border-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #414A51;
}

.mainTable
{
    width: 100%;
}

.headerTD
{
    padding: 0px;
    margin: 0px;
    border-style: none;
    border-width: 0px;
    background-color: #FFFFFF;
    width: 100%;
}

.content
{
    margin: 1px;
    background-color: #414A51;
}

.myMenuList
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.myMenuList li
{
    float: left;
}

.myMenuList a
{
    /*background-image: url(navi_bg_divider.png);     background-repeat: no-repeat;     background-position: right;*/
    padding-right: 32px;
    padding-left: 32px;
    display: block; /*line-height: 80px;*/
    text-decoration: none;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 19px;
    color: #FFFFFF;
}

.myMenuList a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

.myMenuList a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.menuTD
{
    border-style: solid none solid none;
    border-width: 2px;
    border-color: #000000;
}

.contentTD
{
    background-color: #49535A;
    color: #CCCCCC;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 15px;
    padding-top: 30px;
    width: 100%;
}


H1
{
    font-family: Century;
    font-size: 25px;
    text-decoration: underline;
}

H2
{
    font-family: Century;
    font-size: 20px;
}

H3
{
    font-family: Century;
    font-size: 18px;
    max-width: 900px;
}

H4
{
    font-family: Century;
    font-size: 17px;
    max-width: 900px;
    font-weight: bold;
}

H5
{
    font-family: 'Good Times';
    font-size: 40px;
    font-weight: bold;
}

p
{
    font-family: Century;
    font-size: 16px;
    max-width: 800px;
}


.myTD img
{
    border: 2px solid #000000;
}
