/* Elements */

/* Classes */

.content_container
{
	background-image: url(../../Images/News/PressReleaseHeaderBg.jpg);	
	background-repeat: no-repeat;
}

.content .news_header
{
	position: relative;
	height: 30px;
	margin-bottom: 15px;
	margin-top: 20px;
}

.content .news_header span
{
	font-size: 1.3em;
	color: #FFFFFF;
}

.content .newsContent_container
{
	position: relative;
	min-height: 400px;	
	height: auto !important;
	height: 400px;
}

.newsContent_container .newsList_container
{
	float: left;
	position: relative;
	width: 280px;
	height: 400px;
	margin-right: 18px;
	overflow-y: auto;
}

.newsList_container .newsList_control
{
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: solid 1px #000000;
}

.newsList_container .newsList_control .newsControl
{
	color: #000000;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}

.newsList_container .newsList_control span
{
	margin: 0 3px;
	color: #CCCCCC;
}

.newsList_container .newsList_control a.selected
{
	color: #FFFFFF;
}

.newsList_container .newsList_control a:hover
{
	color: #FFFFFF;
}

.newsList_container .newsList_content ul
{
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 7px;
	list-style-type: none;
}

.newsList_container .newsList_content li
{
	margin-bottom: 10px;
}

.newsList_container .newsList_content a
{
	font-size: .8em;
	color: #000000;
	text-decoration: none;	
}

.newsList_container .newsList_content .selected
{
	color: #003366;
	text-decoration: underline;
}

.newsList_container .newsList_content a:hover,
.newsContent_container .newsArticle_container a
{
	color: #003366;
	text-decoration: underline;
} 

.newsContent_container .newsArticle_container
{
	float: left;	
	position: relative;
	width: 670px;
	height: 465px;
	margin-top: 67px;
	background-image: url(../../Images/News/PressReleaseContentBg.jpg);
	background-repeat: no-repeat;
}

.newsArticle_container .newsArticle_content
{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 640px;
	height: 435px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: .8em;
	
	scrollbar-3dlight-Color:	#5e5e5e;
	scrollbar-3dlight-Color:	#e5e5e5;
	
	scrollbar-Arrow-Color:		#999999;
	
	scrollbar-Base-Color:		#FFFFFF;
	
	scrollbar-Highlight-Color:	#b8b8b8;
		
	scrollbar-Shadow-Color:		#666666;
	
	scrollbar-Track-Color:		#CCCCCC;
}

.newsArticle_content span
{
	display: block;
}

.newsArticle_content p
{
	margin: 0;
}

.newsArticle_content .article_title
{
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	font-size: 1.2em;
}

.newsArticle_content .section_title
{
	font-weight: bold;
	margin-bottom: 5px;
}

.newsArticle_content .section
{
	margin-bottom: 15px;
}

.newsArticle_content .newsArticle_content_padder 
{
	padding-right: 5px;
}

/* Element IDs */
