@charset "UTF-8";
.oneColFixCtrHdr #container #mainContent .mainText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
body {
	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;
}
.oneColFixCtrHdr #container {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d3b672;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #d3b672;  /* 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. */
}
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.oneColFixCtrHdr #mainContent {
	background-color: #a39b6e;
	border: 4px solid #754536;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.75em;
	margin-left: 150px;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d3b672;
}
.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 */
	font-size: 9px;
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 21px;
	margin-left: 150px;
	text-align: left;
}
h6 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16px;
	margin-left: 150px;
	text-align: left;
}
.textIndent {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin-left: 150px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 125px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	padding-left: 325px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
	padding-left: 160px;
	margin-right: 25px;
	margin-bottom: 50px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	padding-left: 250px;
	font-weight: normal;
	padding-top: 0em;
	margin-top: 0px;
}
.footer {
	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: 9px;
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
.practiceTxt {
	text-align: left;
	font-size: 14px;
	line-height: 1.75em;
	width: 700px;
	clear: both;
	margin-left: 150px;
}
.oneColFixCtrHdr #mainContent indent {
	background-color: #a39b6e;
	border: 4px solid #754536;
	padding-right: 150px;
	padding-left: 150px;
}
.subheads {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16px;
	text-align: left;
}
