div#news {
	background: #eaf1fa url(/images/bg_lightblue.gif) repeat-y;
	/*margin: 0 0 0 30px;*/
	margin: 5px 0 0 15px;
}

div#news h1 {
	height: 53px;
	background: url(/images/label_news.gif);
	margin: 0 0 0 -20px;
	text-indent: -2000px;
}

div#news div.story, div#news div.teaser {
	margin: 1.3em 0 2em 20px;
}
div#news div.story p, div#news div.teaser p {
	margin-right: 2em;
}

div#news div.date {
	color: #027abb;
}
div#news h2,
div#news h3,
div#news h4
{
	margin: 0;
}
div#news div.teaser p {
	margin: 0;
}
div#news div.teaser a {
	text-decoration: none;
	color: #d90008;
}
div#news div.teaser a:hover {
	color: #027abb;
}

div#news div.last {
	background: url(/images/blue_bottombar.gif) no-repeat left bottom;
	margin-bottom: 0;
	padding: 0 0 3em;
}

div.news-back-button {
	padding: 0 0 10px 40px;
	margin: 10px 0 20px;
}


div#news div.image-wide {
	margin: 0 0 0 10px;
	background: url(/images/content_wide_image_top.gif) no-repeat;
	width: 515px;
}
div#news div.image-wide img {
	margin: 23px 0 0 23px;
}
div#news div.image-wide div.caption {
	background: url(/images/content_wide_image_bot.gif) no-repeat;
	padding: 20px 20px 10px;
	color: #24567B;
}
div#news div.image-wide div.no-caption {
	background: url(/images/content_wide_image_bot_no_cap.gif) no-repeat;
	padding: 20px 20px 0;
}
div#news div.logos-holder {
	width: 178px;
	float: right;
}
div#news img.logo {
	background: url(/images/bg_content_logo.gif) repeat-y;
	padding: 5px 25px 2px 13px;
	margin: 0 20px 10px;
	float: right;
}
div#news div.image {
	background: url(/images/bg_content_image_top.gif) no-repeat;
	float: right;
	margin: 0 20px;
}
div#news div.double-image {
	width: 546px;
}
div#news div.double-image div.image {
	float: left;
	margin: 0;
}
div#news div.image img {
	margin: 25px 26px 0;
}
div#news div.image div.caption {
	background: url(/images/bg_content_image_bot.gif) no-repeat;
	padding: 30px 25px 10px;
	color: #24567B;
}
div#news div.image div.no-caption {
	background: #EAF1FA url(/images/bg_content_image_bot_nocap.gif) no-repeat;
	padding: 0 0 20px;
}
div#news div.image div.large-image {
	background: url(/images/bg_content_image_larger_link.gif) no-repeat;
	padding: 15px 25px 0 10px;
}
div#news div.image a.large-image {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: url(/images/icon_large_photo.gif) no-repeat 0 -29px;
	padding: 0 0 3px 25px;
}
div#news div.image a.large-image:hover {
	background-color: #145B85;
	background-position: 0 -4px;
}
div#news div.image div.caption2 {
	background: url(/images/bg_content_image2_bot.gif) no-repeat;
	padding: 25px 25px 10px;
	color: #24567B;
}
div#news div.image div.no-caption2 {
	background: #EAF1FA url(/images/bg_content_image_bot_nocap2.gif) no-repeat;
	padding: 0 0 20px;
}

/* List styles */
div#news div#list div.date {
	color: #DC0109;
}
div#news div#list h2
{
	color: #027ABB;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

div#news p.first
{
	margin-left: 0;
}