@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
	background-image: none;
	float: left;
	width: auto;
	background-repeat: repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-left: 50px;
}
.main #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
}
.main #header {
	page-break-before: always;
	page-break-after: always;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0px;
	background-color: #CCC;
	height: 95px;
	border-bottom-style: 5;
	border-bottom-width: 5px;
	padding-bottom: 5px;
}
.main #header h1 {
	background-image: none;
	background-position: -60px -60px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.main #mainContent {
	background: #FFFFFF;
	border: thin solid #999;
	text-align: justify;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.main #footer {
	height: 25px;
	background-color: #CCC;
	padding-top: 5px;
}
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
