/* this css page contains the special code for the outreach page*/
#leftcolout {
	/* left hand column for the outreach page*/
	width: 36%;
	float: left;
	text-align: left;
	margin-left: 3%;
	display: inline;
}

#rightcolout {
	/* right hand column for the outreach page*/
	width: 56%;
	float: right;
	text-align: justify;
	margin-right: 3%;
	display: inline;
}

