/* Reset list elements for child content area.  Based on HTML 4 spec sheet http://www.w3.org/TR/CSS2/sample.html */
#childCenterColumn ol {
	margin: 1.12em 0;
	color: #231f20;
}


#childCenterColumn ol, #childCenterColumn ul {
	margin-left: 40px;
}


#childCenterColumn ol { 
	list-style-type: decimal;
}

#childCenterColumn ol ul, #childCenterColumn ul ol, #childCenterColumn ul ul, #childCenterColumn ol ol  { 
	margin-top: 0; 
	margin-bottom: 0;
}



