/* Container to avoid bug in IE */
div.featureContainer
{
	position:relative;
	height: 524px;
}

/* Standard topic heading */
div.topicHeading.featureTopicHeading
{
	background-color: #feb846;
	color: white;
}

div.leftColumn.featureLeftColumn
{
	background-color: #e7ebf6;
	overflow-y: auto;
	height: 522px;
}
div.rightColumn.featureRightColumn
{
	background-color: #e7ebf6;
	overflow-y:auto;
	overflow-x:hidden;
	height: 522px;
}

p.author
{
	text-decoration:underline;
	font-weight: bold;
	text-transform: uppercase;	
}

ul.rightColumnUl
{
	position: relative;
	left: -25px;
	top: -15px;
	text-align: left;
}

