@charset "utf-8";
body {
	margin: 0; 
	padding: 0;
	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;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}
.oneColFixCtrHdr #container {
	width: 600px;  /* this was oroginally set at 780 */
	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. */
	font-family: Verdana;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	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: Arial;
	border-top: 0px none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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;
	color: #000000;
	font: italic bold normal 36pt/1.3px Playbill;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent img {
	border: thin solid #000000;
	margin: 10px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00CC99;
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent h6 {
	color: 00CC99;
	font: italic bold 9pt/1 Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #mainContent h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.oneColFixCtrHdr #container #mainContent h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.oneColFixCtrHdr #container #mainContent p {
	font: normal 9pt/normal Arial;
	color: #000000;
}
.oneColFixCtrHdr #container #mainContent p {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #container #footer p {
	font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.oneColFixCtrHdr #container #header h2 {
	font: bold 11pt/1.1 Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.oneColFixCtrHdr #container #header h3 {
	font: bold normal 10pt/1 Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
}
