@charset "UTF-8";
/* CSS Document */

<style type="text/css">

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #999;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
}
/* body text formats*/
.main a  {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.main a:visited {
	color: #333333;
	text-decoration: none;
}
.main a:hover {
	color: #00F;
	text-decoration: underline;
}
.main a:link {
	text-decoration: none;
	color: #333333;
}
.main a:active {
	text-decoration: none;
}
/* footer text formats */
.footer a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
.footer a:link {
	text-decoration: none;
	color: #FFF;
}
.footer a:active {
	text-decoration: none;
}

.wrapper {
	width: 900px;
	float: none;
	margin: 0 auto;
	background-color: #FFF;
	border-bottom-style: groove;
	border-right-style: groove;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-width: thick;
	border-right-width: thick;
	border-bottom-color: #333333;
	border-left-color: #666666;
	border-right-color: #333333;
	border-top-color: #666666;
	border-left-width: thin;
	border-top-width: thin;
}
.headerTop {
	width: 900px;
	height: 30px;
	background-color: #FFF;
	border: 1px #333333;
	text-align: right;
	float: none;
}
.header {
	width: 900px;
	height: 178px;
	background-color: #FFF;
	background-image: url(../images/topperLogo.jpg);
	border: 1px #333333;
}
.nav {
	background-position: left top;
	text-align: center;
	width: 145px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	background-color: #FFF;
}
.mainR {
	background-position: right top;
	text-align: left;
	width: 750px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	background-color: #FFF;
	text-align:left;
	border-left: 0px;
	border-left-style: none;
}
.footer {
	clear: both;
	width: 900px;
	height: 70px;
	text-align:center;
	background-color: #999;
}
</style>

