#articlemain {
	display: inline;
	float: left;
	width: 410px;
}

#articlemain p {
	color: #333;
	line-height: 1.45;
	margin-right: 20px;
}

#articlemain h2 {
	color: #348062;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.45;
}

#articlemain h3 {
	color: #348062;
}

#earlyresults {
	text-align: left;
}

	#earlyresults h2 {
		color: #348062;
		font-size: 24px;
		margin-bottom: 0;
	}
	
	#earlyresults h3 {
		color: #348062;
		font-size: 14px;
		margin: 10px 0 5px;
	}
	
	#earlyresults p {
		margin-top: 0;
	}
	
	#earlyresults div.partner1 {
		margin: 0 0 25px;
		padding: 0;
		text-align: left;
		width: 500px;
	}
	
	#earlyresults div.partner2 {
		float: left;
		height: 20em;
		margin: 0 20px 25px 0;
		text-align: left;
		width: 330px;
	}

#investors {
	clear: both;
	text-align: left;
}
	
	#investors h2 {
		color: #348062;
		font-size: 24px;
		margin-bottom: 0
	}
	
	#investors p {
		margin-top: 0;
	}

	#investors .investor {
		display: inline;
		float: left;
		height: 16em;
		margin: 10px 40px 40px 0;
		text-align: center;
		width: 200px;
	}
	
		#investors .investor img {
			display: block;
		}
	
		#investors .investorname {
			background: #000;
			color: #ddd;
			font-size: 11px;
			height: 4em;
			padding: 5px;
			width: 170px;
		}


#article-secondary {
	background: #cee0d8;
	display: inline;
	float: left;
	margin-top: 20px;
	padding-top: 15px;
	width: 350px;
}

#article-secondary div.blurb {
	border-bottom: 1px dotted #999;
	margin: 10px 20px 20px;
}

#article-secondary p {
	font-size: 11px;
	color: #222;
}

#article-secondary h4 {
	color: #000;
	font-family: Georgia, serif;
	font-size: 14px;
	margin-bottom: 0;
}

#article-secondary cite {
	font-style: normal;
}