a {
	color: #3e7146;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0 0 1em 0;
	color: #666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 0.1em;
	font: normal 2.2em/1.2em "Times New Roman", Times, serif;
}


.highlightItem {
	margin: 1em 0 0 0;
}

.highlightItem h2 {
	width: 28%; 
	float: left;
	text-align: right;
	font: normal 1.2em/1.2em "Times New Roman", Times, serif;
	color: #3e7146;
	padding: 0;
	margin: 0;
}

.highlightItem ul {
	width: 68%; 
	padding: .6em 0 0 0;
	margin: 0;
	float: right;
	list-style-type: none;
	font: .8em Arial, Helvetica, Geneva, sans-serif;
}
.highlightItem ul li {
	margin: 0 0 1.2em 0;
}
