﻿body 
{
    width: 900px;
    background-color: #FFFFFF;
}

#HeaderDiv
{
    width: 100%;
    background: #FFFFFF; 
}

#FooterDiv
{
    width: inherit;
    height: auto;
    text-align: center;
    font: bold 12pt Times New Roman;
    background-color: #FAFAFA;
    border-top: solid 1px blue;
}

.HeaderTable
{
    width: 100%;
    text-align: center;   
}

#TwoMain
{
    width: 100%;
    height: auto;
    text-align: center;
    background: #FFFFFF;
}

#MainSection
{
    width: 100%;
    height: auto;
    text-align: center;
    background: #FFFFFF;
}

.LeftMain
{
   width: 30%;
   float: left; 
   text-align: center;
}

.RightMain
{
    width: 69.9%;
    float: right;
    text-align: center;
}

.TableBlue
{
    background: Blue;
}