/* Category selection */
div.CategoryDescriptionBlock {
	border: 1px #AAA dotted;
	padding: 10px;
	background-color: #EEE;
	margin: 10px 0 15px 0;
}

/* Article list */
div.NewsArticleListArticleBlock {
	margin-left:5px;
	width: 475px;
	margin-bottom: 20px;
	border-bottom: 1px gray solid;
	padding-bottom: 5px;
}

div.NewsArticleListTitle {
	font-weight: bold;
	font-size: 11px;
}

div.NewsArticleListDate {
	color: #555;
	font-size: 9px;
	font-style: italic;
	line-height: 12px;
	margin-bottom: 10px;;
}

div.NewsArticleListSummary {
	line-height: 15px;
	margin-bottom: 2px;
}

a.NewsArticleListSummary, a:link.NewsArticleListSummary, a:visited.NewsArticleListSummary, a:active.NewsArticleListSummary {
	font-style: italic;
	text-decoration: none;
	white-space: nowrap;
	line-height: 12px;
}

a:hover.NewsArticleListSummary {
	text-decoration: underline;
}

/* Keyword search */
div.SearchArticlesTitle {
	margin: 0 0 5px 0;
	font-weight: bold;
}

/* Archive list */
div.ArchivedArticlesListTitle {
	margin: 10px 0 5px 0;
	font-weight: bold;
}

a.ArchivedArticlesListItemOff, a:link.ArchivedArticlesListItemOff, a:visited.ArchivedArticlesListItemOff, a:active.ArchivedArticlesListItemOff {
	font-weight: normal;
	text-decoration: none;
}

a:hover.ArchivedArticlesListItemOff {
	text-decoration: underline;
}

a.ArchivedArticlesListItemOn, a:link.ArchivedArticlesListItemOn, a:visited.ArchivedArticlesListItemOn, a:active.ArchivedArticlesListItemOn, a:hover.ArchivedArticlesListItemOn {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}


/* Article display page */
a.ArticleDisplayReturn, a:link.ArticleDisplayReturn, a:active.ArticleDisplayReturn, a:visited.ArticleDisplayReturn, a:hover.ArticleDisplayReturn {
	float: right;
	text-decoration: none;
	margin-left: 25px;
	margin-bottom: 25px;
}

a:hover.ArticleDisplayReturn {
	text-decoration: underline;
}

div.ArticleDisplayTitle {
	font-size: 14px;
	margin-bottom: 10px;
}

div.ArticleDisplayDate {
	color: gray;
	font-style: italic;
	margin-bottom: 10px;
}

div.ArticleDisplayContentBox {
}

div.ArticleDisplayKeywordBox {
	margin-top: 50px;
}


/* Search Results Page */
div.SearchResultsKeyword {
	float: left;
	width: 130px;
	margin: 0 2px 2px 2px;
}
