body {
	padding: 30px;
	margin: 0;
	color: #8f1736;
	background-color: #ebeef3;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 100%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #788cb3;
}
a:hover, a:active, a:focus {
	color: #8f1736;
}
a img {
	border: none;
}
#outerwrapper {
	width: 712px;
	margin: 0 auto;
	padding: 0;
}
#top img, #bottom img {display: block;}
#innerwrapper {
	width: 628px;
    padding: 3px 40px;
    text-align: left;
	border-left: 2px solid #8f1736;
	border-right: 2px solid #8f1736;
	background-color: white;
}
#menu {
	margin-top: 25px;
	border-top: 1px solid #8f1736;
	border-bottom: 1px solid #8f1736;
	width: 100%;
	border-collapse: collapse;
}
#menu td {
	padding: 0;
	white-space: nowrap;
	font-size: 0.9em;
	text-align: center;
}
#menu td a {
	padding: 3px 0.95em;
	display: block;
}
#menu td a:link, #menu td a:visited {
	color: #788cb3;
}
#menu td a:hover, #menu td a:active, #menu td a:focus {
	color: white;
	background-color: #8f1736;
}
#menu td a.this:link, #menu td a.this:visited {
	background-color: #ebeef3;
}
#menu td a.this:hover, #menu td a.this:active, #menu td a.this:focus {
	background-color: #8f1736;
}
#content {
	padding: 25px 0 1px 0;
}
h1 {
	margin-top: 0;
	margin-bottom: 0.75em;
	font-size: 1.3em;
}
h2 {
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	font-size: 1.15em;
}
h3 {
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	font-size: 1em;
}
p, ul, ol, dl {
	margin-top: 0;
	margin-bottom: 0.75em;
	font-size: 0.9em;
	line-height: 1.35;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
.floatr {
	float: right;
	border: 1px solid #8f1736;
	margin: 4px 0 5px 0.75em;
}
.quote {
	width: 23em;
	margin: 1.5em auto 0 auto;
	border: 1px solid #8f1736;
	padding: 0.5em 0.75em;
	background-color: #ebeef3;
	font-size: 1em;
	font-weight: bold;
}
.quote p {
	margin-bottom: 0;
	text-align: right;
}
.testimonial {
	margin-bottom: 0;
}
.cite {
	margin-bottom: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.legal {
	margin-top: 2.25em;
	margin-bottom: 0.5em;
	font-size: 0.75em;
	line-height: 1.35;
	clear: both;
}
.small {
	font-size: 0.8em;
}
