html 
	{
	overflow: scroll;
   line-height: 110%;
	background: #809260 url(images/greenbg.png) no-repeat top;
	}

body
  {
  background-color: ##809260;
  padding-top: 20px;
  padding-bottom: 40px;
  }

img
  {
  vertical-align: bottom;
  }
  
h1
  {
  font: inherit;
  color: #060;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: medium;
  border-bottom: 1px solid #dce7c8;
  width: 100%;
  }
  
h2
  {
  font: inherit;
  color: #060;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: 20px;
  }
  
 td
 	{
 	border-width: 0px;
 	} 
 	
li
	{
	padding-bottom: 5px;
	margin-left: 15px;
	}
 
/****************************/

#ft
  {
  font-size: smaller;
  color: #afafaf;
  padding-top: 3px;
  text-align: center;
  }

#doc
  {
  border: 1px solid #003300;
  padding: 10px;
  background-color: white;
  }
  
#bd
	{
   background: white url(images/docbg.png) repeat-y left;
	}

#hd
	{
	padding-bottom: 10px;
	}	
	
/****************************/

.primary
  {
  padding: 5px 10px 10px 15px;
  }

.primary p
  {
  margin-left: 20px;
  }
  
/****************************/

.secondary
  {
  color: #777777;
  padding: 5px 10px 10px 5px;
  }
  
.secondary p
	{
	margin-left: 8px;
	}
  
/****************************/

.navigate
  {
	background: #dce7c8 url(images/greenbar2.png) repeat-x;
	height: 24px;
	width: 100%;
   text-align: center;
	padding-top: 6px;
	color: White;
	}
  
.navigate a
  {
  margin-left: 30px;
  margin-right: 30px;
  color: white;
  text-decoration: none;
  font: inherit;
  font-size: 14px;
  }
  
.navigate a:hover
  {
  text-decoration: underline;
  }
  
/****************************/

.addrblock
	{
	padding-left: 10px; 
	margin-top: -2px; 
	line-height: 135%;
	} 

.hourblock
	{
	padding-left: 3px; 
	margin-top: -2px; 
	line-height: 135%;
	} 
  
  

