/* THESE STYLES CONTROL THE INDEX.ASPX SECTION */

	strong 
	{
		color: #fff;
	}
	
	.pressContent 
	{
		width: 900px; 
		margin: auto; 
		margin-top: 20px;
	}

	#pressCopy 
	{
		width: 580px; 
		float: left; 
		margin-top: 20px; 

	}
	
	#pressCopy2 
	{
		width: 500px;
		_width: 490px; 
		float: left; 
		margin-top: 20px; 
	}
	
	#pressCopy p 
	{
		color: #fff;
	}
	
	#pressLinks 
	{
		float: right; 
		margin-top: 20px; 
		width: 300px;
		display: block;
	}
	
	.topMargin 
	{
		margin-top: 20px; 
		margin-bottom: 20px;
	}
	
	.pressLink 
	{
		margin-top: 7px;
	}
	
	.pressLink 
	{
		background-color: #fff;
		padding: 3px;
	}
	
	.pressLink:hover 
	{
		background-color: #00abdf; 
		padding: 3px;
	}
	
	#imageLinks 
	{
		width: 305px; 
		float: right; 
		margin-top: 30px;
	}
	
	#imageLinks li 
	{
		display: inline;
	}
	
	#imageLinks img 
	{
		background-color: #fff;
		padding: 3px;
	}
	
	#imageLinks img:hover 
	{
		background-color: #00abdf; 
		padding: 3px;
	}	
	
	.backtoPress 
	{
		margin-left: 32px;
	}
	
	.backtoPress:hover 
	{
		background-color: #00abdf; 
		color: #fff;
	}
	

/*	THESE STYLES CONTROL THE RELEASES.ASPX SECTION */

	#releases 
	{
		width: 900px; 
		margin: auto; 
		margin-top: 20px;
	}
	
	#pressContact 
	{
		width: 160px; 
		float: right; 
		margin-top: 28px; 
		padding-left: 20px; 
		height: 400px;
	} 
	
	#stories 
	{
		width: 650px; 
		float: left; 
		margin-top: 10px;
	}
	
	#dateAndTitle 
	{
		margin-bottom: 10px;
	}

	#dateAndTitle h5
	{
		display: inline; 
		padding-right: 30px;
	}
	
	#dateAndTitleDetails 
	{
		background-color: #666;
	}
	
	#dateAndTitleDetails a
	{	
		display: inline; 
		padding-right: 60px;
	}
	
	#dateAndTitleDetails h1
	{
		display: inline; 
		padding-right: 60px;
	}
	
	#newsContent 
	{
		width: 100%; 
		clear:both;
	}
	
	#StoryLink 
	{
		float: left; 
		display: block; 
		line-height: 18px;
		width: 450px; 
		margin-top: 10px;
		text-transform:uppercase;
	}
	
	#StoryText 
	{
		color: #fff; 
		font-size: 12px;
	}
	
	#StoryLink:hover 
	{
		color: #fff;
		background-color: #00abdf;
	}
	
	#Date 
	{
		float: left; 
		width: 110px;
		color: #999;
	} 
	
	#TitleHead 
	{

		float:left;
		width:150px;
	}
	#DateHead
	{
		float:left;
		width:100px;
	}
	#pressContent
	{
		text-align:left; 
		width:auto; 
		height:auto; 
		margin:0;  
		padding:5px 0 0 20px; 
	}
	
/* THE BELOW STYLES CONTROL THE STORY.ASPX SECTION */
	
	#storyContent 
	{
		width: 864px; 
		margin: auto; 
		margin-top: 30px;
		padding-bottom: 20px;
	}	
	
	#story p
	{
		color: #999; 
		line-height: 16px;
		margin-bottom: 15px;
	}
	
	#story strong 
	{
		color: #fff;
	}
	
	#story h1, h2
	{
		color: #00abdf; 
		font-size: 18px; 
	 
		margin-bottom: 10px;
	}	
