/* ============== Rich Content ============== */
.part-rich-content p {
	padding: 0 0 12px 0;
} 
#LeftPane .part-rich-content p {
	padding: 6px 12px 0 12px;
	line-height: 17px;
	color: #6D6D6D;
} 
.part-rich-content > p:last-child {
	/*padding:0;*/
}

/* LISTS */
.part-rich-content > ul li {
	padding: 0 0 0 40px;
	list-style: none; 
	background: url(/Design/Images/submenu.gif) no-repeat 20px 0;
	line-height: 29px;
} 


div.multiple-cols > ul.stacked-left li {
	padding: 0 0 0 40px;
	list-style: none; 
	background: url(/Design/Images/submenu.gif) no-repeat 20px 0;
	line-height: 34px;
} 

.part-rich-content > ol {
	margin: 0 40px;
} 
.part-rich-content > ol li {
	padding: 0 0 0 0;
	line-height: 33px;
} 


.part-rich-content h3 {
	font-size: 1.2em;
	font-weight: bold;
} 

