#large-banner {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 880px;
}
#items {
	width: 880px;
	margin: 10px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#items  h1 {
	font-size: 12px;
	font-weight: bold;
	color: #02408d;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#items .rss-logo {
	float: right;
}
#items .rss-title {
	float: left;
}
#items .quicklinks {
	float: left;
	width: 168px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #dadada;
}
#items .articles {
	float: left;
	width: 346px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #dadada;
}
#items .news {
	float: left;
	width: 346px;
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #dadada;
}
#colour-boxes {
	clear: both;
	width: 880px;
	overflow: hidden;
	margin: 10px 0px 0px;
	padding: 0px;
}
#colour-boxes .red {
	background-color: #ffe0e0;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 168px;
	float: left;
	min-height: 270px;
}
#colour-boxes .red-tag {
	background-color: #ff6666;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}
#colour-boxes a {
	color: #3c80d4;
	text-decoration: underline;
}
#colour-boxes a:hover {
	color: #02408d;
	text-decoration: underline;
}
#colour-boxes .green {
	background-color: #ebf5e0;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 168px;
	float: left;
	min-height: 270px;
}
#colour-boxes .green-tag {
	background-color: #a1d072;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}
#colour-boxes .purple {
	background-color: #f5ebf5;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 168px;
	float: left;
	min-height: 270px;
}
#colour-boxes .purple-tag {
	background-color: #cc99cc;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}
#colour-boxes .yellow {
	background-color: #fff5e0;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 168px;
	float: left;
	min-height: 270px;
}
#colour-boxes .yellow-tag {
	background-color: #ffcc66;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}
#colour-boxes .blue {
	background-color: #d8e6f6;
	margin: 0px;
	padding: 0px;
	width: 168px;
	float: left;
	min-height: 270px;
}
#colour-boxes .blue-tag {
	background-color: #8bb6eb;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}
#colour-boxes .content {
	margin: 0px;
	padding: 10px;
}
#colour-boxes p {
	color: #666666;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#items ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#items .quicklinks a {
	font-size: 11px;
	color: #727272;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dadada;
	width: 150px;
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 15px;
	background-image: url(../images/common/list-item-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#items .quicklinks a:hover {
	color: #02408d;
	text-decoration: underline;
	background-image: url(../images/common/list-item-arrow-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#items .news {
	font-size: 11px;
	color: #727272;
}
#items .news a.link {
	font-size: 11px;
	color: #727272;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dadada;
	width: 328px;
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 15px;
	background-image: url(../images/common/news-item-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#items .news a.link:hover {
	color: #02408d;
	background-image: url(../images/common/news-item-arrow-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#items .articles a.link {
	font-size: 11px;
	color: #727272;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dadada;
	width: 328px;
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 15px;
	background-image: url(../images/common/list-item-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#items .articles a.link:hover {
	color: #02408d;
	background-image: url(../images/common/list-item-arrow-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#items a.read-all {
	font-size: 11px;
	color: #999999;
	padding: 0px 3px;
	margin: 0px;
	text-decoration: none;
	background-color: #dadada;
	height: 17px;
	display: block;
}
#items a.read-all:hover {
	color: #02408d;
}
#items .news p {
	margin: 0px;
	padding: 0px;
}
