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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	background-color: #FF9;
}
.twoColFixLtHdr #container {
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FF0;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #81423C;
	border-right-color: #81423C;
	border-bottom-color: #81423C;
	border-left-color: #81423C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #mainContent {
	background-color: #FF0;
	margin-top: -20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
	width: auto;
	text-align: center;
} 
.twoColFixLtHdr #container #banner {
	height: auto;
	background-color: #CBB15D;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #31160B;
	border-right-color: #31160B;
	border-bottom-color: #31160B;
	border-left-color: #31160B;
}
.twoColFixLtHdr #container #banner h3 {
	text-align: left;
}

.twoColFixLtHdr #header {
	background-color: #D0B36D;
	background-image: url(Images/Backgrngtrees.jpg);
	height: 204px;
	width: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	border: thick solid #8A5505;
} 
.twoColFixLtHdr #header h1 {
	font-size: 40px;
	line-height: 45px;
	padding: 0px;
	color: #FFF;
	margin-top: 8px;
}
.twoColFixLtHdr #container #header h2 {
	font-weight: bold;
	text-align: center;
	margin-top: -35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}

.twoColFixLtHdr #container #mainContent h1 {
	text-align: center;
	border: 5px ridge #81423C;
	background-color: #DDBB74;
	font-size: ;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FF0;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #CBB15D;
	border-top-width: 8px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #630;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #630;
} 
.twoColFixLtHdr #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 */
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #container #NavDiv {
	padding-left: 5px;
	height: 100px;
	margin-left: auto;
}
.twoColFixLtHdr #container #mainContent h2 {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table {
	text-align: left;
}


.navtable {
	font-size: 12px;
	background-color: #DDBB74;
}



.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;
	border: 10px ridge #AC5851;
}
.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;
}
.border {
	border: 10px ridge #E7776C;
}
.webmaster {
	font-size: 14px;
	font-style: italic;
}

