* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 62.5%;
	background-color: rgb(255,255,255);
	font-family: verdana,arial,sans-serif;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px rgb(150,150,150);
	font-size: 1.0em;
}

#header {
	width: 900px;
	font-family: "trebuchet ms",arial,sans-serif;
}

#header-top {
	width: 900px;
	height: 240px;
	background: rgb(230,230,230) url(../img/header.png);
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

#header-top a {
	display: none;
}

#header-bottom {
	width: 900px;
}

#lang-nav {
	position: absolute;
	z-index: 2;
	margin: 0 0 0 0;
	margin-left: 830px !important /*Non-IE6*/;
	display: none;
}

#lang-nav ul {
	padding: 13px 15px 0 0;
	width: 50px;
}

#lang-nav li {
	display: inline;
	list-style: none;
}

#lang-nav li a {
	padding: 0 0 0 3px;
}

#lang-nav a:hover {
	text-decoration: none;
}

#lang-nav a img {
	height: 14px;
	border: none;
}

#nav {
	white-space: nowrap /*IE hack*/;
	float: left;
	width: 900px;
	border: none;
	background: rgb(225,225,225) url(../img/bg_head_bottom_nav.jpg) no-repeat;
	color: rgb(75,75,75);
	font-size: 130%;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
	z-index: auto !important /*Non-IE6*/;
	z-index: 1000 /*IE6*/;
	border-right: solid 1px rgb(175,175,175);
	width: auto;
}

#nav ul li a {
	float: none !important /*Non-IE6*/;
	float: left /*IE-6*/;
	display: block;
	height: 3.1em;
	line-height: 3.1em;
	padding: 0 16px 0 16px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(100,100,100);
	width: auto;
}

#nav ul li ul {
	display: none;
	border: none;
}

#nav ul li:hover ul li ul {
	display: none;
	border: none;
}

#nav ul li a:hover ul li ul {
	display: none;
	border: none;
}

/*Non-IE6 hovering*/
#nav ul li:hover {
	position: relative;
}

#nav ul li:hover a {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

#nav ul li:hover ul {
	display: block;
	width: 10.0em;
	position: absolute;
	z-index: 999;
	top: 3.0em;
	margin-top: 0.1em;
	left: 0;
}

#nav ul li:hover ul li:hover ul {
	display: block;
	width: 12.5em;
	position: absolute;
	z-index: 999;
	top: 0em;
	margin-top: 0em;
	left: 12.6em;
}

#nav ul li:hover ul li a {
	white-space: normal;
	display: block;
	width: 10.0em;
	height: auto;
	line-height: 1.3em;
	margin-left: -1px;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color: rgb(237,237,237);
	font-weight: normal;
	color: rgb(50,50,50);
}

#nav ul li:hover ul li a:hover {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

/*IE6 hovering*/
#nav table {
	position: absolute;
	top: 0;
	left: -1px;
	border-collapse: collapse;
}

#nav ul li a:hover {
	position: relative /*Sylvain IE hack*/;
	z-index: 1000 /*Sylvain IE hack*/;
	background-color: rgb(210,210,210);
	text-decoration: none;
}

#nav ul li a:hover ul {
	display: block;
	width: 10.0em;
	position: absolute;
	z-index: 999;
	top: 3.1em;
	t\op: 3.0em;
	left: 0;
	marg\in-top: 0.1em;
}

#nav ul li a:hover ul li a:hover ul {
	display: block;
	width: 10.0em;
	position: absolute;
	z-index: 999;
	top: 3.1em;
	t\op: 0em;
	left: 12.5em;
	marg\in-top: 0em;
}

#nav ul li a:hover ul li a {
	white-space: normal;
	display: block;
	w\idth: 10.0em;
	height: 1px;
	line-height: 1.3em;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color: rgb(237,237,237);
	font-weight: normal;
	color: rgb(50,50,50);
}

#nav ul li a:hover ul li a:hover {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

#main {
	clear: both;
	width: 900px;
	padding-bottom: 30px;
	background: transparent url(../img/bg_main_withnav_reverse.jpg) top left repeat-y;
}

#main a {
	color: #bc2b16;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover {
	color: #bc2b16;
	text-decoration: underline;
}

#main a:visited {
	color: #bc2b16;
}

#main a img {
	border: solid 1px rgb(150,150,150);
}

#main a:hover img {
	border: solid 1px rgb(220,220,220);
}

#main-space {
	clear: both;
	width: 900px;
	padding: 1.0em 0 1.5em 0;
	background: rgb(255,255,255) url(../img/bg_head_breadcrumbs.jpg) repeat-y;
}

#introduction {
	padding-bottom: 5px;
	
	color: #bc2b16;
}

#main-content {
	display: inline;
	/*Fix IE floating margin bug*/;
	float: left;
	width: 640px;
	margin: 0 0 0 30px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

