@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 959px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #header h1 {
	color: #FF6600;
	font-size: 24px;
	line-height: 30px;
}
.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 #mainContent h1 {
	color: #FF6600;
	font-size: 24px;
	line-height: 30px;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #FF6600;
	font-size: 18px;
	line-height: 24px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
.oneColFixCtrHdr #mainContent h3 {
	color: #FF6600;
	font-size: 14px;
} 
.oneColFixCtrHdr #mainContent p {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 20px;
	margin-left: 20px;
}

.oneColFixCtrHdr #mainContent blockquote {
	margin:20px 20px 20px 70px;
	padding:1px 10px 1px 70px;
	background:#FFF url(../images_new/images/quote.gif) no-repeat left top;
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
}

.oneColFixCtrHdr #footer {
	background:#FFFFFF;
	border-top-width: thin;
	border-top-style: dotted;
	margin: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: text-top;
}
.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 */
}
