html {
	overflow-y: scroll;
}
body {
	padding: 30px;
	margin: 0;
	color: black;
	background-color: #e5e6e7;
	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;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #9a9b9c;
}
a:hover, a:active, a:focus {
	color: #80379b;
	text-decoration: underline;
}
a img {
	border: none;
}
#outerwrapper {
	width: 712px;
	margin: 0 auto;
	padding: 0;
}
#top img, #bottom img {display: block;}
#innerwrapper {
    color: black;
	width: 628px;
    padding: 3px 40px;
    text-align: left;
    background-color: white;
    border-left: 2px solid #80379b;
    border-right: 2px solid #80379b;
}
#header {
	margin-top: 2px;
}
#menu {
	margin-top: 20px;
	border-top: 1px solid #80379b;
	border-bottom: 1px solid #80379b;
	width: 100%;
}
#content {
	margin: 25px 0 5px 0;
	min-height: 275px;
}
h1 {
	margin-top: 0;
	margin-bottom: 0.75em;
	font-size: 1.3em;
	color: #80379b;
}
h2 {
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	font-size: 1.15em;
	color: #80379b;
}
h3 {
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	font-size: 1em;
	color: #80379b;
}
h4 {
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	font-size: 0.95em;
	color: #80379b;
}
p, ul, ol, dl, div.email {
	margin-top: 0;
	margin-bottom: 0.75em;
	font-size: 0.9em;
	line-height: 1.35;
}
dt {
	font-weight: bold;
	color: #80379b;
}
dd {
	margin-bottom: 1em;
}

#whatsnew {
	margin: 1.5em 0 8px 0;
	border: 1px solid #80379b;
	padding: 10px 15px;
	background-color: #eee;
}
#whatsnew h2 {
	margin-top: 2em;
}
.email div {
	display: inline;
}
.email noscript {
	vertical-align: -3px;
}
.floatr {
	float: right;
	border: 1px solid #80379b;
	margin: 6px 0 5px 0.75em;
}
.testimonial {
	margin-bottom: 0;
}
.cite {
	margin-bottom: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.small {
	font-size: 0.8em;
}
.legal {
	margin-top: 2.25em;
	margin-bottom: 0.75em;
	font-size: 0.75em;
	line-height: 1.35;
	clear: both;
}
.menuclear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
	padding: 0;
}
p.top {
	font-size: 0.75em;
}
