@charset "UTF-8";
body {
	background: #666666;
	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;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container {
	width: 1100px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 540px;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 3px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#TITLEKEV {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: left;
}
#centersite {
	overflow: visible;
	position: absolute;
	height: 1px;
	left: 0px;
	top: 50%;
	width: 100%;
}
#centersiteinner {
	height: 600px;
	width: 1100px;
	margin-left: -550px;
	position: absolute;
	left: 50%;
	top: -300px;
}
#clienttext {
	padding-top: 20px;
}
#contacttext {
	text-align: center;
	padding: 60px;
}
#biotext {
	height: 501px;
	overflow: hidden;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: small;
	text-align: center;
	padding-top: 15px;
	padding-left: 0px;
}
.centeredtext {
	text-align: center;
}
