/* CSS Document */

#newsArticleList {}
#newsArticleList .newsArticleList_Inner {}
#newsArticleList .newsArticleList_Inner .displayHeaderContainer {}
#newsArticleList .newsArticleList_Inner .displayHeaderContainer .displayHeaderText{}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper { 
	border-bottom: 1px solid #CCCCC8;
	padding-top:15px;	
}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleHeaderWrapper {}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleHeaderWrapper .articleTitle { 
	font: normal 19px "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #1F425C;
}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleHeaderWrapper .articleTitle a {
	color: #1F425C;
}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleHeaderWrapper .articleDate { 
	color: #0D48AA;
	font: normal 12px Tahoma, Geneva, sans-serif;
}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleBodyWrapper {
	padding-top:10px;
}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleBodyWrapper .articleImage {}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleBodyWrapper .articleSummary { padding-bottom: 15px; }

#actionLink { 
	margin-top: 20px; }
#actionLink a { 
	float: right;
	padding-left: 30px;
	height: 29px;
	text-decoration: none;
	color: #339933;
	font: normal 12px Tahoma, Geneva, sans-serif;
	background: transparent url(../../images/button_right.gif) no-repeat left top; }

#actionLink a span {  
	float: left;
	padding-right: 30px;
	height: 29px;
	line-height: 22px;
	background: transparent url(../../images/button_right.gif) no-repeat right top; 
	cursor: pointer; }



