h2 {
	color: #7d041f;
}

h3 {
	color: #97ba46;
	text-transform: none;
}

div#top {
	padding-bottom: 3.5em;
}

div#article .r {
	padding: 0;
}

div#article .bg1 {
	margin: 0px 10px 0px 9px;
}

div#article .bg2 {
	padding: 10px 5px 10px 6px;
	height: 188px;
	position: relative;
}

div#article h2, div#article h3,
div#article p, div#article ul {
	width: 65%;
}

div#article h3 {
	color: #ffffff;
	margin-bottom: 0;
}

div#article p {
	color: #3c430f;
}

div#article ul {
	list-style-type: none;
	color: #7d041f;
	font-size: 12px;
}

div#article ul li {
	padding-left: 14px;
	line-height: 18px;
}

div#column .block {
	height: 66px;
	font-family: Arial, sans-serif;
}

div#column .block p {
	padding: 0;
	font-size: 1em;
	margin-right: 5px;
}

div#column .block a {
	display: block;
	height: 66px;
	font-weight: normal;
}

div#column .block a:hover {
	color: #6d6c65;
}

div#column .block span {
	display: block;
	margin-right: 33%;
	/* Using margins for repositioning tends to confuse IE */
	position: relative;
	left: 5px;
	top: 8px;
	color: #6d6c65;
}

div#column .block span.title {
	font-size: 1.7em;
	font-weight: bold;
}

div#column .block span.text {
	text-transform: uppercase;
}

