body, div, td, h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 17px;
font-weight: bold;
text-transform: uppercase;
color: #086342;
margin-top: 0;
}
h2 {
font-size: 17px;
font-weight: bold;
color: #086342;
margin: 15px 0 5px 0;
padding: 0;
}
h3 {

}
h4 {

}

body {
  background-color: #f9f7eb;
  background-image: url('../images/bodybg.gif');
  background-position: top left;
  background-repeat: repeat-x;
  margin-top: 0;
}

td {
  vertical-align: top;
}

table.layout {
  background-image: url('../images/contentbg.gif');
  background-color: #cae5d6;
  background-position: top left;
  background-repeat: repeat-x;

}

td.logo { 
  background-color: #086342;
}

td.footer {
  color: #086342;
  font-size: 10.5px;
  padding: 10px;
  text-align: center;
}

div.title {
  height: 35px;
  margin-top: 83px;
}

td.menu {
  background-image: url('../images/menubg.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #086342;
	font-size: 11px;
  font-weight: bold;
  padding-top: 0px;
}

div.menuwrapper {
  height: 352px;
}

td.content {
  width: 600px;
  height: 576px;
}

td.content, td.content td {
	font-size: 12px;
}

td.content p {
  margin-top: 2px;
}

a {
  color: #f27999;
}

div.padding {
  padding: 20px 60px 25px 60px;
}

td.content div.padding {
  padding-top: 0;
}

hr {
 color: #bbbbbb;
}

td.rightshadow {
  background-image: url('../images/shadow.gif');
  background-repeat: repeat-y;
}

table.products {
  width: 480px;
}

table.products td {
  width: 150px;
  padding-bottom: 20px;
  font-size: 11px;
}

table.products td img {
  margin-bottom: 10px;
}

span.tier3 {
  font-weight: bold;
  line-height: 16px;
  font-size: 11px;
}

span.tier3 a {
  color: #086342;
}

span.tier3 a:hover, span.tier3 a.current {
  color: #f27999;
}