BODY
{
    background: url(images/page/heads.jpg) fixed no-repeat right bottom #ffffff;
    color:#000000;
    font-family:Arial;
}

.center
{
    text-align: center;
}
.bold
{
    font-weight: bold;
}

A.nav:hover
{
    background:black;
    color:white;
}
A.nav
{
    height: 75px;
    width:75px;
    display: block;
    float: right;
    border: 2px solid black;
    text-align: center;
    margin: 1px;
    font-size: 16px;
}
A.footer
{
    
}
A:hover
{
    color:#5e5e5e;
}
A
{
    font-style:normal;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

SPAN.nav  /* for vertically aligning nav text */
{
    display:block;
    margin-top: 28px;
    margin-bottom: 28px;
}

IMG.banner
{
    
    margin-top: 4px;
    margin-left: 4px;
}
IMG.main
{
    width:320px;
    margin: 5px auto;
    display: block;
}
IMG
{
    border:0px;
    padding:0px;
}

H1
{
    text-align: center;
}
H2
{
    text-align: center;
}

UL
{
    line-height: 150%;
    list-style-type: circle;
}

P.admin
{
    background: green;
}
P.footer
{
    font-weight:normal;
    font-size:xx-small;
    margin: 0 auto;
    line-height: 100%;
}
P.topBar
{
    margin: 3px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
P
{   
    font-weight:normal;
    line-height: 200%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    text-align: justify;
}

TD.tableHeader
{
    color:#000000;
    background:#d5d4d9;
    text-align:center;
}
TABLE
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

HR.header
{
    width: 50%;
    color: #d5d4d9;
}
HR.spacer
{
    width:98%;
    display:block;
    visibility:hidden;
    clear:both;
}

DIV.contactbodyleft
{
    width: 59%;
    float: left;
}
DIV.contactbodyright
{
    width: 39%;
    float: right;
}
DIV.bodyleft
{
    width: 49%;
    float: left;
}
DIV.bodyright
{
    width: 49%;
    float: right;
}
DIV.nav
{
    height: 90px;
    width: 330px;
    float: right;
}
DIV.title
{
    width: 330px;
    height: 105px;
    float: right;
}
DIV.topBar
{
    float: left;
    width: 360px;
    height: 200px;
}
DIV.bottomBar
{
    border: none;
    width: 700px;
    height: 90px;
    margin: 0 auto;
}
DIV.body
{
    width: 700px;
    margin: 0 auto;
}
DIV
{
    font-size:12pt;
    border: none;
}