/* HOME page styles */

.homeContent {
	width: 745px;
	height: 400px;
	overflow: hidden;
	float: left;
	background: #0f6c8f url(/img/home/bgr.jpg) no-repeat top left;
	color: #000000;
}
.homeRightSideContent {
	padding: 13px 20px 0px 20px;
	width: 195px;
	height: 387px;
	overflow: hidden;
	float: right;
	background: #fff7db;
	color: #000000;
}

#homeContentFlashcontent {
	position: absolute;
}

.homeNewsHeader {
	margin: 2px 0 10px 0;
	color: #043757;
	font-size: 13px;
}
.sIFR-active .homeNewsHeader {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	margin: 5px 0 0 0;
}
.date {
	font-style: italic;
}
.newsItemHeadline {
	color: #255068;
	text-transform: uppercase;
}

#scrollerContent {
	font-size: 10px;
	line-height: 120%;
}

@media print {
	.homeNewsHeader {
		margin: 2px 0 10px 0 !important;
	}
}
