﻿body
{
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 95%;
    background-image: url(Images/sandtowater.gif);
    background-repeat: repeat-y;
}
#TOP
{
    height: 72px;
}
#RightTop
{
    background-image: url(Images/dunes2.gif);
    background-repeat: repeat-x;
    height: 160px;
    margin-left: 200px;
    text-align: right;
    background-position: bottom;
}

.MBTEXT
{
    margin-top: 10px;
    margin-right: 30px;
}

.TopLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.centered
{
    text-align: center;
    display: block;

}
.footer
{
    margin-top: 20px;
    margin-left: 200px;
    display: block;
    border-bottom: black thin solid;
    border-top: black thin ridge;
    font-size: 10pt;
    color: black;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    margin-bottom:30px;
}
.leftcol
{
    width: 179px;
    float: left;
    text-align: center;
    margin-top: 10px;
    height:100%;
}


