@charset "utf-8";

BODY {
	background: #006600 url('/images/zDesign_elements/BackgroundTile.png') repeat-x;
	font-family: arial, tahoma, helvetica, verdana;
	font-size: 100.1%;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}

.twoColElsLtHdr #container {
	width: 93%;  /* 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;
	text-align: left;
	border: 1px solid #003300;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
} 

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 13em; /* since this element is floated, a width must be given */
	background: #F3FFF3; /* top and bottom padding create visual space within this div */
	border: #DDDDDD 1px solid;
	/*border-bottom:#DDDDDD 1px solid;*/
	padding: 15px 0;
}
.twoColElsLtHdr #mainContent {
	margin: 0 1em 0 14em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

