a:link {
	color: #000066;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #FFFFFF;
}
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #382513;
	background-image: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr #container {
	width: 942px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-color: #D8CAA8;
	background-image: url(images/lendonwwodContainer.jpg);
} 
.thrColFixHdr #header {
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #284907;
	background-image: url(images/LendonwoodHeader_1.jpg);
	height: 200px;
	width: 942px;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* padding keeps the content of the div away from the edges */
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #0b723b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}
.thrColFixHdr #nav {
	background-image: none;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	width: 942px;
}
.thrColFixHdr #mainContent {
	margin-bottom: 0;
	margin-left: 210px;
	padding-bottom: 0;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #0b723b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
} 
.thrColFixHdr #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 */
}
.standardimgrtTable {
	border: 1px solid #000000;
	margin-right: 0px;
	float: right;
}
.standardimgrt_1 {
	border: 1px solid #000000;
	margin-right: 0px;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.standardimgrt_2 {
	border: 1px solid #000000;
	margin-right: 0px;
	float: none;
	padding-bottom: 0px;
}
.style5 {
	color: #382513;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}
.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;
}
