body {
  background: #fff;
  margin:0;
  padding:0;
  color: #000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
} 


#container {
	   border: none;
	   margin: 0;
	   margin-left: auto;
	   margin-right: auto;
	   padding: 0;
	   width: 100%;
}

#logo {	
      background-color: #eee;
}

#logo h1 {
      margin: 0;
      border: 0;
      padding: 75px 20px 0 0;
      overflow: hidden;
      height: 0px !important;
      height: /**/:75px;
      background: #eee url(/images/logo-10.gif) top left no-repeat;
}


#logoimg {
	 border: 0;
	 background-color: #eee;
}

#navbar {
  float: left;
  width: 100%;
  background: #eee url("/images/bg.gif") repeat-x bottom;
  font-size: small;
  line-height: normal;
  }

#navbar h1 {
	margin: 10px 0 10px 0;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 300%;
}

#navbar ul {
  margin:0;
  margin-left: 10px;
  padding:10px 10px 0;
  list-style: none;
  }

#navbar li {
  float:left;
  background:url("/images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }

#navbar a {
  float: left;
  display: block;
  background: url("/images/right.gif") no-repeat right top;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #765;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navbar a {float:none;}
/* End IE5-Mac hack */

#navbar a:hover {
  color: #333;
  }

#navbar #curnav {
  background-image:url("/images/left_on.gif");
  }

#navbar #curnav a {
  background-image:url("/images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }


#content {
	 clear: both;
	 padding: 5px 150px 5px 70px;
	 color: #000;
	 background-color: #fff;
	}

#footer {
	clear: both;
	padding: 2px 20px 2px;
	color: #666;
	font-size: xx-small;
}



.date {
      text-transform: uppercase;
      color: #333;
      font-size: xx-small;
}

#content p {
  line-height: 140%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;

}


#content a {
	 font-weight: bold;
	 text-decoration: none;
  	 color: #c51;
  	 background: transparent;
	 border-bottom: 1px dotted #c51;
}

#content a:hover {
	 font-weight: bold;
	 text-decoration: none;
	 color: #18c;
	 border-bottom: 1px dotted #18c;
	 background: transparent;
}


#stplantable {
	     border: 0;
	     margin-bottom: 2em;
	     padding: 0;
}

#stplantable th {
   background-color: #eee;
   border: 1px dotted #AAAAAA;
   padding: 5px;
}

#stplantable td {
   padding: 5px;
}

#preistable {
	     border: 0;
	     border-bottom: 2em;
	     padding: 0;
	     border-collapse: separate;
}

#preistable th {
   background-color: #eee;
   border: 1px dotted #AAAAAA;
   padding: 5px;
}

#preistable td {
   padding: 5px;
}





#content ul {
   margin-left: 0;
   padding: 0 25px;
   list-style: square url(/images/listblack.gif);
}

li {
   margin: 0;
}

.bottomborder {
	      border-top: solid;
}

.strong {
	font-weight: bold;
}

img.leftimage {
   	      float: left;
	      margin-right: 10px;
	      margin-bottom: 10px;
}

.rightimage {
      float: right;
      margin-left: 10px;
      margin-bottom: 10px;
}

h2 {
   margin-top: 20px;
}

div.boxed {
	     background-color: #eee;
	     padding: 5px 20px 5px 20px;
	     margin-bottom: 20px;
	     margin-top: 20px;
	     border: 1px dotted #aaa;
	     clear: both;
}

p.quote {
	font-style: italic;
}

p.center {
	 text-align: center;
}