@charset "utf-8";
body {
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	background: #666666;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f5f5f5;
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 984px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 734px;
	float: left;
}

.oneColFixCtrHdr #headerContainer {
	padding: 0px;
	height: 65px;
	width: 100%;
}

.oneColFixCtrHdr #logo{
	padding: 0px;
	width: 220px;
	float: right;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #rightContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float: right;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	background:#00ccff;
	border-top: #000 solid 1px;
	height: 105px;
}

.oneColFixCtrHdr #footerLeft {
	padding: 0px;
	width: 500px;
	float: left;

}
.oneColFixCtrHdr #footerRight {
	padding: 26px;
	width: 241px;
	float: right;
	vertical-align:middle;
}

.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color:#FFF;
}
.white {
	color:#FFF;
}
.white a {
	color:#FFF;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
table
{
border-collapse:collapse;
}
.table td {border:solid 1px #46aac5;
}
.footer {
	font-size: 10px;
	color: #999;
}

