HTML, BODY
{
    height: 100%;
    background-color: #FFFFFF;
}

BODY, td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #444444;
}
a.mainMenu
{
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 10px;
    color: #0E418F;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
a.mainMenu:hover
{
    padding: 10px;
    color: #FFFFFF;
    text-decoration: none;
    background: #0E418F;
}
div.subMenu
{
    border: 1px solid #9CBFF5;
    margin: 10px 0 10px 10px;
    background: #EFF6FF;
}
a.subMenu
{
    display: block;
    padding: 5px;
}
a.subMenu:hover
{
    text-decoration: none;
    background: #FFFFFF;
}
#content
{
    vertical-align: top;
    padding: 10px;
    font-size: 10pt;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
a
{
    color: #161681;
    text-decoration: none;
}
a:hover
{
    color: #1B20FE;
    text-decoration: underline;
}
.alertText
{
    font-size: 12pt;
    color: #950000;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Arial;
}
#copyright
{
    background: #9CBFF5;
    border-top: 3px solid #0E418F;
    font-size: 8pt;
    padding: 5px 10px;
}
#copyright a
{
    color: #000000;
    text-decoration: none;
}
#copyright a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
#photo1
{
    background-color: #FFEB7A;
    text-align: right;
    height: 151px;
}
.gallery
{    font-size: 9pt;
    color: #142F04;
}
.oneImg
{
    border: 1px solid #000000;
    background-color: #F8F8F8;
}
div.commentList
{
    margin: 3px;
    padding: 5px;
}
div.commentTitle
{
    font-size: .9em;
    font-style: italic;
    float: left;
    width: 120px;
}
.commentNote
{
    margin: 0 0 10px 120px;
    padding: 10px 0 30px 35px;

}
.commentAdmin
{
    padding: 10px 0 0 20px;
    font-style: italic;
    border-top: 1px solid #DAD2C5;
    color: #6A5D46;
}

