body {
	background: url(images/teal-bg.gif);
	background-color: #94E2E7;
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 30;
	margin: 0;
	font-family: arial;
	text-align: center;
	font-size: 1.4em;
}
.content {
	background-color: #fff;
	background-repeat: no-repeat;
	vertical-align: top;
	/* width must be 640 minus left and right padding */
	width: 630px;
	padding: 15 10 10 0;
}
.nav {
	background-color: #fff;
	width: 160px;
	vertical-align: top;
	font-size: .7em;
}
.pagetitle {
	background-color: white;
}
.footer {
	font-size: .7em;
	margin: 0;
	text-align: center;
	padding-bottom: 10;
}
.testimonials {
	padding: 10 15 0 10;
	color: #328A90;
}
.testimonials-content {
	font-size: .75em;
	color: #328A90;
}
.e80 {
	font-size: .8em;
}
.e90 {
	font-size: .9em;
}
.e90b {
	font-size: .9em;
	font-weight: bold;
}
.e100 {
	font-size: 1.0em;
}
a {
	text-decoration: none;
}
a:link {
	color: #005E64;
}
a:visited {
	color: #005E64;
}
a:hover {
	color: #014347;
	text-decoration: underline;
}
a:active {
	color: red;
	background-color: #ccffff;
}
.heading {
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

