#content
{
	border-right: none;
	width: 520px;
}

#newsBar
{
	display: none;
	width: 0px;
}

#horizontalRuler
{
	height: 25px;
	display: block;
}

.releaseContainer
{
	font-family: Arial,Helvetica;
	font-size: 10px;
	margin-bottom: 50px;
	border: solid 1px white;
}

.releaseDate
{
	float:right;
}

.releaseTitle
{
	float: left;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
}

.releaseSummary
{
	clear: both;
}

.releaseMore
{
	font-family:Arial;
	font-size:12px;
	float:right;
	background-color: #F1F1D3;
	padding: 5px 10px 5px 10px;
}
.releaseContent
{
	clear: both;
}

