﻿body
{
    font-family:Arial;
    margin: 5px 0px 0px 0px;
    background-color: #e1e1e1;
}
A:link
{
    color:darkgreen;
    text-decoration:none;
}
A:visited
{
    color:darkgreen;
    text-decoration:none;
}
A:hover
{
    color:darkgreen;
    text-decoration:underline;
}
    
.MainWrapper
{
    width:970px;
    
    
}
.PageHeader
{
    width:723px;
    height:150px;
    padding:10px 0px 25px 0px;
    margin-left:5px; 
}
.PageHeaderLeft
{
    width:175px;
    height:165px;
    float:left;
    background:#e1e1e1;
    margin-right:1px;
}
.PageHeaderRight
{
    width:533px;
    height:165px;
    float:right;
    text-align:right;
    margin-left:2px;
}
.MainContent
{
    width:960px;
    background-color:#ffffff;
    text-align:left;
    padding:5px 5px 5px 5px;
    margin-left:0px;
    
}

