﻿body {
}
#navBar
{
    z-index:100;
    float:left;
    width:800px;
    height:auto;
    margin-left:0px;
    }
    
#mainTable
{
    border-right: buttonface thin solid;
    border-top: buttonface thin solid;
    border-left: buttonface thin solid;
    border-bottom: buttonface thin solid;
}
    
.generalText
{
    height:auto;
    padding-right:5px;
    float: left;
    font-size: 12px;
    font-family: Arial;
    text-align: justify;
    width: 320px;
    color: threeddarkshadow;
    border-bottom-color:Gray;
    border-bottom-style:solid;
    border-bottom-width:thin;
}

.bulletText
{
    width: auto;
    font-size: 13px;
    color: background;
    font-family: Arial;
    border-bottom-color: Gray;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.subHeadings
{
    width: auto;
    font-size: 12px;
    color: #003366;
    font-family: Arial;
    font-weight:bold;
}

#Footer
{
    float: left;
    width: 800px;
    height: 20px;
    background-image: url(images/navBg.jpg);
    background-repeat: repeat-y;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    padding-top: 5px;
    color: gainsboro;
}
