.greencontain {
	background: #f3fae6;
}

.greentable {
	margin: 20px 40px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	width: 700px;
}	

	.greentable p {
		margin-bottom: 25px;
	}
	
	.greentable ul {
		margin: 0 0 25px 15px;	
	}
	
	.greentable h1 {
		font: bold 16px Arial, Helvetica, sans-serif;
		color: #688433;
		margin-bottom: 10px;
	}
	
	.greentable a {
		color: #48649b;	
		text-decoration: underline;
	}
	
	.greentable a:hover {
		color: #182e5b;	
	}
	
	.greentableintro {
		font: normal 14px/1.5em Arial, Helvetica, sans-serif;
	}	

.greenleftcol {
	width: 290px;
	padding-right: 70px;
}

.greenrightcol {
	width: 340px;
}

img.greenimgright {
	float: right;	
	margin: 0 0 0 20px;
}