#banner {
	position: absolute;
	top: 25;
	left: 75;
	width: 700;
	height: 75;
	text-align: center;
	border: 3px groove #E8EEFF;
	background-color: #E5E1E8;
}
#left {
	position: absolute;
	top: 100;
	left: 75;
	width: 425;
	height: 525;
	background-color: #EBE2F1;
	border-left: 3px groove #E8EEFF;
	border-bottom: 3px groove #E8EEFF;
}
#right {
	position: absolute;
	top: 100;
	left: 500;
	width: 275;
	height: 525;
	border-right: 3px groove #E8EEFF;
	border-bottom: 3px groove #E8EEFF;
}
.right {
	float: right;
	margin: 3;
	border: 1px solid #663366;
}
.rates {
	font-style: italic;
	font-weight: bold;
	color: #330033;
}
.disclaimer {
	font-size: 10pt;
	font-style: italic;
}
h1 {
	font-family: Times, serif;
	font-size: 18pt;
	color: #006666;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-family: arial;
	font-size: 12pt;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
}
p {
	font-family: arial;
	font-size: 11pt;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
}
ul {
	font-family: arial;
	font-size: 11pt;
	color: #330033;
	margin-top: 0;
	margin-left: 25px;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 3px;
}