div.news {
	position: absolute;
	left: 67.3em;
	top: 0em;
	width: 14.2em;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: .5em;
	padding-left: .5em;
	padding-top: 1em;
	color: #626262;
	height: 100%;
	background-color:#FFFFFF;
}

div.news h4 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0DDE4;
	margin-top: 1em;
	font-size: 1.1em;
}

div.news a {
	color: #666666;
	text-decoration: none;
}
div.news a:hover {
	color: #999999;
	text-decoration: none;
}
div.news p {
	font-size: 1.1em;
	padding-bottom: 1em;
}
div.news p.more {
	text-align: right;
	padding-top: 2em;
}
div.news p.more a {
	border-bottom: 1px solid #666666;
}
div.news p.more a:hover {
	border-bottom: 1px dashed #666666;
}

* html div.news {
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
