body {
	margin:10px 0px;
	padding:0px;
}
#container {
	width: 750px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
}
h2 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
a {
	color:#CC6714;
	text-decoration: none;
}
a:hover {
	color:#CC6714;
	background-color: #F5F5F5;
}
#header {
	border-bottom: 4px solid #948979;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
	position: relative;
}
#header h2 {
	margin-top:-15px;
	margin-left:2px;
}
#header p { 
	margin-top: -8px;
	margin-left: 2px;
	margin-bottom:8px;
	font-size:14px;
	font-weight:bold;
	color: #999999;
}
#header #language {
	position: absolute;
	left:690px;
	top:120px;
	width:60px;
}
#navigation {
	font-size: 13px;
	font-weight:bold;
	line-height: 1.5em;
}	
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 140px;
}
#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}
#navigation a:link, #navlist a:visited {
	color:#CC6714;
	text-decoration: none;
}
#navigation a:hover {
	background: #000000 url(../_images/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#CC6714;
}
#navigation p {
	margin-top: 40px;
	padding: 3px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
#navlist li p a {
	margin-left:0px;
	display: inline;
	width: 140px;
	border: none;
}
#navlist li p a:link,#navlist li p a:visited {
	background:none;
	color:#39F;
	text-decoration: none;
}
#navlist li p a:hover {
	
	background:none;
	background-color: #F5F5F5;
	color:#CC6714;
}
#content {
	width: 422px;
	margin-left: 175px;
	margin-right: 200px;
	font-size: 13px;
	line-height: 1.6em;
}
#content p {
	padding-bottom: 2px;
	text-align: justify;
	/*border-bottom: 1px solid #DDDDDD;  A faint grey line below the text */
}
#content table tr{
	
}
#content table tr th {
	font-weight: bold;
	text-align: left;
}
#content table tr td {
	font-size: 11px;
	padding-left: 10px;
	line-height:1em;
}
#prog table tr td {
	font-size: 11px;
	padding-left: 10px;
	line-height: 1.1em;
}

.note {
	font-size:11px;
	line-height:17px;
}
#content .proceedings {
	width:422px;
	padding-bottom:13px;}
#content .proceedings tr th{width:365px;font-size: 11px;padding-left: 0px;font-weight: bold;line-height: 15px;}
#content .proceedings tr td{font-size: 11px;padding-left: 0px;line-height: 7px;}
#content .proceedings tr td a{font-size: 11px;padding-left: 0px;font-weight:bold;}


/* SIDEBAR ELEMENTS */
#sidebar {
	float: right;
	width: 130px;
}
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-size:12px;
}


/* FOOTER ELEMENTS */
#footer {
	margin-top: 20px;
	clear: both;
	background-color:#575352;
	padding: 0px 5px 0px 5px;
}
#footer p {
	color:#89817f;
	padding: 5px;
}
#footer p a {
	color: #89817f;
	border-bottom: 1px dotted #89817f;
}
#footer p a:hover {
	color: #FFFFFF;
	background-color:#575352;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
}
.nameplace {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
.justify{
	text-align:justify;
}
.reference {
	color:#CC6714;
}
.programme {
	border:1px solid #CCC;
	padding:5px;
	line-height:100%;
}
#content .programme tr td{
	border:1px solid #CCC;
	padding:5px;
	line-height:16px;
}
.dates {
color:#CC6714;
font-weight:bold;
}
#pdf {
	position:absolute;
	top:140px;
	left:830px;
}
#panel_d {
	padding-left:10px;
	}

