html, body {
	background-color: #EFEFEF;
	margin: 0px;
	height: 100%;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
#mainContainer {
	height: 100%;
	text-align: center;
}
#mainWindow {
	background-color: #FFFFFF;
	width: 775px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	text-align: left;
	margin: 0 auto;
}
#copyright {
	font-size: 8pt;
	color: #999999;
	margin-top: 15px;
}
#logoContainer {
	width: 300px;
	float: left;
	height: 100px;
}
#topNavigation {
	text-align: right;
	height: 100px;
	margin-left: 300px;
	padding-top: 10px;
}
#flashContainer {
	clear: both;
}
#bodyContainer {
	border-collapse: collapse;
}
#bannerContainer {
	float: right;
	width: 175px;
	padding: 10px;
}
#contentContainer {
	padding: 10px;
	margin-right: 197px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.heading1 {
	font-size: 16pt;
	font-weight: bold;
	color: #773731;
	margin-bottom: 5px;
}
.content {
	margin-bottom: 10px;
}
.hundredpercent {
	width: 99%;
}
table.hundredpercent {
	border: 1px solid #666666;
	border-collapse: collapse;
}
.tableHeadings {
	color: #FFFFFF;
	background-color: #666666;
	vertical-align: middle;
	padding: 10px;
}
.tableRow1 {
	background-color: #ECEAFF;
	border-bottom: dotted 1px #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.banner {
	margin-bottom: 10px;
}
.tableRow2 {
	background-color: #FFFFFF;
	border-bottom: dotted 1px #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#topNavigation a:link {
	color: #666666;
	text-decoration: none;
}
#topNavigation a:visited {
	color: #666666;
	text-decoration: none;
}
#topNavigation a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: solid 3px #967F4B;
}
#contactBanner {
	background-image: url(/images/CustomerService.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 175px;
	font-size: 14pt;
	font-weight: bold;
	color: #1099D9;
	position: relative;
}
#contactBanner div {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 175px;
}
