@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #A5ABCB;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.FeeBen-tr {
	border: 1px solid #A5ABCB;
}

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.oneColFixCtr #mainContent {
	padding: 0;
}
.logo-td {
	width: 200px;
	padding: 20px;
}
.logo-tophat-td {
	width: 200px;
	padding: 0px;
}
.logo-text-td {
	width: 780px;
	padding: 0px;
}
.logo-tophat-text-td {
	width: 779px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E2ED;
}
.nav-td {
	width: 200px;
	padding: 0px;
	background-color: #E0E2ED;
	height: 159px;
}
.main-text-td {
	width: 540px;
	padding: 20px;
}
.footer-td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E0E2ED;
	color: #333333;
	padding: 20px;
	width: 940px;
}
a:link {
	color: #8F97BE;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #8F97BE;
	text-decoration: none;
}
a:hover {
	color: #8F97BE;
	text-decoration: underline;
}
a:active {
	color: #8F97BE;
	text-decoration: none;
}
.main-content-td {


}
.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
.flash-td {
	padding: 0px;
	height: 198px;
	width: 779px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E2ED;
}
.side-flash-td {
	padding: 0px;
	height: 153px;
}
.toilet-spec-td {
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}

