body {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	background: #52260A url(bg_pineapple2.jpg);
	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;
}
.twoColFixLtHdr #container {
	background: #51260b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 7px;
	width: 834px;
}
.twoColFixLtHdr #header {
	height: 144px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 163px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffe292;
}
/* Sidebar Navigation */
#navcontainer {
	width: 163px;
	font-weight: normal;
}
#navcontainer ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#navcontainer a {
	display: block;
	padding: 5px 5px 5px 25px;
	width: 133px;
	background-color: #FDE191;
	border-bottom: 1px solid #461f02;
}
#navcontainer a:link {
	color: #461f02;
	text-decoration: none;
}
#navcontainer a:visited {
	color: #461f02;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #2D5C4C;
	color: #FFF;
}
#navcontainer #thispage a {
	background-color: #2D5C4C;
	color: #FFF;
	cursor: default;
}
/* End of Sidebar Navigation */
.twoColFixLtHdr #main {
	background-color: #c0c8b4;
	margin: 0px;
	padding: 0px;
	background-image: url(bg_sidebar.jpg);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px;
	padding-right: 100px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-top: 40px;
}
.twoColFixLtHdr #container #main #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4F260D;
	margin: 0px;
	padding: 0px;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F260D;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
}
.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;
}
#seo {
	color: #b18257;
}
#seo a:link {
	color: #b18257;
	text-decoration: none;
}
#seo a:visited {
	color: #b18257;
	text-decoration: none;
}
#seo a:hover {
	color: #b18257;
}
.guest {
	color: #663300;
}
.boldItalics {
	font-size: 20px;
	font-style: italic;
	color: #52260A;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.italic18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	color: #52260A;
}
.hpFLImage {
	float: left;
	margin-right: 50px;
}
.quote {
	font-style: italic;
	color: #663300;
}
