body {
 	background-color: #ffffff;
	margin:0;
	padding:0;
	text-align: center;	
}

#layoutLogic {
	padding: 0;
	margin: 0 auto;
	width: 970px !important;
	text-align: left;
	height: auto !important;
	min-height: 450px;
	height: 450px;	
}

#contentBody  {
	padding: 0;
	margin: 12px 0 0 0;
  clear:both;
}

#headerBody {
	width: inherit;
	height: auto;
	background-color: white;

}

#footerBody {
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-color: #558097;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	
	padding-top: 0px;
	width: 810px;
	height: auto;
	text-align: right;
	clear: both;	

}

.column-A {
	width: 142px !important;
	margin: 2px;
	margin-left: 0px;
	padding: 0px;
	
	float: left;	
}

.column-B {
	width: 476px;
	margin: 2px;
	padding: 0px;

	float: left;

}

.column-C {
	width: 175px;
	margin: 2px;
	margin-right: 0px;
	padding: 0px;
	
	float: left;	

}
.column-D {
	 float: left;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    width: 155px;  
}


