#treatment-list {
	list-style-image:		url("../images/treatments-bullet.gif");
	font-size:				1.4em;
	margin:					20px 0 0 0;
	padding:				0 0 0 16px;
}

#treatment-list li {
	height:					27px;
	line-height:			20px;
	margin-bottom:			20px;
	color:					#21a1b9;
}

#treatment-list a:link, #treatment-list a:visited {
	text-decoration:		underline;
	color:					#21a1b9;
}

#treatment-list a:hover, #treatment-list a:active {
	text-decoration:		none;
	color:					#828282;
}

#treatments-left-col {
	width:					330px;
	float:					left;
}

#treatments-right-col {
	width:					164px;
	float:					left;
}

dl {
	margin:					20px 0 0 0;
}

dt {
	font-size:				1.6em;
	color:					#21a1b9;
	margin:					0 0 5px 0;
}

dd {
	margin:					0 0 25px 0;
}

dd p {
	margin:					0 0 15px 0;
}