﻿body
{
    background-color: #F2F2F2;
    margin: 0;
    padding: 0;
    font-size: 12px;
    height: 100px;
}
.Header
{
    background-image: url('image/pagebanner.jpg');
    height: 122px;
    width: 931px;
    text-align: center;
}
.Title
{
    background-color: #003366;
    width: 931px;
    color: White;
    font-size: 25px;
    text-align: left;
}
.Content
{
    width: 931px;
    text-align: left;
}
.Footer
{
    background-color: #003366;
    width: 931px;
    color: White;
    font-size: 12px;
    height: 20px;
    vertical-align: middle;
    padding-top: 5px;
}
.ContentPage
{
    border-width: 1px;
    border-style: solid;
}
.LeftColumn
{
    float: left;
    width: 210px;
    height: 200px;
    padding: 5px;
}
.RightColumn
{
    width: 700px;
    float: left;
    padding: 5px;
}
