.bold_blue {
	font-weight: bold;
	color: #a3c5e0;
}
a {
	color: #3b9a46;
}
h1 {
	color: #02733c;
	font-size: 20px;
	font-family: Trebuchet MS, Arial, sans-serif;
	margin-top: 30px;
}
h3 {
	font-size: 18px;
	font-family: Trebuchet MS, Arial, sans-serif;
}
.list_item {
	width: 750px;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cfcfcf;
}
.list_image {
	width: 170px;
	height: 170px;
	float: left;
	margin-right: 20px;
}
.list_image img {
	width: 166px;
	height: 166px;
	border: 2px solid black;
}
.list_title {
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, sans-serif;
	margin-bottom: 10px;
}
.list_title a {
	color: black;
}
.list_desc {
	width: 540px;
	float: left;
}