body { 
	background-color: #e6e6d9; 
	color: #000000; 
  font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 90%;
	line-height: 100%;
	margin: 0 }
	
p {
	margin-left: 25px;
	margin-right: 25px; 
	text-align: justify;}
	
a {
	color: #9B6323;
	text-decoration: none; }

a:hover	{
	color: #ED9735;
	text-decoration: none; }
	
a:active {
	color: #ED9735;
	text-decoration: none; }

	
#header {
	color: #A28468;
	background-color: #c7c8bc;
	text-align: center;
	padding-top: 6px;
	height: 80px;
	width: 100%; }
	
.leftcol {
					background-color: #e6e6d9;
					width: 15%; 
					padding-right: 5px;
					text-align: right;
					font-size: 16px;
					line-height: 150%;
					letter-spacing: 1px;
					float: left; }
	
.midcol {
				 float: left;
				 width: 65%;
				 color: black;
				 background-color: #e6e6d9;
				 font-size: 90%;
				 line-height: 150%;
				 padding-top: 9px; }
				 
.rightcol {
					float: left;
					width: 15%;
					color: black;
					background-color: #e6e6d9;
					padding-left: 2%;
					font-size: 10px;
					line-height: 150%;
					font-style: italic; }

.manuf {
			 float: left;
			 width: 303px;
			 padding: 2px;
			 margin: 2px;
			 }

.manufbox {
			 float: left;
			 width: 100%;
			 margin-left: 25px;
			 margin-right: 25px;
			 text-align: justify; }
	
	
.navbar { 
	color: white;
	font-size: 16px;
	line-height: 24px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 1px;
	height: 24px;
	width: 100%;
	clear: left; }
    
.navbar a{
	color: white;
	text-decoration: none; }
  
.navbar a:active {
	color: #807A73;
	text-decoration: none; }
  
.navbar a:hover {
	color: #ED9735;
	text-decoration: none; }
	
.small { 
	font-size: 75%; 
	line-height: 250%; }
	
.h1 {
	font-size: 150%;
	color: #883632;
	margin-left: 25px;
	letter-spacing: 1px; }
	
.floatleft {
	float: left; }

.floatright {
	float: right; }