@charset "utf-8";
/* CSS Document */

div#displayarea {
	margin:0;
	clear:both;
	overflow:hidden;		
}

div#searcharea {
	width:355px;
	height:100px;
	text-align:center;
	float:left;
}

div#livechatarea {
	width:300px;
	height:100px;
	float:left;
	text-align:center;
	padding-top:3px;	
}

div#forumarea {
	width:300px;
	height:100px;
	float:left;	
	text-align:center;
	padding-top:10px;
}

div#pulicationsarea {
	width:955px;
}

div#rssarea {
	width:345px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	clear:both;
	overflow:hidden;	
}

div#documentarea {
	width:290px;
	height:450px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

div#newsarea {
	width:290px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.datasection {
	margin-bottom:15px;
	border-bottom:solid 1px #ececec;
	border-left:solid 1px #ececec;	
	border-right:solid 1px #ececec;		
	clear:both;
	overflow:hidden;
}

.title {
	background:#c43535 url(../images/researchCentrePage_back1.jpg) repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	margin-bottom:10px;
}

.content {
	margin-left:15px;
	margin-right:15px;	
	text-align:justify;
	overflow:hidden;
}

.content ul{
	list-style:none;
}

.content li{
	margin-bottom:5px;
}