/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsHomeDiv {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 5px;
}
/* Headline div */
.newsHomeHeadline {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 2px;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsHomeDate {
	font-weight: normal;
}
/* Date at end of headline */
.newsHomeDate1 {
	font-weight: normal;
	display: none;
}
.newsHomeHeadline A {
	text-decoration: none;
	color: #00336f;
}
.newsHomeHeadline A:HOVER {
	text-decoration: underline;
	color: #4f6b8d;
}
/* News Body div */
.newsHomeBody {
	display: none;
}
.newsHomeBody A {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.newsHomeBody A:HOVER {
	color: #0000FF;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news detail display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsDetailDiv {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #000066;
	margin-bottom:20px;
	margin:0 auto;
	width:740px;

}
/* Headline div */
.newsDetailHeadline {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #00336f;
	border-bottom: 1px solid #000066;
	padding: 2px;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsDetailDate {
	font-weight: normal;
}
/* Date at end of headline */
.newsDetailDate1 {
	font-weight: normal;
	display: none;
}
.newsDetailHeadline A {
	text-decoration: none;
	color: #fff;
}
.newsDetailHeadline A:HOVER {
	color: #fff;
	text-decoration: underline;
}
/* News Body div */
.newsDetailBody {
	text-decoration: none;
	padding: 12px;

}
.newsDetailBody A {
	color: #00336f;
	font-weight: bold;
	text-decoration: none;
}
.newsDetailBody A:HOVER {
	color: #00336f;
	text-decoration: underline;
}
.backToTop {
margin:12px 0px 12px 0;
width:790px;
text-align:right;
font-size:.900em;
}
.newsKeywords {
font-weight:bold;
}
.newsKeywords h4 {
margin:0 0 0 8px;
font:bold .975em Arial, Helvetica, sans-serif;
text-align:justify;
color:#CCCC66;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000066;
	margin-bottom: 5px;
}
/* Date at front of list item */
.newsArticleDate {
	font-weight: normal;
	display: none;
}
/* Date at end of list item */
.newsArticleDate1 {
	font-weight: normal;
}
/* Each list item */
.newsArticleList {
	text-decoration: none;
	padding: 0px 2px 2px;
	color: #000;
}
.newsArticleList A {
	color: #00336f;
	font-weight: bold;
	text-decoration: none;
}
.newsArticleList A:HOVER {
	color: #00336f;
	text-decoration: underline;
}
