body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: right; /* 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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 1040px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2c0000;
	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. */
}
.oneColFixCtrHdr #header {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background-image: url(Rick%20Brown/CurlewInsideWood.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.oneColFixCtrHdr #container #mainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	background-color: #162d45;
	font-style: italic;
}

.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 */
	color: #FFC;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	background-color: #162D45;
}
table tr th h2 {
	font-size: 18px;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color:#666;
}
.oneColFixCtrHdr #container #mainContent table tr th .MsoNormal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #D6D6D6;
}




.oneColFixCtrHdr #mainContent {
	text-align: left;
	background-color: #112438;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
	background-color: #003;
	color: #000;
}
.oneColFixCtrHdr #container #mainContent table tr td p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
H3 {
	color:#FFF;
	margin:auto;
	background-color: #162D45;
	font-size: large;
	text-align: center;

	
}



a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#999;
	text-decoration: none;
}
a:active {
	color:#FF6;
	text-decoration: none;
}
a:link {
	color:#FFF;
	text-decoration: none;
	font-size: large;
}


p.MsoNormal {
	margin:10px;
	margin-bottom:0.0001pt;
	font-size:14pt;
	font-family:"Times New Roman";
	text-align:left;
}
