.oneColFixCtrHdr #container {
	width: 800px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	text-align: center;
	margin: 0px;
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #6b3d2d;
}
.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 */
	text-align: center;
}
body {background-color: #6b3d2d;
	color: #663413;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: trebuchet ms, arial;
	font-size: 10pt;}

table {border-spacing:0;}

H1 {color: #008484;
	font-family: trebuchet ms, arial;
	font-size: 14pt;
	font-weight: 700;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;}
	
H2 {color: #008484;
	font-family: trebuchet ms, arial;
	font-size: 12pt;
	font-weight: 700;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;}	
h3 {
	color: #663413;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font: italic 700 12pt "trebuchet ms", arial;
}


tr, td, p {color: #663413;
	font-family: trebuchet ms, arial;
	font-size: 10pt;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;}

UL {list-style-type: square;
	color: #663413;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;}

li {color: #663413;
	font-family: trebuchet ms, arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	margin-top: 0;
	margin-bottom: 4px;
	margin-right: 0;
	margin-left: 4px;}
	
A:Link {color: #663413;	
  	text-decoration: underline;
	font-family: trebuchet ms, arial;
	font-size: 10pt;
	margin-bottom: 10px;}
A:Active {color: #663413;	
	text-decoration: underline;
	font-family: trebuchet ms, arial;
	font-size: 10pt;
	margin-bottom: 10px;}
A:Visited {color: #663413;	
	text-decoration: underline;
	font-family: trebuchet ms, arial;
	font-size: 10pt;
	margin-bottom: 10px;}
A:Hover {color: #008484;	
	text-decoration: underline;
	font-family: trebuchet ms, arial;
	font-size: 10pt;
	margin-bottom: 10px;}
	
a.top:link {color: #ffffff;
	text-decoration: underline;
	font-family: trebuchet ms, arial;
	font-size: 10pt;}
a.top:visited {color: #ffffff;
	text-decoration: underline;
	font-family: trebuchet ms, arial;
	font-size: 10pt;}
a.top:active {color: #ffffff;
	text-decoration: underline;
	font-family: trebuchet ms, arial;
	font-size: 10pt;}
a.top:hover {color: #cc9900;
	text-decoration: underline;
	font-family: trebuchet ms, arial;
	font-size: 10pt;}
	
blockquote   {line-height: 100%}
blockquote   {margin-top: 0; margin-bottom: 0}
p.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

