/* CSS Document */

ol, ul {
	list-style-type: square;

}

h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

body, p, div, td { 

	font-family: Times;
	font-size: 14px;

}

body {
	margin-left:10px;
	margin-top:25px;
	background-color: #333;
	
	text-align: center;
	vertical-align: top;

	
}

table {

	margin-left: auto;
	margin-right: auto;
	width: 720px;
	text-align: left;

	padding: 0px;
	

}

table.layout {

		vertical-align: top;
}

.leftnav {
	width: 100px;
	padding: 20px 5px 15px 15px;
	vertical-align: top;
	
}

.content {

	padding: 15px;
	vertical-align: top;
}



#header {
	


	width: 720px;
	height: 140px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	
	background-color: #FFF;

	}
	
	

#body {
	width: 720px;
	height: 495px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-color: #FFF;

	
	
	
	

}

#footer {
	width: 720px;
	height: 95px;
	
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	

}
#footer2 {
	width: 720px;
	height: 95px;
	
	background-image: url(images/footer_french.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	

}