@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #FFF;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
}


.oneColFixCtrHdr #container {
	width: 913px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #C06;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.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. */
	background-color: #FFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.oneColFixCtrHdr #mainContent {
	7d493cbackground-color: #b07d15;
	width: 889px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fffff0;
	text-align: left;
	top: -4px;
	position: relative;
	background-color: #3a3636;
}


.oneColFixCtrHdr #goose {
	top: -20px;
	background-image: url(images_new/goose.gif);
	background-repeat: no-repeat;
	border: thick none #0FF;
	height: 231px;
	width: 217px;
	position: absolute;
	left: 800px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #E1cd95;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #E1cd95;
	text-indent: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}
p {
	padding-right: 10px;
	padding-left: 10px;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #FFF;	
}
ul, ol, dl { position: relative; }

.oneColFixCtrHdr #footer {
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #3A3636;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 7px;

}
.oneColFixCtrHdr #container #mainContent #color a:link {
	color: #FFC;
	text-decoration: none;
}

.oneColFixCtrHdr #container #mainContent #color a:visited {
	text-decoration: none;
	color: #A47A02;
}
.oneColFixCtrHdr #container #mainContent #color a:hover {
	color: #FFC;
	text-decoration: underline;
}

.oneColFixCtrHdr #container #footer table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #03C;
}
.oneColFixCtrHdr #container #footer a:link {
	color: #333;
}
.oneColFixCtrHdr #container #footer a:visited {
	color: #000;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #333;
	text-decoration: underline;
}


.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 */
}


</style>

