/*_tevaStories and TevaStories User Controls pages CSS Stylesheet*/

	.storiesHeader 
	{
		width: 920px;
		margin-left: 24px;
		padding-top: 20px;
	}
	
	#tevaStoriesUC 
	{
		width: 230px; 
		border-left: 1px solid #666; 
		float: right; 
		padding-left: 70px;
		margin-top: 20px; 
	}
	
	.CurrentMonth 
	{
		width: 520px; 
		float: left; 
		margin-top: 20px; 
	}
	
	.headerSpace, .headerSpace img 
	{
		margin-bottom: 20px; 
		margin-top: 20px;
	}
	
	ul.archive 
	{
		width: 200px;
	}
	
	.archiveHover:hover 
	{
		background-color: #00abdf; 
		color:#fff;
	}
	
	.story 
	{
		margin-left: 20px; 
		border-bottom: 1px solid #666;
	}
	
	p 
	{
		color: #fff; 
		margin-bottom: 10px;
	}
	
/* THESE STYLES CONTROL THE OURSTORIES.ASPX PAGE */	
	
	#ourStoriesContent 
	{
		width: 900px; 
		margin: auto; 
		margin-top: 20px;
	}
	
	#stories 
	{
		width: 520px; 
		padding-right: 20px;
		float: left;
	}
	
	#ourStoriesRightSide 
	{
		width: 210px; 
		padding-left: 40px; 
		margin-right: 60px;
		_margin-right: 30px; 
		border-left: 1px solid #fff;
		float: right;
	}
	
	.tableSpace img 
	{
		margin-right: 5px;
	}
	
	.links  
	{
		width: 100px; 
		border: 2px solid #fff;
	}
	
	.links:hover 
	{
		border: 2px solid #00abdf;
	}
	
	.storyHover 
	{
		border: 4px solid #fff;
	}
	
	.storyHover:hover 
	{
		border: 4px solid #00abdf;
	} 
	
	.tevaStoryPic 
	{
		border: 4px solid #fff; 
		float: left; 
		margin-right: 15px;
	}
	
	.tevaStoryPic2 
	{
		border: 4px solid #fff;
	}
	
	
	
	
