﻿body 
{
    background-color: #e4ed90;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}
#Container
{
    width: 756px;
    margin: 0px auto;
}
#Icons
{
    text-align: right;
    height: 29px;
}
#Menu
{
    text-align: right;
    float: right;
}
#Menu .MenuItem
{
    padding-left: 6px;
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    display: inline;
    float: left;
}
#Menu .MenuItem a
{
    color: #FFFFFF;
    padding: 3px;
    border-top: 2px solid #0079c2;
    border-left: 2px solid #0079c2;
    border-right: 2px solid #0079c2;
    background-color: #0079c2;
    text-decoration: none;
    display: block;
}
#Menu .MenuItem a:hover
{
    color: #0079c2;
    background-color: #FFFFFF;
    text-decoration: none;
    display: block;
}
#MainHeader
{
    width: 756px;
    height: 278px;
}
#MainBody
{
   border-left: 8px solid #0079C2; 
   border-right: 8px solid #0079C2;
   border-bottom: 8px solid #0079C2;
}
#MainBody #Title
{
    text-align: right;
    padding: 10px 5px;
    background-color: #0079C2;
}
#MainBody #Body
{
    
}
#MainBody #Body #LeftSection
{
    background-color: #EBF1AB;
    width: 188px;
    padding: 12px;
    padding-top: 20px;
    color: #09224A !important;
}
#MainBody #Body #MainSection
{
    background-color: #FFFFFF;
    width: 496px;
    padding: 12px 20px 12px 12px;
}
#Footer
{
    font-size: 11px;
    padding-left: 17px;
}
.colorblue
{
    color: #09224A;
}