#mainContent {
	width: 930px;
	border-top: none;
	left: 20px;
	margin: 10px 0px 0 0px;
	padding: 20px 0 20px 0px;
}
	
.siteDownTable {
	float: left;	
	display: table;
	width: 45%;
	_width: 32%;
	height: auto;
	border-spacing: 0px;
	margin: 0px 10px 0 10px;
}

.siteDownTableData {
	float: left; 
	font-weight: normal;
    margin: 0px;
	display: table-cell;
	height: auto;
	width: 100%;
}

.frenchMsg, .englishMsg {
	float: left;/*fix for  buggy browsers*/
	display: table-cell;
	width: 95%;
	height: auto;
	margin-left: 0;
	padding: 0px 4% 5px 1%;
	text-align: left;
}

.frenchHelpMsg, .englishHelpMsg {
	clear: both;
	float: left;/*fix for  buggy browsers*/
	display: table-cell;
	width: 100%; 
	height: auto;
	margin: 20px 5px 0px 0px;
	padding: 0px 0% 5px 0%;
	text-align: left;
}

 a:hover, a:link, a:visited {
	text-decoration: underline;
	border: none;
}
 .siteDownTable .siteDownTableData h3 {
	position: relative;
	float: left;
	color: #AF4440;
	height: 23px;
	padding: 10px 10px 0 0px;
	background:none;
}

.topBorder {
	width: 100%;
	height: 13px;
	background:none;
}

.helpMsg {
	position: relative;
	float: left;
	width: 99%;
	height: auto;
	padding: 10px 0 10px 10px;
	border: 2px solid #000000;
	
}

.bottomBorder {
	position: relative;
	float: left;
	width: 100%;
	height: 13px;
	background:none;
}

.siteimg {
	display: none;
}

.msgArea {
	margin-top: 10px;
	background-color: #ffff9c;
}

#footer {
	display: none;
}	
