@charset "utf-8";
body {
	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: #FFF;
	font-size: 100%;
	font-family: Calibri, "Century Gothic", Arial, sans-serif;
	background-image: url(images/BACKGROUNDPEGBRDBK_GIF.jpg);
	/*background-image: url(images/background%20grey.jpg);*/
	
}
.oneColFixCtrHdr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCC; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left;
	margin: 0 auto;
}
.oneColFixCtrHdr #header {
	font-size: 36px;
	color: #00C;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font-family: Calibri, "Century Gothic", Arial, sans-serif;
	color: #006;
	background-color: #CCC;
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	font-size: 8px;
	margin: 0;
	padding: 0px;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatleftbullet {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

