@charset "utf-8";
/* CSS Document */
body {
    font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #d6fac5;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #6fb5cc;
	text-align: left; 
}
.oneColFixCtrHdr #header {
    font-size: 32px;
	background: #ffffff;
	color: #c00403;
	padding: 0 10px 0 20px;
}
.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-size: 34px;
	color: #c00403;
	font-family: Arial, Helvetica, sans-serif;
}
.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 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6fb5cc;
}
.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 */
}
.style1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	background-color: #d6fac5;
}
.style3 {
	color: #c00403;
	font-size: 24px;
}
.style4 {
	color: #c00403;
	font-weight: bold;
}
.bordered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border: medium dashed #CC0000;
	background-color: #FFFFCC;
}
.style5 {
	font-size: 24px;
	font-weight: bold;
}
.style6 {color: #c00403; font-size: 24px; font-weight: bold; }
.style7 {
	font-size: 10px
}
.style8 {font-size: 12px}


