@charset "utf-8";
/* CSS Document */
body { 
	background:#ffffff url(images/prospective-bg.jpg) repeat-x top; 
	font:12px Arial, Helvetica, sans-serif; 
	padding:0; 
	margin:0; 
	color:#101010; 
	height:950px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF66CC;
}


.oneColLiqCtr #container {
	width: 100%;  
	background: none;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #header {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	display:block;
}
.oneColLiqCtr #logo {
	width: 100%;
	margin: 40px auto 0px auto;
	margin-left:auto;
	margin-right:auto;
}

.oneColLiqCtr #topNav {
	margin: 10px;
	width: 525px;
	float:right;
	font:normal 10px Tahoma, Geneva, sans-serif; color:#fff;
	
}

.oneColLiqCtr #mainContent {
	padding-top: 20px;
	width: 100%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	
}

.oneColLiqCtr #welcomeBox {
	margin: 25px 0px 0px 0px;
	width:  100%;
	height:  121px;
	background-image:url(images/top-welcome.png);
	background-repeat:repeat-x;
		
}

.oneColLiqCtr #welcome {
	width:	100%;
	margin:  15px 0px 0px 25px;
	font:normal 14px Tahoma, Geneva, sans-serif; color:#fff;
	float:left;
}

.oneColLiqCtr #middleNav {
	margin: auto;
	width: 1050px;
	height:  42px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
		
}	

.oneColLiqCtr #middleNav img {
	vertical-align:top;
}

.oneColLiqCtr #footer {
	float: right;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	font:normal 10px Tahoma, Geneva, sans-serif; color:#fff;
	}

.oneColLiqCtr #footer2 {
	float: left;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	font:normal 10px Tahoma, Geneva, sans-serif; color:#fff;
	}

