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

