

<style type="text/css">

	/* PlaceHolder is there because Firefox is doing something REALLY funky and ignoring the first class on my sheet */
	.PlaceHolder
	{
	
	}
	
	
	.NewsSummaryContainer div
	{
		padding: 2px;
	}
	
	.NewsSummaryContainer p
	{
		padding: 0px;
		margin: 0px;
	}			
	
	#pnlPressReleases
	{
		float: left;		
		width: 49.9%;
	}
	
	#pnlPressReleases div
	{
		margin-right: 10px;
	}
	
	#pnlAlerts
	{
		float: right;		
		width: 49.9%;
	}
	
	#pnlAlerts div
	{
		margin-left: 10px;
	}
	
	.NewsSummaryTitleDiv
	{
		text-align: center;
	}
	
	.NewsSummaryHeadlineDiv
	{
		margin-top: 10px;
		
		border: 1px solid #003466;
		background-color: #dee3f7;
	}
	
	.NewsSummaryContentDiv
	{
		border-left: 1px solid #003466;
		border-right: 1px solid #003466;
		height: 3.7em;
		_height: 4em;
		overflow: hidden;
	}	
	.NewsSummaryFooterDiv
	{
		border-left: 1px solid #003466;
		border-right: 1px solid #003466;
		border-bottom: 1px solid #003466;
		
		_height: 1em;
	}
	
	.NewsSummaryJurisdictionsCell
	{
		float: left;
		width: 65%;
		font-style:italic;
	}
	
	.NewsSummaryLinkCell
	{
		width: 34%;
		float: right;
		text-align: right;	
	}

</style>