/* Remove unwanted elements */
#RightSideNavigation, #banner, #BottomBanner
{
display: none;
}

/* Ensure the content spans the full width */
#EntireDoc, #MainContent, 
{
left:0%;
width: 95%;
margin-left: 10px;
margin-right:10px;
margin-bottom:10px;
margin-top:10px;
float: none;
background-color: #FFFFFF;
padding: 0px, 0px, 0px, 0px;
border: none;
}



