/* ===== Top banner ===== */
.topbanner {
	/*position: absolute;*/
	height: 120px;
	padding:0px;
	background: url(../img/header.jpg);
	border: 1px solid darkgreen;
}
div.bannertext {
	padding-top:5px;
	padding-left:450px;
}
/* ===== Navigation ===== */
div.navigation {
	width: 150px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid darkgreen;
	border-top:none;
	float:left;
}
div.menuitem {
	color: #225B9B;
	background-color: #DBDCBE;
	border: 1px solid #DBDCBE;
	padding-left:10px;
}
div.amenuhover {
	border: 1px solid darkgreen;
	background-color: #DBDCBE;
	border-left: 5px solid darkgreen;
	border-right: none;
	color: #225B9B; 
	padding-left:6px;
}
a.amenu {
	color: green;
	text-decoration:none;
}
a.amenu:hover {
	text-decoration: none;
	color: darkgreen;
}
div.navheader {
	background: url(../img/sectionspacer.jpg);
	line-height:24px;
	height:24px;
	text-align:center;
	border-top: 1px solid darkgreen;
	border-bottom: 1px solid darkgreen;
	font-variant: small-caps;
	color: #000066;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;




}
/* ===== Content ===== */
div.content {
	margin-top: 5px;
	margin-left: 5px;
	border:1px solid darkgreen;
	background:#DBDCBE;
	margin-left: 157px;
	/*float:right;*/
	padding: 5px; 
}
div.whereami {
	position: absolute;
	left: 160px;
	top: 104px;
	height: 25px;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
}
div.clipboard {
	background-image: url(../img/clipboardunderline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}
lu.latestnews {
	margin-left: 30px;
	list-style-image: url(../img/arrow_blue.gif);
}
li.latestnews {

	margin-left: 30px;
}
div.footer {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	position: static;
	bottom: 0px;
	height: 30px;
}
a.realised {
	font-size: 8pt;
	color: #F5F5DC;
	text-decoration: none;
}
a.realised:hover {

	color: #666666;
	font-weight: bolder;
	text-decoration: underline;
}
div.articletitle{
	width: 590px;
	margin-left:auto;
	margin-right: auto;
	height: 60px;
	background: url(../img/articles_title.gif);
	text-align: center;
	padding-top: 15px;
	color: #CCCC99;
	font-size: 14pt;
	background-repeat: no-repeat;
}
td.contacttext{
	font-weight: bold;
	font-style: italic;
	text-align: right;
	vertical-align: top;
}

