#header img{
	margin: 20px 70px 0 0;
	float: right;
}
#content a:link,
#content a:visited{
	text-decoration: underline;
}
#content a:hover{
	text-decoration: none;
}
#footer p{
	float: left;
	width: 70%;
	margin-top: 10px;
}
#footer img{
	margin-bottom: 10px;
}
#footer a:link,
#footer a:visited,
#footer a:hover{
	color: #3f3f3f;
}
	#footer a:link,
	#footer a:visited{
		text-decoration: underline;
	}
	#footer a:hover{
		text-decoration: none;
	}
	
.box{
	clear: both;
	width: 206px;
	height: 103px;
	float: left;
	padding: 5px;
	background: transparent url(images/box_bg.png) left top no-repeat;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}	
	.box h2{
		background: #5eaa42 url(images/box_heading_bullet.gif) 5px 0.5em no-repeat;
		padding: 5px 0 0 25px;
		margin: 0 0 0.5em 0;
		border-top: 1px solid #95c782;
		border-left: 1px solid #95c782;
		border-right: 1px solid #95c782;
		color: #fff;
		font-size: 1em;
		text-transform: uppercase;
	}
	.box p{
		margin: 0 10px 0.8em 10px;
	}
	.box strong{
		color: #5eaa42;
	}
	.box .lnk_findoutmore{
		display: block;
		float: right;
		text-indent: -999em;
		width: 158px;
		height: 17px;
		margin: 0 3px 0;
		background: transparent url(images/lnk_findoutmore.gif) left top no-repeat;
		color: #fff;
		text-transform: uppercase;
	}
	
p.image_with_caption{
	text-align: center;
	margin-left: 30px;
}
	p.image_with_caption img{
		border: 1px solid #f3f3f3;
	}
	p.image_with_caption em{
		display: block;
	}

p.phase{
	font-family: Arial, verdana, sans-serif;
	font-size: 2.1em;
	color: #5eaa42;
	margin: 1em 0;
}
	
div.three_columns p{
	float: left;
	width: 30%;
	margin: 20px 30px 0 0;
	padding-bottom: 20px;
}
	div.three_columns p.eol{
		margin-right: 0;
	}
	
	div.three_columns a:link,
	div.three_columns a:visited{
		color: #b3b3b3;
	}