@charset "UTF-8";
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;
	background-color: #697253;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container {
	width: 847px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #DDD8C2;
} 
.twoColFixLtHdr #mainContent {
	margin: 0 5 0 5px;
} 
.twoColFixLtHdr #header {
	background-color: #DDD8C2;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
}
.twoColFixLtHdr #footer {
	background-color: #DDD8C2;
	border-top-color: #372210;
	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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #660000;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #660000;
}
.style1 {
	color: #660000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.style2 {
	font-size: 16px;
	color: #660000;
	font-family: "Times New Roman", Times, serif;
}
.style3 {
	font-weight: bold;
	color: #000000;
}
.style4 {color: #000000}
.style5 {
	color: 000000;
	font-size: 30px;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}
