div.news {
	background: #EFF1F2 url("../images/bgNewsContent.gif") repeat-y 20em top;
	padding: 0px 0px;
	margin: 2em 0;
	height: 26em;
	position: relative;
	}

	div.news .blockHead {
		display: block;
		background: #EFF1F2 url("../images/bg_callout_nw.gif") no-repeat top left;
		margin: 0;
		height: 12px;
		}
		div.news .blockHead .corner{
			display: block;
			background: url("../images/bg_callout_ne.gif") no-repeat top right;
			width: 100%;
			height: 12px;
			}
	div.news .blockFoot {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		background: url("../images/bg_callout_sw.gif") no-repeat bottom left;
		margin: 0px;
		height: 12px;
		width: 100%;
		}
		div.news .blockFoot .corner{
			display: block;
			background: url("../images/bg_callout_se.gif") no-repeat bottom right;
			width: 100%;
			height: 12px;
			}


div.news #newsList {
	width: 20em;
	margin-right: -20em;
	float: left;
	clear: left;
	}

	div.news #newsList ul {
		margin: 0;
		}

	div.news #newsList a {
		text-decoration: none;
		}

div.news h2.title {
	margin: 0;
	padding: 0 12px .2em 12px;
	background-color: #EFF1F2;
	border-bottom: 1px solid #e3e3e6;
	}

	div.news h2.title .note{
		font-size: .75em;
		color: #D57F00;
		font-weight: normal;
		}


div.news #newsList li {
	border-top: 1px solid #f4f4f5;
	border-bottom: 1px solid #e3e3e6;
	padding-left: 12px;
	}


div.news li.hover {
	background: #c5c6c7 url("../images/bgNewsLiHover.gif") repeat-y top right;
	}
div.news li.selected {
	background: #c5c6c7 url("../images/bgNewsLiHover.gif") repeat-y top right;
	}

div.news #newsColumn {
	margin-left: 20em;
	padding: 12px;
	}

