#content .association_listing{
	border-bottom:1px solid #999;
	margin-bottom:20px;
	padding-left:15px;
}
#content .toggle{
	cursor:pointer;
	background-image:url(../picture/interface/arrow.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	text-indent:15px;
}

#content .toggle.open{
	background-image:url(../picture/interface/arrow_down.png);
	background-position:0 6px;
	color:#F89420;
	font-weight:bold;
}

#content .cfc{
	display:none;
}

#content h1{
	margin-bottom:25px;
}

#content .association_listing #left,#content .association_listing #middle,#content .association_listing #right{
	float:left;
	min-height:20px;
	width:200px;
	margin-right:20px;
}
