#content h1{
	background-color: #000000;
	background-image: url(images/headingBack.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 7px 4px 4px 10px;
	height: 26px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	margin: 16px;
	background-position: left bottom;
}
#content h2 {
	margin-left: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #7e7321;
	margin-bottom: 16px;
}
#content h3 {
	margin-left: 26px;
	font-weight: bold;
	color: #7e7321;
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 0px;
	font-size: 12px;
}
#content p{
	margin-left: 26px;
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 16px;
}
#content ul, ol{
	margin-left: 46px;
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 16px;
}