@charset "utf-8";
/* CSS Document */
/* Styles specific to the News Centre  -  Created by Chris Rees October 2008 */


#news {background-image: url( /en/images/top-images/file,26009,en.jpg);}


@charset "utf-8";
/* CSS Document */

#news-wrapper {
	margin-top: 20px;
	margin-right: auto;
    margin-left: auto;
    width:800px;
	height: auto;
	color: #666666;
	padding-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	clear:both;
    float:left;}

#news-wrapper h2 {margin-left:15px; }
#news-wrapper h3 {margin-bottom:0px; font-size:1em; font-weight:bolder;}

.date {
	color: #3366CC;
	font-style: italic; margin-top:1px;
}
	

.abstract { padding-top:5px;
 padding-bottom:10px; color:#000; font-weight:bold;}

.main-news-story {
	width: 450px;
	float: left;
	margin-left:15px;
	padding-right: 10px;
    padding-left: 10px;
    padding-top:10px; 
    border: 1px solid #eeeeee;
}

.main-news-story a{color: #3366cc;}
.main-news-story a:hover{color: #3366cc; text-decoration:#3366cc;}


*html .main-news-story {margin-left:10px;}


*html .news-headline-list {
	
	width: 270px;
              }

.news-headline-list {
	float: right;
	width: 290px;
    margin-right:10px;
}

.news-headline-list ul {
	list-type:none;
	list-style-type:none;
	font-size: 0.7em;
	color: #999;
}

.news-headline-list ul li{
	display: block;
	clear: both;
	margin-bottom: 4px;
	padding: 10px;
	margin-top: 4px;
    font-style:italic;
    border-bottom: solid #eee 2px;
    border-left: 6px solid #eee;
    border-top:0px            	
}


.news-headline-list ul li a { color:#000; display:block; text-decoration:none; font-style:normal;font-weight:bold;}
.news-headline-list ul li a:hover { color:#3366CC; display:block; text-decoration:underline;font-weight:bold;}

#main {background-image: none; }

#news-wrapper .imagefloatright {border:0px;}



