﻿/* hides the left navigation and adjusts body area accordingly */
#LeftMenuArea {
    display: none !important;
}
#MainContentArea 
{
    display: block !important;
    margin: 0px !important;
    padding: 10px 20px 10px 20px !important;
    /* width: 860px !important; */
    
    float: none !important;
}
.MainTitle {
    display: none !important;
}