.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #663300;
}
.caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #663300;
}
}
.style1 {
	color: #666666;
}
/*
linklist is the style the subnavigation on the left uses - brownish color for links, yellow for mouseover
*/
.linklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #663300;
	text-decoration: none;
	font-weight: 800;

}

a.linklist
{
	color: #663300;
}
a.linklist:hover
{
	color: #CC9900;
}

/*
linklistSelected is the style the subnavigation on the left uses when the current page we're on matches
	the subnav on the left
- yellowish color for links (to show you're on that page already), and the same yellow for mouseover
*/
.linklistSelected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #CC9900;
	text-decoration: none;
	font-weight: 800;
	
}

a.linklistSelected
{
	color: #CC9900; 
}
a.linklistSelected:hover
{
	color: #DCC251;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: white;
}
.caps_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #CC9900;
	text-decoration: none;
	
}
a.caps_footer:hover
{
	color: #CC9900;
}
BODY
{	background-color: #663300; 
}
