/* hide all navigation items */
#globalnavigation, #nav_area, #pagetitle, #footer, #ylogo2, #footerwide {
	display: none;
	}

/* hide announcements, related info, quick links, etc. */
#rightcolumn {
	display: none;
	}
	
/* redefine main_content div of it doesn't show the gray background */
#main_content {
	background: #FFFFFF;
	}

/* redefine content div */
#content {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: auto;
	}
	
/* reformat text for print */

#narrowcolumn h2#sectiontitle, #widecolumn h2#sectiontitle {
	text-decoration: underline;
	padding-top: 20pt;
	}
	
#narrowcolumn h2, #widecolumn h2 {
	padding-top: 10pt;
	}

img {
	border: 0;
	}
	
/* For Tutorials */

#show_all_content {
	display: none;
}

