/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size:90%;
	margin:0;
	padding:0;
}
div#wrapper {
	width: 980px;
	height: 100%;
	margin: 10px;
	border: solid 1px #C9C9C9;
}
div#header {
	clear: both;
	width: 100%;
	height: 25px;
	border-bottom: solid 1px #C9C9C9;
	text-align: center;
}
div#header h2 {
	color: #9FB0BA;
	font-size: 100%;
	font-weight: bold;
	margin: 5px;
}
div#header h2 a {
	text-decoration: none;
	color: #7f7e8c;
}
div#header h2 a:hover {
	text-decoration: none;
	color: #a82e3d;
}
div#LeftPane {
	width: 220px;
	width: 210px;
	height: 100%;
	border-right: solid 1px #e3eaf4;
}
div#HostedBy {
	display: block;
	width: 200px;
	margin: 330px 0 0 0;
	padding: 0;
	background-color:#ffffff;
}
div#Papers {
	/* reports and research */
	display: block;
	width: 200px;
	margin: 5px;
	padding: 5px;
	background-color:#e6f6f6;
}
div#Abstracts {
	display: block;
	width: 200px;
	margin: 5px;
	padding: 5px;
	background-color:#e3eaf4;
}
div#Forum {
	display: block;
	width: 200px;
	margin: 5px;
	padding: 5px;
	background-color:#fcdadb;
}
div#Exhibitors {
	/* participating organisations */
	display: block;
	width: 200px;
	margin: 5px;
	padding: 5px;
	background-color:#f4f5c9;
}
div#HomeLink {
	display: block;
	width: 200px;
	margin: 5px;
	padding: 5px;
	background-color:#e3eaf4;
}
div#LeftPane h2 {
	width: 180px;
	padding: 3px 3px 5px 3px;
	margin: 0;
	color: #9FB0BA;
	font-size: 110%;
	font-weight: bold;
	
}
div#LeftPane h2 a {
	color: #9FB0BA;
	font-size: 90%;
	text-decoration: none;
}
div#LeftPane h2 a:hover {
	color: #A82E3D;
}
div#LeftPane h2 a img {
	display: none;
	display:inline;
}

div#LeftPane h2 a:hover img {
	display: inline;
	margin-right: 10px;
	float: right;
	border: none;
}
div#LeftPane a {
	color: #02618D;
	text-decoration: none;
}
div#LeftPane a:hover {
	text-decoration: underline;
}
div#LeftPane p {
	color: #9FB0BA;
	font-size: 85%;
	font-weight: normal;
	margin: 0 5px 0 5px;
	border-top: solid 1px #e3eaf4;
}
div#LeftPane img {
	margin-right: 10px;
	float: right;
	border: none;
}
div#MainBody {
	position: absolute;
	top: 50px;
	left: 230px;
	width: 740px;
	height: 100%;
	padding: 0 10px 0 10px;
	text-align: top;
	font-size: 85%;
}
div#BodyContent {
	clear:both;
}
ul.DocMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.DocMenu li {
	margin: 5px 0 15px 0;
	text-align: top;
}
ul.DocMenu li h2 {
	margin: 0 0 5px 0;
	color: #02618D;
	font-weight: bold;
	font-size: 100%;
}
ul.DocMenu li h2 a{
	color: #02618D;
	text-decoration: none;
}
ul.DocMenu li h2 a:hover {
	text-decoration: underline;
}
ul.DocMenu li p {
	font-size: 100%;
	display: inline;
}
div#TopBlock {
	clear:both;
	height: 185px;
	width: 100%;
	border-bottom: solid 1px #C9C9C9;
}
div#TopBlock h1 {
	color: #02618D;
	font-size: 200%;
	font-weight: bold;
}
div#TopBlock h2 {
	color: #9FB0BA;
	font-size: 100%;
	font-weight: bold;
}
div#TopBlock img.small {
	position: relative;
	top: 55px;
	top: 38px;
}
div#Footer {
	
}
div#Footer h1 {
	color: #02618D;
	font-size: 100%;
	font-weight: bold;
	margin: 25px 0 0 0;
	text-align: center;
}