body {
	margin: 0;
	font-size: .75em;
	font-family: arial, verdana, sans-serif;
	background: #e8e8e8;
}
td {
	font-size: .75em;
	font-family: arial, verdana, sans-serif;
}
.page {
   width: 100%;
   text-align: center;
}
.layout {
   width: 765px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background: #FFF;
}
.top {
	width: 765px;
	height: 199px;
	background: url(../images/header.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
}
.toptrial {
}
.topnav {
	pa/dding: 6px;
	position: relative;
	top: 9px;
	left: 0;
	clear: both;
}
.topnav a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding: 3px 10px 3px 10px;
}
.topnav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	background: #FFF;
	padding: 3px 10px 3px 10px;
}
.topcopy {
	pa/dding: 5px;
	width: 550px;
	position: relative;
	top: 25px;
	left: 5;
	font-size: 16px;
}
.content {
	width: 528px;
	float: left;
	margin: 0;
	background: #F3F5F8;
}
.contentwide {
	width: 759px;
	float: left;
	margin: 0;
	background: #F3F5F8;
}
.content_inner {
	padding: 3px;
}
.rightrail {
	width: 234px;
	float: right;
	margin: 0;
}
.righthead {
	background: #9BAECE;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
}
.rightbody {
	background: #DBE2EB;
	padding: 8px;
	margin-bottom: 1px;
}
.bottom {
	clear: both;
	padding-top: 2px;
}
.bottomnav {
	background: #9BAECE;
	padding: 4px;
}
.bottomnav a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding: 3px 10px 3px 10px;
}
.bottomnav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	background: #FFF;
	padding: 3px 10px 3px 10px;
}
h1 {
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 1.3em;
	border-top: 2px solid #DBE2EB;
	border-bottom: 2px solid #DBE2EB;
	color: #808080;
}
ul {
	list-style: square outside;
	margin: 0 0 0 25px;
	padding: 0;
}
a {
	color: #0000cc;
}
a:hover {
	color: #cc0000;
}
