/* Articles Container */
#articlesContainer{
	width:425px;
	max-width:425px;
	font-family:Arial, Helvetica, sans-serif;
}
#articlesContainerInner{
	width:405px;
	max-width:405px;
	padding:10px 10px 10px 10px;
}
/* End Articles Container */



/* Featured  Articles */
#featuredArticles{
	max-width:405px;
}
#featuredArticlesHeader{
	font-size:22px;
	font-weight:bold;
	color:#344B63;
	margin-bottom:20px;
}
#featuredArticlesList{}
.featuredArticle{
	margin-bottom:20px;
	max-width:405px;
}
.featuredArticleInfo{
	float:left;
	max-width:310px;
}
.featuredArticleOnlyInfo{
	float:left;
	max-width:405px;
}
.featuredArticleTitle{
	font-size:14px;
	font-weight:bold;
}
.featuredArticleDate{
	font-size:10px;
}
.featuredArticleContent{
	font-size:12px;
}
.featuredArticleLinks{}
.featuredArticleImg{
	float:right;
	height:100px;
	max-height:100px;
	width:85px;
	max-width:85px;
}
a.featuredArticleLink:visited{
	color:#003366;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a.featuredArticleLink:link{
	color:#003366;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a.featuredArticleLink:hover{
	color:#990000;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
/* End Featured  Articles */



/* Old Articles List */
#oldArticles{
	width:415px;
	max-width:415px;
	font-size:12px;
}
#oldArticlesHeader{
	font-size:13px;
	font-weight:bold;
	color:#003366;
	text-transform:uppercase;
	border-bottom:1px #999999 solid;
}
#oldArticlesList{}
.oldArticlesListItem{
	margin-bottom:10px;
}
.oldArticlesListTitle{
	font-weight:bold;
}
.oldArticlesListDate{
	font-size:12px;
	font-weight:normal;
}
a.oldArticlesLink:visited{
	color:#333333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;	
}
a.oldArticlesLink:link{
	color:#333333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a.oldArticlesLink:hover{
	color:#990000;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
/* End Old Articles List */


