body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFE6;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFFFCD;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 1;
	border-right: 2px solid #1E4B24;
	width: 850px;
	float: left;
	border-left: 2px solid #1E4B24;
}
.oneColFixCtrHdr #footer {
  font-size: 0.9em;
  float: left;
  position: relative;
  width: 850px;
  height: 50px;
  clear: both;
  padding-top: 10px;
  padding-bottom: 0px;
  background-image: url(images/botbgnd.gif);
  background-repeat: repeat;
  left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#menubar {
	height: 30px;
	background-color: #1E4B24;
	color: #FFFFFF;
	position: relative;
	font-size: 1.2em;
}
#menubar a {
	color: #FFFFFF;
	text-decoration: none;
}
#menubar a:hover {
	color: #1E4B24;
	text-decoration: none;
	background-color: #FFFFE6;
}

#maintext {
	padding-right: 40px;
	padding-left: 40px;
	position: relative;
	background-color: #FFFFE6;
	height: auto;
	float: left;
	padding-bottom: 10px;
	width: 768px;
}
#maintext ul {
	margin-top: 6px;

}

#maintext h1 {
	margin: 0px;
	padding: 20px 0px 0px;
}
#maintext h3 {
	color: #1E4B24;
}


#mainContent h1 {
	font-size: 1.3em;
	color: #1E4B24;
}
.paranospacebelow {
	margin-bottom: 0px;
}
.paranospaceabove {
  margin-top: 0px;
  margin-bottom: 10px;
}


.imgfltrt {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.imgfltlft {
	float: left;
}

#leftmenu {
  position: relative;
  background-color: #1E4B24;
  z-index: 10;
  color: #FFFFFF;
  float: left;
  width: 100%;
  height: auto;
  padding-left: 0px;
}
#footerbar {
	position: relative;
	float: left;
	width: 850px;
	height: 175px;
	background-color: #999999;
}
#topl {
	position: absolute;
	top: 0px;
	z-index: 12;
	width: 14px;
	height: 14px;
	left: -2px;
}
#quote {
	font-style: italic;
	color: #1E4B24;
	font-weight: bold;
}
#footer #bb {
	font-size: .85em;
}
.brdrbottom {
	border-bottom: 1px solid #FFFFFF;
}
.green {
	color: #1E4B24;
	font-weight: bold;
}
.greenTop {
  color: #1E4B24;
  font-weight: bold;
  margin-top: 0px;
  font-size: 1.3em;
  margin-bottom: 0px;
}

#footer {
  font-size: 0.9em;
  float: left;
  position: relative;
  width: 850px;
  height: 50px;
  clear: both;
  padding-top: 10px;
  padding-bottom: 0px;
  background-image: url(images/botbgnd.gif);
  background-repeat: repeat;
  left: 0px;
}
.clearboth {
  clear: both;
}

#toplpix {
  position: absolute;
  z-index: 12;
  width: 30px;
  height: 30px;
  left: 0px;
  top: 0px;
}
#botrpix {
  position: absolute;
  z-index: 12;
  width: 30px;
  height: 30px;
  right: 0px;
  bottom: 14px;
}
.sale {
  color: #F8292F;
  font-weight: bold;
}
.bottombrdr {
  border-bottom: 1px solid #333333;
  height: 30px;
}
.bottombrdrthick {
  border-bottom: 5px solid #8FA592;
  height: 25px;
}
#maintext table table p { margin: 0px; }
