body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify; /* 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: #211407;
	margin-top: 22;
	margin-right: 11;
	margin-bottom: 22;
	margin-left: 11;
	padding-top: 22;
	padding-right: 11;
	padding-bottom: 22;
	padding-left: 11;
}
.oneColFixCtrHdr #container {
	width: 975px;  /* 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: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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: #F7F3E7;
	border-bottom-width: 1px;
	border-bottom-color: #211407;
	border-bottom-style: solid;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #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;
}
.oneColFixCtrHdr #footer {
	padding: 10px;
	background-color: #F2EBD5;
}
.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 */
}
.style1 {
	font-size: 10pt
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.testor {
	font-family: Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: .7em;
}
.oneColFixCtrHdr #buffer {
	padding: 3px;
	background-color: #ebe0be;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #211407;
	border-bottom-color: #211407;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.oneColFixCtrHdr #bufferb {
	padding: 3px;
	background-color: #d9ba80;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #211407;
	border-bottom-color: #211407;
	border-top-style: solid;
	border-bottom-style: solid;
}.oneColFixCtrHdr #mainContentHome {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.leftside {
	float: left;
	background-color: #603f2c;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #F7F3E7;
	padding-top: 45px;
	padding-right: 55px;
	padding-bottom: 11px;
	padding-left: 45px;
	text-align: justify;
}
a:link {
	color: #F2EBD5;
}
.textonly {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #F7F3E7;
	text-align: justify;
}
.leftsideCopy {
	float: left;
	background-color: #603f2c;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #F7F3E7;
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 45px;
	text-align: left;
}
a:visited {
	color: #F2EBD5;
}
.leftsideskinny {
	float: left;
	background-color: #603f2c;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #F7F3E7;
	padding-top: 22px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
}
.leftsidehalfskinny {
	float: left;
	background-color: #603f2c;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #F7F3E7;
	padding-top: 33px;
	padding-right: 22px;
	padding-bottom: 11px;
	padding-left: 25px;
	text-align: justify;
}
.leftsideskinny2 {
	float: left;
	background-color: #603f2c;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #F7F3E7;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}