@charset "utf-8";
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: #838383;
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 806px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/pagebkg_tile.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 316px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	width: 490px;
	margin-top: 0px;
	margin-right: 316px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.twoColFixRtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #900;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixRtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #696969;
	margin-right: 20px;
	margin-left: 20px;
}
.twoColFixRtHdr #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.twoColFixRtHdr #footer {
	margin: 0px;
	height: 172px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 806px;
	background-image: url(../images/footer_photos.jpg);
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFF;
	font-weight: bold;
	padding-top: 115px;
	padding-right: 180px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.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;
}
a:link {
	color: #900;
}
a:visited {
	color: #900;
}
.twoColFixRtHdr #mainContent table#homesteadTBL {
	width: 400px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-color: #AC7975;
	border: 1px solid #FFF;
	border-collapse: collapse;
}
.twoColFixRtHdr #mainContent #homesteadTBL thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
.twoColFixRtHdr #mainContent #homesteadTBL tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .625em;
	color: #fff;
	text-align: center;
}
.twoColFixRtHdr #mainContent #homesteadTBL th {
	height: 40px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background-color: #900;
	border: 1px solid #FFF;
}
.twoColFixRtHdr #mainContent #homesteadTBL td {
	padding: 1em .5em;
	border: 1px solid #FFF;
}
.twoColFixRtHdr #mainContent #homesteadTBL tr.odd {
	background-color: #8F5956;
}
.twoColFixRtHdr #mainContent table#date {
	width: 400px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-color: #FFF;
	border: solid 1px #666;
	border-collapse: collapse;
}
.twoColFixRtHdr #mainContent #date tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
}
.twoColFixRtHdr #mainContent #date td {
	border: solid 1px #666
}


.twoColFixRtHdr #mainContent #formWrap {
	padding: 1 em 0;
}
.twoColFixRtHdr #mainContent form#frmComment {
	width: 450px;
	margin: 0 auto;
}
.twoColFixRtHdr #mainContent input.text {
	width: 200px;
}
.twoColFixRtHdr #mainContent textarea {
	width: 250px;
	margin-top: .5em;
}

