body {
text-align: center;
min-width: 840px; 
}

#wrapper {
width: 800px;
margin: 0 auto;
text-align: left;
}

a:link {
  color: #336633;
  font-weight: normal;
  border: none;
  }
a:visited {
  color: #336633;
  font-weight: normal;
  border: none;
  }
a:active {
  color: green
  text-decoration: none;
  border: none;
  }

a:hover {
  color:#336633;
  background-color: #f0f0f0;
  text-decoration: none;
  border: none;
}

a {image border: none;
	background-color: none;
	border: none;
}


body {
  font-family: Georgia, Times, serif, "Times New Roman";
  color:#336633;
  font-size: 10pt;
  background-color:#ffffff;
  background-image: url(images/bgpaw.jpg);
  background-repeat: repeat-y;
  background-attachment: fixed;
}


/*clinic download form style and location*/

#clinicforms {
margin-top: 280px;
margin-left: auto;
}

ul {
margin-top: 10px;
margin-left: auto;
line-height: 25px;
list-style: none;
font-family: Times, serif; 
font-size: 1.1em;
font-weight: bold;
color: #336633;
text-decoration: none;
text-align: center;
}

li a:link {
  	color: #336633;
	padding:2px 3px 0px 3px;
	text-align: center;
	text-decoration: none;
	background-color: #f0f0f0;
	display: inline;
  }
li a:visited {
  	color: #336633;
	padding:2px 3px 0px 3px;
	text-decoration: none;
	background-color: #f0f0f0;
	display: inline;
  }
li a:active {
  	color: green;
	padding:2px 3px 0px 3px;
	text-decoration: none;
	background-color: #f0f0f0;
	display: inline;
  }
li a:hover {
	color:#336633;
	padding:3px 3px 0px 3px;
	background-color: yellow;
	border-bottom-style:dotted; #336633;
	border-width: 1px;
	text-decoration: none;
	display: inline;
}



/*cocheco valley link styles on links.html page*/
a.links:link {
  	color: red;
	text-align: center;
	background-color: none;
	line-height: 16px;
	
  }
a.links:visited {
  	color: #336633;
	background-color: none;
  }
a.links:active {
  	color: green;
	background-color: none;
  }
a.links:hover {
	color:#336633;
	background-color: white;
}




/*june homepage adoption links*/

a.adopt:link {
  	color: #336633;
	padding:2px 3px 0px 3px;
	text-align: center;
	text-decoration: none;
	background-color: #f0f0f0;
	display: inline;
  }
a.adopt:visited {
  	color: #336633;
	padding:2px 3px 0px 3px;
	text-decoration: none;
	background-color: #f0f0f0;
	display: inline;
  }
a.adopt:active {
  	color: green;
	padding:2px 3px 0px 3px;
	text-decoration: none;
	background-color: #f0f0f0;
	display: inline;
  }
a.adopt:hover {
	color:#336633;
	padding:3px 3px 0px 3px;
	background-color: yellow;
	border-bottom-style:dotted; #336633;
	border-width: 1px;
	text-decoration: none;
	display: inline;
}

