/* MAIN PAGE LAYOUT */
#body3Col {
	padding:10px 30px;
}
#col1-2 {
	float:left;
	width:610px;
}
#col1 {
	float:left;
	width:290px;
}
#col2 {
	float:right;
	width:290px;
}
#col3 {
	float:right;
	width:290px;
}


/* DETAILS */
.colBox {
	margin:20px 0;
}
#body3Col h2 {
	width:185px;
	margin:0;
	padding:10px 0;
	background:#fff url(/images/dedupe_column_right.gif) no-repeat right bottom;
	color:#e5173f;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
#body3Col h2.notab { /* used on corporate milestones page */
	width:auto;
	margin:15px 0 12px 0;
	padding:0;
	background-image:none;	
	color:#666666;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
}
#col1 h2 {
	width:110px;
}
#col2 h2 {
	width:200px;
}
#col3 h2 {
	width:150px;
}
div.colBox h3 {
	margin:0;
	padding:0;
	color:#383838;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
div.colBox h4 {
	margin:0;
	padding:0;
	color:#666666;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
}
div.colBox p {
	/* margin:0;
	padding:0; */
	color:#666666;
	font-size:12px;
	line-height:17px;
	font-weight:normal;
}
div.colBox a, div.colBox a:hover {
	text-decoration:none;
}
