@charset "utf-8";
/* CSS Document */

.screenonly {
	display:none;
	}
	
.printonly {
	display:block;
	}
	
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:900px;
	} 	
