/* CSS Document */

body{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-align:left;
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	margin: 0;
}

a:link, a:hover a:visited {
	text-decoration: none;
	color: #333333;
}

.member {
	padding: 0px 0px 0px 20px;
	margin: 25px 0px 15px 0px;
	font-size: 10px;
	line-height: 16px;
}

.member a:link, a:hover a:visited {
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}

#Indexheader {
	width: 100%;
	padding: 80px 0px 20px 0px;
	background-color: #FFFFFF;
	border-bottom: solid #333333 1px;
}

#Indexheader img {
	margin: 0px 0px 10px 25px;
}

#Indexsubheader {
	width: 100%;
	padding: 30px 0px 10px 0px;
	background-color: #FFFFFF;
	border-bottom: solid #000066 3px;
}

#Indexsubheader img {
	margin: 0px 25px 10px 25px;
}

#Indexcontent {
	width: 100%;
	padding: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	border-top: solid #333333 1px;
	height: 500px;
}


#Indexspacer {
	height: 3px;
	width: 100%;
	margin-bottom: solid #cccccc 1px;
	background-color: #FFFFFF;
}

#languageFR {
	font-size: 12px;
	padding: 20px 20px 10px 20px;
	float: left;
}

#languageFR a:link, a:hover a:visited{
	text-decoration: underline;
	color: #333333;
}

#languageEN {
	font-size: 12px;
	padding: 20px 20px 10px 20px;
	float: left;
	font-weight: normal;
}

#languageEN a:link, a:hover a:visited{
	text-decoration: underline;
	color: #333333;
}

#Indexfooter {
	clear: both;
	background: #FFFFFF;
	text-align: center;
}
