#content_holder {
	display: inline-block;
	height:auto;
	width: 948px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-top:8px;
	padding:20px;
	text-align:left;
}

#content_holder h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 0px;
	margin:0 0 15px 0;	
}

#content_holder h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin:0 0 10px 0;	
}

#content_holder h3 {
	font-size: 14px;
	font-weight: 700;
	padding: 0px;
	margin:0 0 10px 0;
	color: #860040;	
}

#content_holder p {
	line-height: 180%;
}

#content_holder ul {
	margin: 0px;
	padding: 5px 0 5px 25px;
}

#content_holder ul li {
	margin-bottom: 4px;
	list-style-type: square;
}

#content_holder a, #content_holder a:visited {
	font-weight: normal;
	color: #860040;
	text-decoration: none !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #353535;
}
#content_holder a:hover, #content_holder a:visited:hover {
	font-weight: 700;
	color: #353535;
	text-decoration: none;
	padding: 0px;
}


