html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#8fabb6;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#002941;
}

h1 { 
	font: 20px Arial, Verdana, Helvetica, sans-serif; 
	color: #014567;
	font-weight:bold;
}

h2 {
	font:16px Arial, Verdana, Helvetica, sans-serif;
	color: #014567;
	font-weight:bold;
}
h3 {
	font:15px Arial, Verdana, Helvetica, sans-serif;
	color: #014567;
	font-weight:bold;
	}

p { 
	color: #002941;
	font-size:12px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:920px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image:url(../images/top_french.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border: 1px #00adef solid;
}

.smaller_text {
	font-size:10px}

div#header {
	height: 170px;
	text-align:right;
	padding: 10px;
	font-size:10px;
	color: #FFFFFF;
	text-transform:uppercase;
}


div#content {
	padding:1.5em 1.5em 22em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image:url(../images/bottom_photo.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	height: 275px;
	
}
	div#footer p {
		padding:1em;
		margin:0;
		text-align:right;
		margin-top:243px;
		color:#FFFFFF;
		font-size: 9px;
		
	}
div#menu {
	width:245px;
	float: left;
	font-size: 14px;
	font-weight:bold;
	margin-left:-10px;
	/* border-right: solid 2px #c4eaf8;*/
	margin-top: -20px;
	padding-top: 20px;
}
div#menu li {
	padding:2px;
}

div#info {
	WIDTH: 550PX;
	margin: -10px 20px 0px 270px;
}
	
a:link, a:visited, a:active {
	font-weight: bold;
	color: #00aef0;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	background-color: #00aef0 ;
	text-decoration:none;
}
div#menu li {
	list-style-type:square;
	color: #002941;
}
div#info li {
	list-style-type: circle;
}
.outline {
	border: solid 2px #99CCFF;}
.td_left {
	padding:2px;
	border-bottom: solid 1px #CCCCCC;
	}
.td_right {
	padding-left:10px;
	}
.float_right  {
	float:right;
	margin-right:10px;
	}
.maps {
	}
.maps_right {
	float:right;
	width:255px;	
	}
#flash_movie {
	height:240px;
	width:320px;
	border: solid 2px #99CCFF
	}