﻿body 
{
    font-family: Verdana;
    font-size: 13px;
}
.HeaderWrap 
{
    text-align:center;
    width: 880px;
}

.headerTbl 
{
    padding: 0;
    width: 880px;
}

.headerTbl td.logo 
{
    text-align: left;
    padding: 0;
    width: 400px;
}

.headerTbl td.nav 
{
    text-align: right;
    padding: 0;
    width: 480px;
    height: 25px;
    vertical-align: bottom;
}

.headerTbl td.nav a.linkNav 
{
    color: #8b978e;
    text-decoration: none;
    font-weight: bold;
}

.mainBody 
{
    width: 880px;
    position: relative;
    z-index: 99;
    background-image: url(images/bodyBg.gif);
    border: solid 1px #ada81c;
    left: auto;
    margin: auto;
}

.mainBodyImage 
{
    z-index: 100;
    position: relative;
    top: -640px;
}

.PhotoIntro 
{
    text-align: right;
    padding: 5px;
    color: #ffffff;
    font-size: 11px;
}

.HomeIntro 
{
    padding: 8px;
    text-align: left;
    width: 850px;
}

.HomeText 
{
    padding: 0px;
    background-color: #ffffff;
    border: solid 1px black;
    width: 500px;
    height: 230px;
    overflow: scroll;
    float: left;
}

.HomeTextUnitColored 
{
    padding: 4px;
    background-color: #f2f3ab;
    border-bottom: dashed 1px green;
    width: 475px;
}

.HomeTextUnit
{
    padding: 4px;
    background-color: #ffffff;
    border-bottom: dashed 1px green;
    width: 475px;
}

.copyRight
{
    font-size: 11px;
    color: #cccccc;
    text-align: right;
    width: 880px;
    padding: 0;
}