@charset "UTF-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EAEDBD;
	background-image: url(/images/leafgreen_bg.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 45;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr #container {
	width: 782px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #660000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F0EFB6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-indent: 2px;
	padding-left: 4px;
	padding-right: 0px;
} 
.thrColFixHdr #header {
	padding: 2;  /* 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. */
	margin-top: 0px;
	background-color: #F0EFB6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #003300;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #003300;
} 
.thrColFixHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #EFEEB5;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #F0EFB6;
	
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 1;
	padding-bottom: 0;
	padding-left: 2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #F0EFB6;
	border-right-color: #F0EFB6;
	border-bottom-color: #F0EFB6;
	border-left-color: #F0EFB6;
} 
.thrColFixHdr #footer {
	background-color: #EAEDBD;
	background-image: url(/images/walnuthalvesY.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #003300;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.thrColFixHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #003300;
	text-align: left;
	text-indent: 0px;
	line-height: 10px;
}
.thrColFixHdr #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: medium;
	color: #660000;
}
.photoLeft {
	float: left;
	text-indent: 0px;
	border: thin groove #003300;
	padding: 5px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.photoRight {
	padding: 5px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border: thin groove #003300;
	float: right;
	text-indent: 0px;
}
