.maintable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

body {
	margin: 5 5 5 5;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-color: #7C6F69;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 .2em 0; } 
#navcontainer a
{
display: block;
color: #000;
background-color: #fff;
width: 9em;
padding: .2em .8em;
font:Arial, Helvetica, sans-serif; 
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #996633;
color: #FFF;
font:Arial, Helvetica, sans-serif; 
}

#active a
{
display: block;
color: #FFF;
background-color: #A7C486;
width: 9em;
padding: .2em .8em;
font:Arial, Helvetica, sans-serif; 
text-decoration: none;
}.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #587257;
}
.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	line-height: 125%;
}
.homecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 150%;
}
