html, body {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#top {
  position: relative;
  margin: 6px auto 0px auto;
  height: 26px;
  width: 768px;
  background-image: url(/images/top.gif);
  background-repeat: no-repeat;
}

#topcontent {
  position: relative;
  text-align: left;
  margin: 0px auto;
  width: 768px;
  background-image: url(/images/middle.gif);
  background-repeat: repeat-y;
}

#email {
  padding-right: 20px;
  float: right;
}

#email a {
  display: block;
  width: 26px;
  height: 25px;
  background-image: url(/images/email.gif);
  background-repeat: no-repeat;
}

#email a:link, #email a:active, #email a:visited {
	text-decoration: none;
}

#email a:hover {
  background-image: url(/images/email2.gif);
}

#topcontent p {
  padding-left: 25px;
}

#bgband {
  position: relative;
  margin: 0px;
  height: 159px;
  background-image: url(/images/bgband.gif);
  background-repeat: repeat-x;
}

#bgband2 {
  position: relative;
  margin: 0px auto;
  width: 768px;
  height: 159px;
  background-image: url(/images/bgbandwsh.gif);
  background-repeat: no-repeat;
}


#innerband {
  position: relative;
  margin: 0px auto;
  width: 719px;
  height: 159px;
  background-image: url(/images/band.gif);
  background-repeat: repeat-x;
}

#logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

#photo {
  position: absolute;
  right: 0px;
  top: 0px;
}

#tagline {
  position: absolute;
  left: 230px;
  top: 68px;
}

#menubar {
  height: 27px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#menubar a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  display: block;
  float: left;
  height: 27px;
  border-right: 1px dotted #fff;
}

#menubar a#button0 {
  width: 30px;
}

.bpad {
  padding: 5px 12px 0px 12px;
}

#menubar a:link, #menubar a:active, #menubar a:visited {
	text-decoration: none;
}

#menubar a:hover {
  background-color: #ed1c24;
}

#menubar a.current {
  background-color: #ed1c24;
}

#middle {
  position: relative;
  text-align: center;
  margin: 0px auto;
  width: 768px;
  background-image: url(/images/middle.gif);
  background-repeat: repeat-y;
}

#lcol {
  margin-top: 5px;
  width: 200px;
  float: left;
  border-top: 3px solid #bec9a3;
  border-bottom: 3px solid #bec9a3;
  text-align: center;
  background-color: #ffe6e7;
}

#rcol {
  text-align: left;
  padding-left: 220px;
}

.pad {
  padding: 10px 25px 25px 75px;
}

#lcol .pad {
  padding: 10px;
}

#lcol h1, #lcol ul {
  text-align: left;
}

#middleshadow {
  position: relative;
  margin: 0px auto;
  width: 719px;
  height: 16px;
  background-image: url(/images/shadow.gif);
  background-repeat: repeat-x;
}

#bottom {
  position: relative;
  margin: 0px auto;
  height: 26px;
  width: 768px;
  background-image: url(/images/bottom.gif);
  background-repeat: no-repeat;
}

#copyright {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  width: 768px;
  margin: 0px auto;
  text-align: right;
  padding-right: 20px;
}

h1, h2, h3, h4, h5, h6, p, li, span, input, select, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

h1 {
  font-size: 20px;
  color: #ed1c24;
}

h2 {
  font-size: 18px;
  color: #406325;
}

p, li {
  font-size: 14px;
  color: #666;
}

p.intro {
  font-size: 14px;
  color: #406325;
  line-height: 20px;
}

p a:link, p a:active, p a:visited {
	color: #666;
	text-decoration: none;
}

ul, ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

.clearboth {
  margin: 0px;
  padding: 0px;
  height: 10px;
  overflow: hidden;
  clear: both;
}

.lcol {
  margin: 0px;
  width: 200px;
  float: left;
  text-align: center;
}

.rcol {
  text-align: left;
  padding-left: 220px;
}

.productrule {
  background-color: #bec9a3;
  height: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}