@charset "utf-8";

BODY { 	font-size: 100.1%;
		font-family: arial, tahoma, helvetica, verdana;
		color: #000000;
		margin: 0;
		padding: 0
}
.twoColElsLtHdr #container { 
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #sidebar1 {
 		display: none 
}

.twoColElsLtHdr #mainContent {
	margin: 0 0 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
