/* EarthCare Solutions Website Stylesheet ~ Developed by Meg Hansen */

  * {  }

  body { margin: 0pt auto;
    padding: 0pt;
    background-color: #8DBC8F;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: center;
    color: rgb(0, 102, 0);
    font-size: 0.7em;
	}

  img { border: 0pt none ;
    margin: 0pt;
    padding: 0pt;
    }

  p { font-family: verdana,arial,helvetica,sans-serif;
    text-align: justify;
    color: rgb(17, 17, 17);
    font-size: 0.8em;
    }

  .main_content { margin: 20px auto 5px;
    padding: 0pt 0pt 0pt 5px;
    display: block;
    width: 90%;
    color: rgb(0, 0, 0);
    text-align: left;
    }

  .footer { border-style: none;
    margin: 0px auto 0pt;
    padding: 0pt;
    clear: both;
    width: 100%;
    color: rgb(17, 17, 17);
    background-image: url(media/footer.jpg);
    background-repeat: repeat;
    text-align: center;
    font-family: arial;
    font-size: 0.6em;
    font-weight: bold;
    background-position: center;
    }


  a:link, a:visited { color: solid 111111;
    font-weight: normal;
	text-decoration: none;
    }

  a:hover, a:active { color: solid 111111;
    font-weight: bold;
	text-decoration: underline;
    }


  ul { margin: 5pt;
    padding: 5pt 15pt 2px;
    display: block;
    list-style-type: none;
    list-style-image: url(media/bd21312_1.gif);
    list-style-position: inside;
    text-align: left;
	font-size: 0.8em;
    }

  ul li a:link, ul li a:visited {
	font-size: 0.8em;
    font-weight: normal;
    }

  ul li a:hover,  li a:active { 
    font-weight: bold;
    }	

  h1 { border-top: 1px solid rgb(204, 204, 204);
    border-right: 20px solid rgb(180, 129, 129);
    border-bottom: 1px solid rgb(204, 204, 204);
    margin: 0pt;
    padding: 0pt;
    color: rgb(51, 102, 153);
    font-size: 1.5em;
    font-weight: normal;
    }

  h2 { border-top: 1px solid rgb(204, 204, 204);
    border-right: 20px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    margin: 0pt;
    padding: 0pt;
    color: rgb(102, 102, 153);
    font-size: 1em;
    font-weight: bold;
    }

  h3 { font-family: verdana,arial,helvetica,sans-serif;
    text-align: left;
    color: rgb(17, 17, 17);
    font-size: 0.8em;
	padding: 0pt;
    }


