/* overall formatting */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #e6e8e5 url(img/bgimg.gif) top center repeat-y; /* browser bug: use odd number width of bgimg */
}
a:link {
	color:#000000;
	text-decoration: underline;
}
a:active {
	color:#7d9aaa;
	text-decoration: underline;
}
a:visited {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	color:#7d9aaa;
	text-decoration: underline;
}

/* container */
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}

/* header */
div#header {
	width: 750px;
	height: 200px;
	bottom:0;
}
#header-print {
	display: none;
}


/* main area */
div#content {
	padding:0em 0em 13em; /* bottom padding for footer */
}
table#content_table {
	width: 750px;
	border: 0;
	padding: 0;
	margin: 0;

}
td#language_english {
	padding-top: 35px;
	padding-right:15px;
	text-align: right;
}
td#language_francais {
	padding-top: 35px;
	padding-left:15px;
	text-align: left;
}

/* footer */
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ffffff;
	padding:0;
	margin:0;
}
div#footertext {
	padding-top: 10px;
	padding-bottom: 25px;
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	line-height: 150%;
}
#footerlink a:link {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color:#5d4617;
	text-decoration: underline;
}
#footerlink a:active {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color:#000000;
	text-decoration: underline;
}
#footerlink a:visited {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color:#5d4617;
	text-decoration: underline;
}
#footerlink a:hover {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color:#000000;
	text-decoration: underline;
}
