body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #faf1d4;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

.body a {
	text-decoration:none;
	border-bottom:1px dotted black;
	color:black;
}

.body a:hover, a:active {
	border-bottom:1px solid #78a142;
	color:#78a142;
}

.body #container { 
	width: 100%; 
	background: #faf1d4;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
} 
.body #header { 
	background-image: #faf1d4;
	position:absolute;
	top:0;
	height:150px;
	width:100%;
} 

.body #header img {
	float:left;
	zoom:1;
	margin:0;
	padding:0;
	height:150px;
	border:0;
}

.body #header a, a:visited, a:active, a:hover {
	border:0;
}

.body #sidebar {
	background: #203393; 
	position:absolute;
	top:160px;
	color:white;
	float: left; 
	width: 150px; 
	height:auto;
	font-size:12px;
	text-align:right;
	padding:0;
}

.body #sidebar img.fleur {
	margin:5px 2px;
}

.body #sidebar h3 {
	color:#b6ea72;
	letter-spacing:3px;
	margin:15px 20px 0px 0px;
}

.body #sidebar span.activelink {
	border-bottom:1px solid #b6ea72;
	color:#b6ea72;
	line-height:26px;
}

.body #sidebar p {
	margin:5px 20px 10px 20px;
	letter-spacing:3px;
}


.body #mainContent { 
	position:absolute;
	top:150px;
	left:180px;
	width:76%;
} 

.body #mainContent a {
	border-bottom:1px dotted black;
	text-decoration:none;
	color:black;
}

.body #mainContent a:hover,a:active {
	border-bottom:1px solid #a0cd64;/* #78a142; */
	color: #a0cd64;/* #78a142; */
	text-decoration:none;
}

.body #mainContent h1, h2 {
	padding: 5px 0; 
	color: #a0cd64;/* #78a142; */ 
	letter-spacing:4px;
	margin: 0px 35px 10px 5px;
}

.body #mainContent h2 img{
	margin-left:12px;
}

.body #mainContent h4 {
	color: #a0cd64;/* #78a142; */
	margin:10px 35px 10px 18px;
	letter-spacing:4px;
	padding:10px 0;
}

.body #mainContent p {
	margin: 10px 70px 10px 20px;
	font-size:13px;
}

.body #mainContent iframe {
	margin:0px 30px 50px 0px;
}

.body #mainContent img.floatleft {
	float:left;
	margin: 0px 40px 10px 20px;
	border:1px solid #203393;
}

.body #mainContent #footer { 
	padding: 0 10px 0 20px; 
	background:#203393; 
	margin:30px 25px 10px 0;
} 

.body #sidebar a, 
.body #footer a {
	color:white;
	border-bottom:1px dotted white;
	text-decoration:none;
	line-height:26px;
}
.body #sidebar a:hover, 
.body #sidebar a:active,
.body #footer a:hover,
.body #footer a:active {
	border-bottom:1px solid #b6ea72;
	color:#b6ea72;
}

.body #sidebar h3 a {
	color:#b6ea72;
	border:0;
}

.body #sidebar h3 a:hover, a:active {
	color:#b6ea72;
}

.body #mainContent #footer p {
	margin: 0; 
	color:white;
	font-size:11px;
	text-align:center;
	letter-spacing:3px;
	line-height:30px;
}

.body #mainContent #footer img {
	margin:0 10px 0 10px;
	position:relative;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}