
/******************************************************************/
/* Ordered Lists */ 
/******************************************************************/
ol.twocol_list
{
	padding: 3px 0;
	margin: 1px 0 0 0;
	font: 700 8pt arial;
	color: black;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	width:100%;
	display:table;
}

ol.twocol_list li
{
	margin: 0; 
	float:left;
	padding: 15px 60px 20px 25px;
	background:none;
	}

ol.twocol_list li.small
{
	margin: 0; 
	float:left;
	padding: 15px 1px 20px 13px;
	width:160px;	
} html>body ol.twocol_list li.small {padding: 15px 1px 20px 25px;} /* Firefox only */

ol.twocol_list li div {
	display:block;
	word-wrap: break-word;	
} html>body ol.twocol_list li div {} /* Firefox only */

ol.twocol_list li div img
{
	width:158px;
	height:60px;
}

ul.anchor_link
{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	width:100%;		
	padding-left:0px;
	padding-bottom:17px;
	margin:0px;
	line-height:20px;
}

ul.anchor_link li
{
	margin: 0;
}

hr.para_spacer{ margin-bottom:10px; }
html>body hr.para_spacer{ margin-bottom:20px; }
