@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 600px;
}

.headrdv{
	width: 100%;
	height: 92px;
	position:relative;
	float:left;
}

.logo{
	width: 350px;
	height: 92px;
	position:relative;
	float:left;
}

.comngsoon{
	width: 298px
	height: 92px;
	position:relative;
	float:right;
	padding: 35px 25px 0px 0px;
	font-family: Tahoma;
	font-size:46px;
	color:#d6d6d6;
}

.lnk1{
	margin-top:100px;
	width: 100%;
	position:relative;
	float:left;
	font-family: Calibri;
	font-size: 16px;
	color: #cc3333;
	font-weight:bold;
	text-align:center;
}
.lnk2{
	width: 100%;
	position:relative;
	float:left;
	font-family: Calibri;
	font-size: 16px;
	color: #cc3333;
	font-weight:bold;
	text-align:center;
}
.contdiv{
	padding: 0 0 0 0;
	position:relative;
	float:left;
	background-image:url('../images/logo_cent.jpg');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center; 
	width:100%;
	height:199px;
}
.contmiddiv{
	width: 50%;
	position:relative;
	float:left;
}
.graylnk1{
	width: 85%;
	position:relative;
	float:left;
	font-family: Calibri;
	font-size: 14px;
	color: #b8b8b8;
	font-weight:bold;
	text-align:right;
	padding:40px 0px 0px 0px;
}
.bluelnk1{
	width: 80%;
	position:relative;
	float:left;
	font-family: Calibri;
	font-size: 16px;
	color: #327c99;
	font-weight:bold;
	text-align:right;
	padding:40px 0px 0px 0px;
}
.graylnk2{
	width: 85%;
	position:relative;
	float:right;
	font-family: Calibri;
	font-size: 14px;
	color: #b8b8b8;
	font-weight:bold;
	text-align:left;
	padding:40px 0px 0px 0px;
}
.bluelnk2{
	width: 80%;
	position:relative;
	float:right;
	font-family: Calibri;
	font-size: 16px;
	color: #327c99;
	font-weight:bold;
	text-align:left;
	padding:40px 0px 0px 0px;
}
.bottom{
	width: 100%;
	height:176px;
	position:relative;
	float:left;
}

.copyright{
	width: 685px;
	height:81px;
	position:relative;
	float:left;
	margin-top:95px;
	font-family: Arial;
	font-size: 11px;
	color: #355480;
	text-align:left;
	padding-top:50px;
	padding-left:20px;
}
.bottomlnks{
	height:81px;
	position:relative;
	float:left;
	margin-top:95px;
}
