.outreach-grid,
.outreach-grid-b 
	{ 
	background: transparent url("../images/roundbox-sprite.gif") bottom left no-repeat;
	clear: both; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	margin-bottom: 1em; 
	overflow: auto; 
	width: 574px
	}
	.outreach-grid-b { background: transparent url("../images/roundbox-sprite.gif") bottom right no-repeat; }
	
	.outreach-grid .column,
	.outreach-grid-b .column 
		{
 		float: left; 
		width: 282px
		}
	.outreach-grid .last,
	.outreach-grid-b .last { margin-left: 10px; }
	
		.outreach-grid h2,
		.outreach-grid-b h2 
			{ 
			font-style: normal;
			margin: 0; 
			padding: 10px 20px; 
			}
		.outreach-grid .k8 h2 { background: #f2daaa url("../images/roundbox-sprite.gif") 0 0 no-repeat }
		.outreach-grid .students h2 { background: #bcd5c0 url("../images/roundbox-sprite.gif") -292px 0  no-repeat }
		.outreach-grid-b .parents h2 { background: #B9DADD url("../images/roundbox-sprite.gif") -584px 0 no-repeat }
		.outreach-grid-b .volunteers h2 { background: #efefca url("../images/roundbox-sprite.gif") -876px 0 no-repeat }
			.outreach-grid h2 a,
			.outreach-grid-b h2 a { text-decoration: none }
			.outreach-grid .k8 h2 a { color: #993300 }
			.outreach-grid .students h2 a { color: #336600 }
			.outreach-grid-b .parents h2 a { color: #31647B }
			.outreach-grid-b .volunteers h2 a { color:#996633 }
			.outreach-grid h2 a:hover,
			.outreach-grid-b h2 a:hover { border-bottom: 1px solid; }
		
		.outreach-grid ul,
		.outreach-grid-b ul { margin:0; padding: 0 20px 0 30px; }
			.outreach-grid ul li,
			.outreach-grid-b ul li 
				{ 
				background: url("../../images/redesign_images/bullet-arrow.gif") 0 5px no-repeat;
				list-style: none;
				margin: .5em 0;
				padding-left: 13px;
				}
		
		.outreach-grid p,
		.outreach-grid-b p { font-weight: bold; margin: 10px 30px 20px 43px }	
		
