<!--
body {
	margin: 20px;
	padding: 0px;
	background-color: #C6CCD2;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#top {
	width: 780px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

#home {
	width: 780px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	background-color: #FFFFFF;
	background-image: url(../illustrations/homeBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}

#edito {
	width: 400px;
	height: 300px;
	margin: 0px 0px 0px 20px;
	color: #333333;
	font-size: 12px;
}
#edito a:link { color: #0074E1; text-decoration: none}
#edito a:visited { color: #0074E1; text-decoration: none}
#edito a:hover { color: #0074E1; background-color: #F0F0F0; text-decoration: none}
#edito a:active { color: #0074E1; text-decoration: none}

#edito p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cell {
	width: 247px;
	height: 220px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
	background-color: #E7EFF8;
	filter: Alpha(Opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	vertical-align: top;
	color: #0074E1;
	font-size: 12px;
}

.cell h1 {
	Background-color: #FFFFFF;
	margin: 15px 10px 10px 10px;
	padding-left: 5px;
	font-size: 14px;
	color: #0074E1;
	font-weight: bold;
}

.cell p {
	margin: 10px 15px;
	font-size: 11px;
	color: #0074E1;
}

.cell a:link { color: #333333; text-decoration: none}
.cell a:visited { color: #333333; text-decoration: none}
.cell a:hover { color: #333333; background-color: #FFFFFF; text-decoration: none}
.cell a:active { color: #333333; text-decoration: none}

#foot {
	width: 780px;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	color: #333333;
	font-size: 11px;
}
#foot a:link { color: #333333; text-decoration: none}
#foot a:visited { color: #333333; text-decoration: none}
#foot a:hover { color: #333333; text-decoration: underline}
#foot a:active { color: #333333; text-decoration: none}
-->