/* CSS Document */
*{padding: 0; margin: 0;}

html{overflow: -moz-scrollbars-vertical;overflow-y: scroll;}
html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background: white;
	color: #6B6B6B;
	line-height:1.5em;
}

a{
	color:#2A538B;
	text-decoration:none;
	font-weight:normal;
}

a:link{}
a:visited{}
a:hover{
	text-decoration:none;
}

h1{
	font-size: 1.2em;
	font-weight:normal;
	margin: 10px 0 15px 0;
	padding: 0px 0 15px 0;
	display: block;
}

strong{
	color:#2A538B;
	font-weight:normal;
}

img{
	border: 0px;
}

img.team{
	padding:0px 10px 0 0;
}

p{
	margin: 10px 0 20px 0;
}

div.clear{
	height: 0px;
	clear: both;
}

div#content div{
	padding: 5px;
	text-align: justify;
}

div#content ul{
	margin: 0 0 0 15px;
}

div#content ul li{
	padding: 2px 0 2px 0;
	list-style: none outside url(../images/bullet.gif);
}

div#sidebar div{
	text-align:center;
	padding:5px;
}

div#sidebar a{
	padding: 0px 10px 0px 10px;
	color:gray;
	text-decoration:none;
	font-weight:normal;
	font-size: 0.95em;
	display:block;
}

div#sidebar a.important{
	color:#CE2222;
	font-weight:bold;
}

div#sidebar a:link{}
div#sidebar a:visited{}
div#sidebar a:hover{
	color:#2A538B;
}
div#sidebar a.important:hover{
	color:#A01212;
	font-weight:bold;
}


div#sidebar ul{
	margin: 0 0 0 0px;
}

div#sidebar ul li{
	list-style: none outside none;
	padding: 0 0 0 5px;
	margin: 8px 0 8px 0;
}

div#sidebar ul li.current{
	background: url(../images/bg_bullet.gif) left 61% no-repeat;
}

div#sidebar ul li.current a{
	color:#2A538B;
}

div#splash .langEn{
	float:left;
	width:50%;
	text-align:right;
	font-size: 0.95em;
}

div#splash .langEn div{
	padding: 5px;
}

div#splash .langEn div a{
	font-size: 1.05em;
}

div#splash .langEn div a:hover{
	background: url(../images/bg_bullet.gif) left 61% no-repeat;
	padding: 0 0 0 10px;
}

div#splash .langFr{
	float:left;
	width:50%;
	text-align:left;
	font-size: 0.95em;
}

div#splash .langFr div{
	padding: 5px;
	border-left: 1px solid #DDDCDC;
}

div#splash .langFr div a{
	font-size: 1.05em;
}

div#splash .langFr div a:hover{
	background: url(../images/bg_bullet.gif) right 61% no-repeat;
	padding: 0 10px 0 0px;
}

/*
 *	div ids and positions
 */

div#container{
	margin: 0 auto;
	width: 760px;
}

div#header{
	text-align:left;
	padding: 60px 0 15px 0;
}

div#contentWrapper{
	/*border: 1px solid #EDEDED;*/
	border-top: 1px solid #2A538B;
	background: url(../images/bg_h1_3.gif) right bottom no-repeat;
}

div#sidebar{
	position: relative;
	width: 186px;
	float: left;
	height: 400px;
	padding: 40px 0 0 0;
}

div#content{
	position: relative;
	width: 572px;
	float:left;
	padding: 35px 0 70px 0;
}

div#footer{
	font-size:9px;
	color: gray;
	text-align:right;
	padding: 10px 0 10px 213px;
}

div#splash{
	width: 100%;
	display:block;
}