@charset "utf-8";
body {
	font: 100% Verdana, Geneva, sans-serif;
	background: #847151;
	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: #847151;
}
.oneColElsCtr #container {
	width: 800px;
	background: #847151;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
}
.internalheading {
	font-weight: bold;
	font-size: 14px;
	color: #847151;
}
.internalbodytext {
	font-size: 12px;
	color: #847151;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
}
.redbannertext {
	color: #FC0;
	font-weight: bold;
}
.internalbodysubheading {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
.internalbodyheading {
	font-size: 13px;
	font-weight: bold;
}
.hiddenfooter {
	font-size: 12px;
}
.internalmenusubtext {
	font-size: 9px;
	font-style: italic;
}
