
.mainContainer {
	width: 1024px; height: auto; 
	position:absolute; left: 50%; 
	margin-left:-512px;
}

.divLeft {
	 position: absolute; 
	 left: 0; top: 0; 
	 width: 225px; height: 100%; 
}

		
.divMid {
	position: absolute; left: 225px; top: 0; 
	width:587px; height: auto;
	background-color: #ffffff;
}

	.mainLogo {
		left: 0; top: 0; position: relative;
		height: 216px; width:588px; margin: 0;
		background: url(/images/crossLogo.jpg);  
	}

	.blueBorder {
		float: center;
		position: relative; 
		left: 12px; top: 28px; 
		padding: 7px 7px 7px 7px;
		margin-bottom: 60px;
		height: auto; width: 551px;
		background-color: #f1f5f9; 
		
	}
	
	.whiteBorder {
		float: center;
		position: relative;
		left: 0; top: 0;
		padding: 2px 2px 2px 2px;
		height: auto; width: 547px;
		background-color: #FFFFFF;
	}
	
	.mainContent {
		position: relative;
		left: 0; top: 0;
		padding: 5px 5px 5px 5px;
		height: auto; width: 537px;
		background-color: #f1f5f9; 
		font-family:Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
	
			.mainContent LI {
				list-style-type: circle;
				color: #72a1c2;
				padding-right: 15px;
			}
			

.divRight {
	position: absolute; 
	left:587px; top: 0; bottom: 0;
	width:200px; height: 100%;
}
	
	.advertBox {
		position: relative; 
		top: 0; left: 7px; bottom: 0;
		width: 187px; height: 100%;
	}
