/* Style for my homepage, cribbed from Peter */

body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 17px;
  padding: 2px;
  text-decoration: none;
  align: center;
}

.motto{
  line-height: 18px; 
  font-size: 13px;
  color: #ffffff;
  background-color: #666666;
  padding: 4px 7px;
  border: 1px solid #666666;
}

.sidenav{
  line-height: 13px;
  color: #000000;
/*  background-color: #dde3d7; */
  background-color: #ccff99;
  display: block;
  width: 150px;
  text-decoration: none;
  font-weight: bold;
/*  border-top: 1px solid #B5AD9A; */
  padding-bottom: 5px;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 5px;
}

.sidenav:hover{
  background-color: #99cc66;
}

.subnav{
  line-height: 13px;
  color: #000000;
/*  background-color: #dde3d7; */
  background-color: #ccff99;
  display: block;
  width: 140px;
  text-decoration: none;
  font-weight: normal;
/*  border-top: 1px solid #B5AD9A; */
  margin-left: 10px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
}
.subnav:hover{
	background-color: #99cc66;
}

.address{
  font-size: 10px;
  font-style: normal;
/*  border-top: 1px solid #B5AD9A; */
  padding-bottom: 5px;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 5px;
}


h1,h2,h3,h4,h5{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #006633;
}

h1{
  font-size: 18px;
  line-height: 24px;
}

h2{
  font-size: 15px;
  font-style: bold;
}

h3{
  font-size: 13px;
  font-style: italic;
}
