@charset "UTF-8";
/* CSS Document */

body    {
	background-color: #FFFDD2;
	background-image: url("../site graphics/duck-back4.gif");
	background-repeat: repeat;
	font-family: "Comic Sans MS", cursive;
}
p     {
	font-size: 16px;
	font-family: "Comic Sans MS"
}
a {
	font-weight: bold;
	color: #63C;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
.thrColFixHdr #container {
	width: 900px;  /* 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 solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	padding-bottom: 40px;
} 
.oneColFixCtrHdr #header {
	color: #FFF;
	text-decoration: underline
}
.thrColFixHdr #container table tr td p font b {
	font-size: 12px;
}
.thrColFixHdr #container .menuBox table tr td {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
}
.thrColFixHdr #container .menuBox {
	padding: 10px;
	height: 80px;
}
.oneColFixCtrHdr #container #mainContent {
}
.Hdr #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;
}
.Hdr #header {
	padding: 10;  /* 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. */
	height: 80px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* 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 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}
.menuPadding {
	margin-top: 20px;
}
.thrColFixHdr #container #mainContent {
	font-size: 16px;
	overflow: hidden;
}
