body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #675940;
	background-color: #4e412b;
}

ul {
margin-top: 3px;

}

.header {
	width: 750px;
	height: 80px;
	background-image: url(images/header.gif);
}

.navBar {
	width: 750px;
	height: 89px;
	background-color: #eae4da;
	text-align: center;
	border-bottom: 1px solid #bfb4a0;
}

.content {
	width: 655px;
	padding-left: 45px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 40px;
  text-align: left;
}

.content h2 {
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: bold;

}

.content h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 15px;
	color: #8b7e66;

}

.content h4 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #8b7e66;

}

.content ol {
	margin-left: 40px;
	padding-left: 40px

}

.tdmain {
	background-color: #f8f6f2;

}

.footer {
	width: 890px;
	height: 30px;
	text-align: left;
	background-color: #aaa;
	border-top: 1px solid #bfb4a0;
	font-size: 11px;
	line-height: 30px;
	padding-left: 10px;
	background-color: #eae4da;
}

