@charset "UTF-8";
/* CSS Document */
h1, h2, h3, td {
	margin:0;
	padding:0;
}
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background: #fff;
	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: #666;
}
.oneColFixCtr #container {
	width: 847px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container .topHeader {
	width:847px;
	height:88px;
	background-color:#FFF;
}
.oneColFixCtr #container .topHeader .topNav {
	padding:65px 0 0 685px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.topNav a {
	color:#333;
	text-decoration:none;
}
.topNav a:hover {
	color:#999;
	text-decoration:none;
}
.oneColFixCtr #container .tagLine {
	background-image:url(../images/mid_top_header_04.gif);
	width:847px;
	height:58px;
	background-repeat:no-repeat;
}
.oneColFixCtr #container .homeRotate {
	background-image:url(../images/landscape_image_04.jpg);
	height:324px;
	width:847px;
	background-repeat:no-repeat;
}

.oneColFixCtr #mainContent {
	padding: 0 0 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent p {
	line-height: 22px;
	font-size: 16px;
	margin:0;
	padding:20px 40px 10px 15px;
}

.oneColFixCtr #container .footer {
	padding:0px 0 20px 0;
	margin:0px 0 0 0;
	color:#999;
	border-top:#999 solid 1px;
	text-align:right;
}
.oneColFixCtr #container .footer p {
	font-size:12px;
	padding:15px 0 0 0;
	margin:0;
}
.oneColFixCtr #container .footer a {
	color:#333;
	text-decoration:none;
}
.oneColFixCtr #container .footer a:hover {
	color:#333;
	text-decoration:underline;
}