@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial,Verdana, sans-serif;
	font-size:13px;
	background: #fff;
	margin-top:10px;
	line-height:20px;
	padding: 0;
	color: #666666;
}
#container{
	width:1016px;
	margin:0 auto;
	height:auto;
	background: #fff;	
}

.content{
	clear:both;	
}

img{
	border:0px;
	padding:0px;	
}

.E{
	color:#f60;	
}

.FE{
	float:right;
	text-align:right;
	width:130px;
	padding-top:50px;
	padding-bottom:7px;	
}

a.EnglishFrench:link{
	text-decoration:none;
	color:#666;
		
}

a.EnglishFrench:hover{
	text-decoration:none;
	color:#F60;
	
	
		
}

#header{
	width:510px;
	float:left;
}

.navigation{
	margin:0 auto;
	clear:left;
	float:left;
	
	
}

ul{
	
	padding:0px;
	
}
 li{
	display: inline;
	float:left;
	height:20px;
	margin-right:58px;
	text-align:center;
	background-color:#f60;	
}

.endNav{
	display: inline;
	float:left;
	height:20px;
	text-align:center;
	background-color:#f60;
	margin-right:0px
	
}

nav ul a, nav ul a:visited  {
	background: #f60;
	color: #fff;
	text-decoration: none;
	display: block;
	width:120px;
	height:20px;
}

nav ul a:hover {
	background:#FC0;
	color: #f60;
	height:20px;
	-webkit-transition-duration:1.5s;
	-moz-transition-duration:1.5s;
	transition-duration:1.5s;
}
a:active {
	text-decoration: none;
	color: #333;
}




#left{
	clear:both;
	width:400px;
	height:414px;
	float:left;
	padding:8px;
	background-color:#cccccc;
	margin-bottom:10px;
	text-align:left;
		
}
.right{
	width:600px;
	float:left;
	
	
	
	
	
}


.question{
	font-size:24px;
	color:#fff;	
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #FFF;
}



.whiteLabel{
	color:#fff;
	font-weight:bold;	
}

a.whiteLabel:link{
	color:#fff;
	text-decoration:none;
		
}

a.whiteLabel:visited{
	color:#fff;
	text-decoration:none;
		
}

a.whiteLabel:hover{
	color:#f60;
	text-decoration:none;
		
}

a.whiteLabel:active{
	color:#fff;
	text-decoration:none;
		
}


.orangeLabel2{
	color:#f60;
	font-weight:bold;	
}

a.orangeLabel2:link{
	color:#f60;
	text-decoration:none;
		
}

a.orangeLabel2:visited{
	color:#f60;
	text-decoration:none;
		
}

a.orangeLabel2:hover{
	color:#000;
	text-decoration:none;
		
}

a.orangeLabel2:active{
	color:#f60;
	text-decoration:none;
		
}




.orangeLabel{
	color:#f60;
	font-weight:bold;
	text-decoration:none;	
}

.greyLabel{
	color:#666;	
}
a.greyLabel:link{
	color:#666;
	text-decoration:none;
		
}

a.greyLabel:visited{
	color:#666;
	text-decoration:none;
		
}

a.greyLabel:hover{
	color:#f90;
	text-decoration:none;
		
}

a.greyLabel:active{
	color:#666;
	text-decoration:none;
		
}



