@charset "UTF-8";
* {
margin: 0;
padding: 0;
border: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1025px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../Images/newbackbrop.jpg);
	background-repeat: no-repeat;
}
.logobottom {
	position: absolute;
	text-align: center;
	left: 445px;
	top: 1202px;
	width: 1px;
	height: 1px;
}
.logoresidentielcontainer {
	position: relative;
	left: 100px;
	top: 110px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 0px;
}
.containertext {
	width: 750px;
	position: relative;
	height: 50px;
	margin-left: 245px;
	text-align: center;
	font-size: 12.5pt;
}
.contentfonts {
	font-family: Georgia;
	font-size: 13pt;
}
.tablset {
	position: relative;
	left: 0px;
	text-align: left;
	margin-left: 275px;
	top: -50px;
	font-size: 13pt;
}
.tblset1 {
	position: relative;
	text-align: left;
	margin-left: 300px;
	left: 0px;
}
