body {
	margin: 0;
	padding: 0;
	font-family:  trebuchetMS, Arial, Verdana, sans-serif;
	text-align: center;
	background-color:#FF5800;
}

ul  {
	line-height: 1.8em;
	list-style:circle;
	font-family:trebuchetMS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; 
	
	}
	
hr   {
	color:#000000;
	}
	
h1	  {
	color: #000000;
	font-family: trebuchetMS, Arial, Helvetica, sans-serif;
	}
	
.intro h1  {
	color: #FFFFFF;
	font-family: trebuchetMS, Arial, Helvetica, sans-serif;
	}

#wrapper {
	text-align: left;
	width: 750px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 5 5 5;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color:#FFFFFF;
}

#header  {
	width: 100%;
	height: 120px;
	background: url(../images/lyonBanner.jpg) no-repeat;
	padding: 0px 0 5 0;
	margin-top: 0px;
	border-bottom-color: #FFFFFF; 
	border-bottom-style: solid;
	}

#navBar  {
	width: 100%;
	height: 41px;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}	
	
#content {
	width: 520px;
	float: right;
	padding: 5px 10px 5 5;
	background: #FFFFFF;
}

#content2col {
	width: 340px;
	float: left;
	padding: 5px 10px 5 5;
}

#contentFull  {
	width: 730px;
	float: left;
	background-color: #FFFFFF;
	border-color:#000000;
	padding: 0px 10px 10px 10px;
	}
	
#contentFullIntro  {
	width: 690px;
	float: left;
	background-color: #FFFFFF;
	border-color:#000000;
	padding: 0px 30px 10px 30px;
	}

#sidebar {
	width: 180px;
	float: right;
	background-color: dcdcdc;
	padding: 1px 5px 1px 5px;
	}
 
#content p {
	font-size: 80%;
	line-height: 1.4em;
	padding-left: 2em;
	font: trebuchetMS, Verdana, Arial, Helvetica, sans-serif;
}

#content h1 {
	font: normal 180% trebuchetMS, Verdana, Arial,  "Times New Roman", Times, serif;
	color: #000000;
	background-color: transparent;
}

#content h2 {
	font-size: 120%;
	color: #FF5800;
	background-color: #FFFFFF;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	font: trebuchetMS, Verdana, Arial,  "Times New Roman", Times, serif;
}

#leftNav {
	padding: 5px 1px 1px 5px;
	float: left;
	width: 180px;
	background: #FFFFFF;
}

.leftNav ul {
	list-style: none;
	padding: 10 0 0 5;
	border: none;
	
}

.leftNav li {
	width: 100px;
	padding: 10 0 0 5;
	font-size: 100%;
	list-style-image: url(../images/compassRoseBullet.gif);
	line-height: 2.9em;
	font-style: bold;
	font: trebuchetMS, Verdana, Arial,  "Times New Roman", Times, serif;
	
}

.floatLeft img  {
	float: right;
	border:thin #000000;
	}


#footer {
	clear: both;
	padding: 10 10 5 10;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FF5800;
	height: 50px;
	background: url(../images/lyonFooter.jpg) no-repeat;
	border-color:#000000;
	border: thin;
	margin: 2 2 2 2;
}

.english {color: #000000}
.french {color: #FFFFFF}

.datatable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
	
.datatable td, .datatable th {
	vertical-align: top;
	border: 1px solid #ccc;
  	line-height: 150%;
	text-align: left;
	color: #000;
	padding: 4px;
 	font-weight: 300;
}

.tableheader th {
	background-color: #E9F7D4;
	color: #405B14;
	font-weight: bold;
}

.altrow {
	background-color: #f2f2f2;
}

.credits  {
	font-size: small;
	}
	
.sponsorsLarge  {
	text-align:center;
	}
	
.sponsorsMed  {
	text-align:center;
	padding-left: 40px;
	padding-right: 40px;
	}
	
.sponsorsSmall  {
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.sponsorsTiny  {
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.nestedBox  {
	background-color: #FF5800;
	width: 700px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
	font-family:  trebuchetMS, Arial, Verdana, sans-serif;
	}
	
