#leftColumn{
	float:left;
	padding:10px 20px 20px 0;
	width:191px;
	border-right:1px solid #c8dbdc;
}
#rightColumn{
	float:left;
	padding:0px 20px 20px 20px;
	color:#252525;
}
.rightColumnWithLinks{
	width:728px;
	border-left:1px solid #c8dbdc;
	margin:20px 0 0 -1px;
}
.rightColumnNoLinks{
	width:919px;
	border-left:0 solid #c8dbdc;
	margin:20px 0 0 0;
}
#rightColumn img{
	display:block;
	padding-bottom:9px;
}

#dateHeader{
	color:#333;
	font-size:1.7em;
	padding-top:15px;
}
#pressHead{
	font-size:2.8em;
	color:#252525;
	font-weight:normal;
	padding:10px 0 24px 0;
	border-bottom:1px solid #c8dbdc;
	margin:0 20px 25px 0;
}
#articleColumn{
	float:left;
	line-height:1.8em;
	font-size:1.2em;
}
.articleColumnNoImage{ width:696px; }
.articleColumnNoImageNoLinks{ width:887px; }
.articleColumnWithImage{ width:571px; }
.articleColumnWithImageNoLinks{ width:774px; }

#articleImageColumn{
	float:left;
	width:105px;
	padding:4px 20px 0 0;
}
#leftColumn li{
	color:#333;
	font-size:1.2em;
	border-bottom:1px solid #dde9ea;
	padding:7px 0;
}
#leftColumn a{
	color:#333;
}
#leftColumn a span{
	color:#06acbe;
}
#leftColumn .lastInList{
	border-bottom:none;
}
#leftColumn .selectedPage{
	font-weight:bold;
}
#rightColumn .jumpLinkTerm{ background-color: #e0e0e0; }

#rightColumn h2{
	color: #333;
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
	margin:15px 0 5px 0;
}
