/* What not to print */
#footer,#mainmenu,#sidemenucontent,#sidemenu, .noprint
{display: none;}

#outer{padding:0px;}
#header{padding: 0px 0px 0px 0px;}
body {background-color: white;}
#outer,#inner, #content 
{
background-image:none;
background-color: white;
}

/* Ensure the content spans the full width */
body,#content, #header,#outer, #inner
{width: 100%; margin: 0; float: none;}