#main-content h2 {
	clear: both;
	margin: 0 0 0 0;
	font-family: "trebuchet ms",arial,sans-serif;
	color: rgb(80,80,80);
	font-weight: normal;
	font-size: 210%;
}

#main-content h3 {
	margin: 0 0 0 0;
	font-family: "trebuchet ms",arial,sans-serif;
	color: rgb(80,80,80);
	font-weight: normal;
	font-size: 170%;
}

#main-content h4 {
	margin: 0 0 0 0;
	font-family: "trebuchet ms",arial,sans-serif;
	color: rgb(30,30,30);
	font-weight: bold;
	font-size: 160%;
}

#main-content p {
	margin: 0 auto 0.7em;
	line-height: 1.5em;
	font-size: 120%;
}

#main-content strong {
	font-size: 120%;
}

#main-content small {
	font-size: 105%;
}



#main-content ul {
	list-style: none;
	margin: 0.5em 0 1.0em 0;
}

#main-content ul li {
	margin: 0 0 0.2em 2px;
	padding: 0 0 0 12px;
	background: url(../img/bg_bullet_full_1.gif) no-repeat 0 0.4em;
	line-height: 1.4em;
	font-size: 120%;
}

#main-sidebar {
	display: inline /*Fix IE floating margin bug*/;
	float: right;
	width: 200px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

#main-sidebar .round-border-topleft {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 1;
	margin: 0;
	background: url(../img/bg_corner_topleft.gif) no-repeat;
}

#main-sidebar h2.first {
	clear: both;
	margin: 0px;
	padding: 4px 20px 3px 20px;
	background-color: rgb(190,190,190);
	font-family: "trebuchet ms",arial,sans-serif;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 150%;
}

#main-sidebar h2 {
	clear: both;
	margin: 30px 0 20px 0;
	padding: 4px 20px 3px 20px;
	background: rgb(190,190,190);
	font-family: "trebuchet ms",arial,sans-serif;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 150%;
}

#main-sidebar img {
	clear: both;
	float: left;
	margin: 10px 10px 7px 15px;
	padding: 1px;
	border: 1px solid rgb(150,150,150);
}

#main-sidebar a {
	margin: 10px 10px 7px 15px;
	padding: 1px;
}

#footer {
	clear: both;
	width: 900px;
	padding: 1.0em 0 1.0em 0;
	background: rgb(225,225,225) url(../img/bg_foot.jpg) no-repeat;
	font-size: 1.0em;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

#footer p {
	line-height: 1.3em;
	text-align: center;
	color: rgb(125,125,125);
	font-weight: bold;
	font-size: 110%;
}

#footer p.credits {
	font-weight: normal;
}

#footer a {
	text-decoration: underline;
	color: rgb(125,125,125);
}

#footer a:hover {
	text-decoration: none;
	color: rgb(0,0,0);
}

#footer a:visited {
	color: rgb(0,0,0);
}

#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper:after, #header:after, #header-bottom:after, #main:after, #main-navigation:after, #main-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input {
	margin-bottom: 10px;
	border: solid 1px rgb(200,200,200);
}

textarea {
	margin-bottom: 10px;
	border: solid 1px rgb(200,200,200);
}

.post {
	margin-bottom: 20px;
}

.post a {
	color: #bc2b16;
}

.text {
	margin-bottom: 20px;
}

.year {
	text-decoration: underline;
	font-weight: bold;
}

.table_grey {
	clear: both;
	width: 640px;
	margin: 20px 0 0 0;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
	background-color: rgb(233,232,244);
}

.table_grey th {
	height: 3.0em;
	padding: 2px 20px 2px 7px;
	border-left: solid 2px rgb(255,255,255);
	border-right: solid 2px rgb(255,255,255);
	border-top: solid 2px rgb(255,255,255);
	border-bottom: solid 2px rgb(255,255,255);
	background-color: rgb(225,225,225);
	text-align: left;
	color: rgb(80,80,80);
	font-weight: bold;
	font-size: 110%;
}

.table_grey td {
	height: 3.0em;
	padding: 2px 7px 2px 7px;
	border-left: solid 2px rgb(255,255,255);
	border-right: solid 2px rgb(255,255,255);
	border-top: solid 2px rgb(255,255,255);
	border-bottom: solid 2px rgb(255,255,255);
	background-color: rgb(225,225,225);
	text-align: left;
	font-weight: normal;
	color: rgb(80,80,80);
	font-size: 110%;
}

.table_pictures {
	clear: both;
	width: 700px;
	margin-top: 10px;
	table-layout: fixed;
	border-collapse: collapse;
}

.table_pictures td {
	padding: 10px 0px 0px 0px;
	vertical-align: top;
}

.training {
	margin-top: 10px;
	margin-bottom: 10px;
}

.training th {
	text-align: left;
}

.training td {
	vertical-align: top;
}

.training td:first-child {
	width: 100px;
}

.underline {
	text-decoration: underline;
}

.center {
	font-weight: bold;
	text-align: center;
}

.hide {
	display: none;
}