#ContentPane{
	height: auto;
	overflow: visible;
	background-color: #ffffff;
}

#contentholder{
	padding: 20px;
	padding-bottom: 40px;
}

#contentholder h1{
	color: #000000;
	font-family: Garamond;
	font-size: 26px;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	
}

h2{
	font-family: Arial;
	font-size: 18px;
	color: #0060b7;
}

#contentholder p{
	color: #000000;
	line-height: 16px;
	padding: 5px 0px;
	
}

 #contentholder ul li{
 	margin-left: 40px;
 	list-style-type: disc;
 }
 
 hr{
 	margin: 20px;
 	color: #ebebeb;
 	height: 1px;
 	
 }