@charset "utf-8";
body  {
	background: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-color: #8E6C3E;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.header_address {
	font-size: 14px;
	color: #EEE0BF;
}

.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #8E6C3E;
}
.twoColFixLtHdr #mainContent {
	background-color: #EEE0BF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #EEE0BF;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #8E6C3E;
	text-align: center;
} 
.twoColFixLtHdr #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 */
}
.mainbody {
	font-family: Verdana, Geneva, sans-serif;
}
.main_table_BG {
	background-image: url(images/kid_sample.gif);
}
.feedback_name_red_bold {
	font-weight: bold;
	color: #500;
}

.h2_brown {
	color: #8E6C3E;
}
.Body_Text_Brown {
	color: #8E6C3E;
}
.mainbody_title_red {
	font-size: 24px;
	font-weight: bold;
	color: #500;
}
