html, body {
	background: #93beed url(images/topbgrad.jpg) repeat-x top;
	margin: 0px;
	height: 100%;
	font-family: 'Trebuchet MS', Tahoma, Arial;
}

.bottomgrad {
	background: url(images/bottombgrad.jpg) repeat-x bottom;
	height: 100%;
	width: 100%;
	position: absolute;
}

.topbutton a:link {
	color: #003366;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}

.topbutton a:visited {
	color: #003366;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}

.topbutton a:hover {
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	margin-left: 4px;
	text-decoration: none;
}

.mainbody {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-top: 30px;
}

.toprightmenu {
	float: right;
	height: 46px;
}

.leftnav {
	float: left;
	width: 190px;
	margin-top: 25px;
	text-align: center;
}

.leftnav a:link {
	color: #003366;
	padding: 10px;
	font-size: 14px;
}

.leftnav a:hover {
	color: #FF0000;
}

.leftnav a:visited {
	color: #003366;
	padding: 10px;
	font-size: 14px;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
}

.par {
	line-height: 30px;
}

.copyright {
	font-size: 10px;
}

.copyright a:link {
	color: #003366;
	text-decoration: none;
}

.copyright a:visited {
	color: #003366;
	text-decoration: none;
}

.copyright a:hover {
	color: #ff0000;
}