@charset "utf-8";
body  {
	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: 2E342A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #F8EBC9;
}
h1 {
	font-size: 14px;
	color: 2e342a;
}
h2 {
	font-size: 12px;
	color: 2e342a;
	font-weight: normal;
}

.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	padding: 0;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	width: 635px;
	padding-top: 0;
	padding-right: 30;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.3;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	margin: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 156px;
	width: 800px;
} 
#footerText {
	font-size: 10px;
	color: 2e342a;
	text-align: center;
	width: 800px;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 1.2;
}
.greenlgtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: 2e342a;
}
.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;
}
.smalltext {
	font-size: 10px;

	line-height: 1
.;
	line-height: 1;
}
a:link {
	color: #67171E;
	text-decoration:none;
}
a:visited {
	color: #67171E;
	text-decoration:none;
}
a:active {
	color: #67171E;
	text-decoration:none;
}
a:hover {
	color: #67171E;
	text-decoration:underline;