/* Stylesheet for earthwormrecycling.org */
/* Simple Office Services LLC -- http://www.simpleofficeservices.com */

body { 	font-family: arial, sans-serif;
	background-image: url(images/bkgnd.gif);
	background-repeat: repeat-y; 
	background-color: #99CCCC;
}

h1 { font-size: large;
     font-weight: bold; }
     
p.epa { text-align: center; 
	font-size: 12px; 
	font-weight: bold; 
	padding-left: 3em; 
	padding-right: 3em;
}

p.logo { padding-left: 30px; }

a.boldlink { font-weight: bold; }

/* CSS styled sections */
/* for small.html, bottlecan.html */

div.benefits { font-family: arial, sans-serif; }
div.benefits h4 { font-weight: bold; }
div.benefits p { margin-left: 2em; }

div.benefits table {	margin-left: 2em;
			margin-top: 1em;
			font-weight: normal; }
			
div.benefits ul { list-style-type: none; }
div.benefits ul.yes { list-style-image: url(images/check_blue.gif);}
div.benefits ul.no { list-style-image: url(images/x_blue.gif);}
			
div.benefits table td { padding-right: 2em;
			vertical-align: top; }
div.benefits table td.headrow { text-align: center;
				font-weight: bold; }

/* resources.html */
div.linklist ul li { padding-bottom: 1em;
		     font-weight: bold; 
		     list-style-type: none; }