body {
	font: 100% "Book Antiqua", Garamond, serif;;
	background-color: #FFF;
	text-align: left;
	margin: 0; 
	padding: 0;

}
.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	color: #9B0000;
	font-family: "Book Antiqua", Garamond, serif;
	font-style: normal;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: "Book Antiqua", Garamond, serif;
	font-size: 22pt;
	font-style: italic;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #9B0000;
	height: 120px;
	text-align: left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Book Antiqua", Garamond, serif;
	font-size: 22pt;
	font-style: italic;
	font-weight: lighter;
	color: #9B0000;
	text-align: left;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
	font-family: "Book Antiqua", Garamond, serif;
	font-size: 12pt;
	font-style: normal;
	color: #9B0000;
	height: auto;
	text-align: justify;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-style: solid;
	border-top-color: #9B0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B0000;
}
.oneColFixCtrHdr #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: 10px 0;
	font-size: 9pt;
	text-align: center;
}
.alfxBanner {
	text-align: right;
	font-style: normal;
	font-size: 16pt;
}
.alfxDesc {
	font-size: 16pt;
}

