body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background:#441B00 url(scrollback4.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.content {
	height: 465px;
	width: 475px;
	margin-left:auto;
	margin-right:auto;
	padding: 4px 10px 14px 10px;
	text-align: justify;
}
.footer {
  	margin-left: auto;
  	margin-right: auto;
	width: 475px;
	height: 150px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	line-height: 18px;
}
.copyright {
  	margin-left: auto;
  	margin-right: auto;
	width: 475px;
    color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}

.topspace {
	text-align: center;
	font-size: 10px;
	height: 100px;	
}

a.ftlinkcolor:link {color:#FFFFFF;}
a.ftlinkcolor:visited {color:#FFFFFF;}
a.ftlinkcolor:hover {color:#FF0000;}
a.ftlinkcolor:active {color:#FFFFFF;}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
  	margin-left: auto;
  	margin-right: auto;
	width: 475px;
	margin: 0; 
	padding: 0;
	height: 20px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #000000;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 14px;
	float: none;
	font-weight: bold;
	}
