/* CSS Document */

#newsArticleList {}
#newsArticleList .newsArticleList_Inner {}
#newsArticleList .newsArticleList_Inner .displayHeaderContainer {}
#newsArticleList .newsArticleList_Inner .displayHeaderContainer .displayHeaderText{}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper { background-image: url('../../images/StaffSpacer.jpg'); background-repeat:no-repeat; background-position: bottom center; padding-top:5px;}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleHeaderWrapper {}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleHeaderWrapper .articleTitle { font-family:Arial, Helvetica, sans-serif; font-size:18px; color: #EECA80;}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleHeaderWrapper .articleDate { font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #F0E8E3;}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleBodyWrapper {}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleBodyWrapper .articleImage {}
#newsArticleList .newsArticleList_Inner .singleArticleWrapper .singleArticleBodyWrapper .articleSummary { padding-bottom: 15px; }
#actionLink { margin-top:15px; }
#actionLink a { 
	font-family:Arial, Helvetica, sans-serif; 
	color:#F2DFB7; 
	font-size:10px; 
	font-weight:normal; 
	background-image: url('../../images/bar_arrow_right.jpg'); 
	background-repeat:no-repeat; 
	background-position: top center; 
	height:27px;
	display:block;
	padding-right:35px;
	padding-top:8px;
	text-transform:uppercase; }