/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsHomeDiv {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000066;
	margin-bottom: 5px;
}
/* Headline div */
.newsHomeHeadline {
width:100%;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 0px 2px 0px;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsHomeDate {
font-weight: normal;
display: none;
}
/* Date at end of headline */
.newsHomeDate1 {
	font-weight: normal;

}
.newsHomeHeadline A {
	text-decoration: underline;
	color: #ffffff;
}
.newsHomeHeadline A:HOVER {
	color: #b2d63e;
	text-decoration: none;
}
/* News Body div */
.newsHomeBody {
	text-decoration: none;
	padding: 2px;
	color: #CCCCCC;
}
.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 {
	margin-bottom: 5px;
}
/* Headline div */
.newsDetailHeadline h1 {
	font:bold 1.750em Geneva, Arial, Helvetica, sans-serif;
	color:#D03B27;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 5px;
}
h2 {
	margin: 0 0 15px 0;
	color: #B2D63E;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsDetailDate {

}
/* Date at end of headline */
.newsDetailDate1 {
}
.newsDetailHeadline A {
	text-decoration: none;
	color: #FFFFFF;
}
.newsDetailHeadline A:HOVER {
	color: #FFFFCC;
	text-decoration: underline;
}
/* News Body div */
.newsDetailBody {
	text-decoration: none;
	padding-top: 5px;
}
.newsDetailBody A {
	color: #D03B27;
	font-weight: bold;
	text-decoration: none;
}
.newsDetailBody A:HOVER {
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
	color: #000066;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
}
/* Date at front of list item */
.newsArticleDate {
display: none;
}
/* Date at end of list item */
.newsArticleDate1 {
display: none;
	}
/* Each list item */
.newsArticleList {
	text-decoration: none;
	padding: 10px 0;
	border-bottom: 1px solid #D4D4D4;
}
.newsArticleList A {
	color: #D03B27;
	font-weight: bold;
	text-decoration: none;
}
.newsArticleList A:HOVER {
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  JEREMY CUSTOM STYLES
----------------------------------------------------------------------------------------------------
*/
.journal-back {
	float: right;
	line-height: 35px;
}