
/* NEWS */

.latestNews {
	padding: 18px 10px 10px 25px;
	background: url(color_blue/pics/latestNewsBg.gif) no-repeat center top;
	height: 142px;
	overflow: visible;
}
HTML>BODY .latestNews {
	overflow: hidden;
	height: auto;
	min-height: 142px;
} 

.latestNews h1 {
	margin-top: 0;
	padding-top: 0;
}

.latestNews h1 a {
	text-decoration: none;
	color: #000390;
	font-size: 12px;
	font-weight: bold;
}

.latestNewsTitle,
.newsArchiveTitle {
	padding: 0px 0px 5px 0px;
	float: left;
	height: 10px;
	display: inline;
	width: 280px;
	overflow: hidden;
	background: url(color_blue/pics/rightBracet.gif) no-repeat 0 2px;
}

.latestNewsTitle a,
.newsArchiveTitle a {
	color: #000390;
	padding-left: 10px;
}

.latestNewsDate,
.newsArchiveDate {
	clear: left;
	float: left;
	color: #000390;
	padding: 0 2px 0 5px;
	background: url(color_blue/pics/leftBracet.gif) no-repeat 0 2px;
}

#newsArchive {
	padding: 0 10px 10px 10px;
}

#newsYears {
	padding: 0px 0px 10px 0px;
}

#newsYears .newsYear {
	padding: 0 6px 0 0;
}

#newsArchive a {
		text-decoration: none;
}

#newsArchive a:hover {
		text-decoration: underline;
}

#newsArchive a.open {
		text-decoration: underline;
}

#newsArchive .newsArchiveTitle {
	padding: 0px 0px 5px 0px;
}

p.showmorenews {
	clear: left;
	padding: 10px 20px 0 0;
}