/* ------------------------------------------------------------
FULL PAGE

------------------------------------------------------------*/
.column02Wrapper {
    margin-right:0px;
}

.homeNews {
	margin: 0 auto;
	width: 850px;
	text-align: left;
}

.pageTitle
{
    display:none;
 }
 
 .docList li {
	background: url() transparent no-repeat 0 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
}
/* the following element has been added cause of a weird IE7 vs FF2
behaviour, regarding the vertical positioning of a floated element
within a LI */
.docList li .whole {
	float: left;
	margin: 0 0 12px 0;
	width:100%;
}

.docList li img.news {
    float:left;
	margin: 0 8px 0 0;
	border-right: 8px solid #d8dccf;
}