/* PointStreet.com Web Development - Print Alternate CSS Document */


/* 	This "print.css" is to clean up the site for print.
	

*/

body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	margin: 0.25in;
	padding: 0;
	width: 1000px;
}

#nav, #navFooter, #leftcontent, #speakers, #header {
	display: none;
}
