.newsParagraphBody {
	margin-bottom: 1em;
}

/* =========== Recent News Article table in the "static" column ============ */

table#newsTable{
	border-top: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	border-left: none;
	border-right: none;
	font-family: arial;
	font-size: 95%;
	width: 180px;
	border-collapse: collapse;
	padding: 2px;
	border-spacing: 0;
}

#newsTable td, th {
	empty-cells: show;
	border-color: #9acedc;
	border-right: none;
	border-left: none;
}

.floaterRight {
position: relative;
width: 200px;
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
padding-left: 1px;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
float: right;
}

.floaterLeft {
position: relative;
width: 200px;
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
float: left;
}

.standAloneImage {
position: relative;
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
padding-left: 1px;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
}

.floaterCaption {
position: relative;
top: 0px;
left: 0px;
width: 200px;
padding: 0px;
font-size: 80%;
font-style: italic;
}

/* j5b4: supports automatic creation of news articles from db */
.prevArticleVersion {
		font-weight:  bold ;
	}
	
.prevArticleDate { font-style: italic; }

/*.newsUpdatedDate{
font-weight: bold;
font-size: .8em;
color: #FF0000;
}*/


/*.rowFirst{
	width: 180px;
	padding: 2px;
	background-color: #016692;
	border-bottom: solid 2px #ffffff;
	font-family: Arial, verdana;
	color: #ffffff;
	font-weight: bold;
	}

td.rowFirst a:link{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

td.rowFirst a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}*/

/*#newsTable a:link {
	color: #234e74;
	text-decoration: underline;
	font-size: 95%;
}

#newsTable a:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 95%;
}*/

/* Specific Content Classes
	Many of these should eventually be split out into individual
	style sheets.  There is really no reason to constantly load
	classes for new articles if you only show news articles on
	one page (the article) for instance.
*/

/* =====  INDEX PAGE NEWS ARTICLE CLASSES ===== */
.newsItem {	/* A link to an article with a date and teaser */
	font-family: verdana, arial, helvetica, sans-serif;
	display: block;
	margin-left: 4px;
}

.newsItem a:link {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666;
}

.teaserDate {
	font-weight: bold;
	font-size: 90%;
	color: #000000;
}

.newsUpdatedDate {
	font-weight: bold;
	font-size: 90%;
	color: #b75659;
	/*ebbc35 gold*/
}

.lightNewsUpdatedDate {
	font-weight: bold;
	font-size: 90%;
	color: #ebbc35;
	/*ebbc35 gold*/
}

.articleListHeader {
	font-family: arial, verdana;
	color: #333333;
	font-weight: bold;
	font-size: 100%;	
}
