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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:repeat-y;
	background-attachment:fixed;
}
#topbar {
	position:fixed;
	top:0px;
	width:730px;
	left:170px;
	z-index:10;
}
#mainnav {
	position:fixed;
	width:170px;
	top:0px;
	left:0px;
	z-index:10;
}
#content {
	position:absolute;
	width:730px;
	left:170px;
	top:75px;
	z-index:5;
}
a:link {
	color: #860D1E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #860D1E;
}
.copyright {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

