body, html, h1, h2, h3, h4, h5, h6, ul, ol, dl, table, p, td, img { 
	margin: 0; 
	padding: 0;
	border: none;
	font-family:  arial, verdana, sans-serif;
	font-size: 16px;
	color: #002fcd;
	font-weight: normal;
}



html, body {
	height: 100%;
	background-color: #FFF;
}

#centeringTable {
	height: 100%; width: 100%;
}



body {
	text-align: center;
}

.layout {
	width: 600px;
	/*margin: 30px auto 0 auto;*/
	margin: 30px auto 30px auto;
	text-align: left;
	position: relative;
	
}

div.clear { 
	clear:both; 
	height:1px; 
	font-size:2px; 
}

.leftFloat {
	float: left; 
	display: inline;
}

.rightFloat {
	float: right; 
	display: inline;
}

.header {
	position: relative;
}

h1 {
	font-family: arial black, verdana, sans-serif;
	margin-top: 40px;
	font-size:26px;
	color: #002fcd;
	text-align:center;
}

p {
	padding: 0 20px 20px 20px;
	color: #000;
}

.construction {
	text-align: center;
	padding: 20px 0 0 0;
}

.hero {
	margin: 20px 0;
}
