body {
color : #000000;
background : #ffffff;
Font-size : 12pt;
}

#content {
	/* this doesn't seem to do anything */
  width: 100%;
}

#DoNotPrint, #LeftNav, #RightGuideSection, #header, #TopNav, #RightNav, #top-navigation, #headers, #left-bar, #footer {display:none;}

#main {
	/* forces the main content to print at full width*/
	width: auto;
}