/** main css definitions*/body {	font-family: verdana,helvetica,arial, sans-serif;	padding:0px;	margin:0px;	background-color:white;	font-size: small;}.iPhone {	display:none;}.noiPhone{	display:inherit;}.handheld {	display:none;}.nohandheld {	display:inherit;}.center {	text-align: center;}.top {	vertical-align: top;}.red {	color: red;}.right {	float:right;}a.simple:link {	text-decoration: none; }a.simple:visited {	text-decoration: none;}p.info { 	text-align: justify;}img.right { 	float: right;	margin-left: 0.8em;	margin-bottom: 0.3em;	width: 20%;}ul.nomarker {	list-style-type: none;}/** Banner*/#logo {	position: absolute;	left:0;	width:16%;	background-color: transparent;}#logo img{	width:80%;		max-width:160px;	margin-right:5%;	margin-top:1em;	float: right}#bulogo {	position: absolute;	right:0;	width: 16%;}#bulogo img{	width:70%;	max-width:120px;	margin-left:10%;	margin-top: 3.5em;}#banner{	position:absolute;	height: 12em;	top:0;	right:16.5%;	left:17%;}#banner img{	width:100%;	height:300px;}#title { 	position: absolute;	top:0;	left:19%;	margin-top: 1.5em;	padding: 0;	height: 12em;	width:63%;	background-color: transparent;	font-size: 16px;	z-index:1;	color: #3399FF;	z-index: 4}#title h1{	font-size: 18px;	text-align: center;	margin-top:0;	margin-bottom:0;	padding-top: 0.1em;	color: #FFFFFF;}#title h2{	font-size: 17px;	text-align: center;	margin-top:0;	margin-bottom:0;	padding-top: 0.1em;	color: #FFFFFF;}#title p{	text-align: center;}#greenruler {	position: absolute;	margin: 0;	padding: 0;	width: 0.7em;	height: 100%;	top: 1em;	left: 16.5%;	background-color: #9ACB00;	z-index: 2;}#rblueruler{	position: absolute;	margin: 0;	padding: 0;	width : 16%;	height: 0.7em;	left: 0.5em;	top: 13em;	background-color: #19A2FF;	z-index: 2;}#lblueruler{	position: absolute;	margin: 0;	padding: 0;	width : 14%;	height: 0.7em;	right: 2%;	top: 13em;	background-color: #19A2FF;	z-index: 2;}#redruler {	position: absolute;	margin: 0;	padding: 0;	width : 0.7em;	height: 70%;	top: 10em;	right: 16%;
	background-color: #FF3300;
	z-index: 2;
}
/*
* Menu panel
*/
#menu {
position:absolute;
width:16%;
left:0px;
top: 13.7em;
background-color:white;
padding:0em;
margin:0;
font-size:small;
z-index:2;
}
#mlinks ul {
  display:block;
  list-style-type: none;
  margin-left: 0px;
  padding: 0.5em 0em 0em 0.5em;
} 
#mlinks a {
	display:block;
	text-decoration:  none;
	color: #000080;
	padding-left: 0.3em;
	padding-right:0.3em;
}


#mlinks ul {
  display:block;
  list-style-type: none;
  margin-left: 0px;
  padding: 0.5em 0em 0em 0.5em;
} 

#mlinks a {
	display:block;
	text-decoration:  none;
	color: #000080;
	padding-left: 0.3em;
	padding-right:0.3em;
}


#mlinks li a:hover {
		color: white; 
		background-color: #FF3300; 
}

#mlinks a:visited {
	color: #000080;
	background-color: white;
}

#mlinks a:link {
	color: #000080;
	background-color: white;
}

#mlinks li a.special:hover {
		color: white; 
		background-color: #FF3300; 
}

#mlinks a.special:visited {
	color: red;
	background-color: white;
}

#mlinks a.special:link {
	color: red;
	background-color: white;
}

#mlinks a.special:visited {
	color: red;
	background-color: white;
}

#mlinks a.special:link {
	color: red;
	background-color: white;
}

#menu a.simple:link {
	color:black;
}

#menu a.simple:visited {
	color:black;
}

/*
* Information panel
*/
#info {
	position: absolute;
	right: 0;
	top: 14.2em;
	width:16%;
	height: 50em;
	margin-bottom:0.8em;
	z-index:3;
}

#dates {
	position:relative;
	background-color:#FFE87C;
	margin: 0.2em 0.2em 0em 0.4em;
	padding: 0.2em;
	font-size: small;
	color:#000066;
}

#dates ul {
	display:block;
	list-style-type: none;
	margin-left: 0px;
	margin-right:0px;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom:0px;	font-size: 80%;
}

#dates li {
	margin-bottom: 0.3em;
	padding-left: 0.2em;
	padding-right: 0.2em;
/*	background-color: #FFF58C;*/
}

#news {
	position:relative;
	background-color:#FFE87C;
	margin: 0.2em 0.2em 0em 0.4em;
	padding: 0.2em;
	font-size: small;
	color:#000066;	
}

#news ul {
	display:block;
	list-style-type: none;
	margin-left: 0px;
	margin-right:0px;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom:0px;
	font-size: 80%;
}

#news li {
	margin-bottom: 0.3em;
	padding-left: 0.2em;
	padding-right: 0.2em;
/*	background-color: #FFF58C;*/
}

#img {
  max-width: 106px;
}

/*
* Content 
*/

#content {
position:absolute;
width:63%;
bottom: 0;
top : 24em;
left:18%;
padding : 0.5em;
z-index: 1;
}

#content h1{
	color:#000088;
	font-size:medium;
	font-weight:bold;
	clear: left;
}

#content h2{
	color:#000088;
	font-size: 1.1em;
	font-weight:bold;
	
}

#content h3{
	color:black;
	font-size: 1em;
	font-weight:bold;
	
}

#content p.speaker{
	color:#000088;
}

#content p{ 
	text-align: justify;
}

#content a.external {
	
/*
	background:transparent url(../images/external.jpg) no-repeat scroll right;
	padding-right:13px;
*/
}

#content a {
}

#content a:link {	text-decoration: none; }
#content a:visited {	text-decoration: none;}

#content h1.centred {	text-align: center;}

#content p.centred {	text-align: center;}

#content h2.date {	font-weight:normal;	font-size: 95%;	margin-top: 2em;	text-align: right;	margin-bottom: 0em;	clear: right;}

#content h2.title {	background-color: #000066;	color: white;	padding: 0.2em;	font-weight:normal;	margin-top: 0.5em;}


#index {
	float:right;
}

#index a{
float:left;
text-decoration:none;
color:#000088;
background-color: #e5e5e5;
padding:0.2em 0.6em;
border-right:1px solid white;
}
#index a:hover {
	background-color:#000088;
	color: white;
}
#index li {display:inline}

#rightfloat {
	text-align: center;
	padding: 0.5em;
	float: right;
	width:30%;
}
#rightfloat img {
	padding-bottom: 0.5em;
	width : 100%;
}
.map {	min-height: 250px;}