@charset "UTF-8";
body  {
	margin: 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: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #72A642;
}
a:link {color: #A6765F; text-decoration: none; font-weight:bold}
a:visited {color: #A6765F; text-decoration: none;font-weight:bold}
a:hover {color: #A6765F; text-decoration: underline;font-weight:bold}

a img { 
  border: none;
}
img { 
  border: none;
}

/* Links for footer */
#footer a:link {color: #ffffff; text-decoration: none; font-weight:normal}
#footer a:visited {color: #ffffff; text-decoration: none;font-weight:normal}
#footer a:hover {color: #ffffff; text-decoration: underline;font-weight:normal}


/* Text and Headers */

p {
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#666;
  }
  
ol, ul, li {
	font-size: 12px;
	line-height: 18px;
}

h1 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight:normal;
  color: #527938;
  line-height: normal;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #527938;
	line-height: normal;
}
.twoColFixLtHdr #container {
	width: 778px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #527938;
	height: 100%;
	background-color: #FFF;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	padding: 0;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 80px;
	height: 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	height: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	top: 0px;
} 
#content {
  float: left;
  top: 0;
  left: 0;
  right: 0;
  margin: 50px 20px 50px 20px;
  width: 436px;
}
.twoColFixLtHdr #footer {
	bottom: 0px;
	background-image: url(images/footerbackground.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #537B38;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border: 0;
	} 

.pictopright {
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
 }
 .picright {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
.pictopleft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.picleft {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.photoright200 {
	float: right;
	clear: right;
	padding: 2px 0px 8px 10px;
	margin: 0;
	font-size:95%;
	color: #666;
	font-style:italic;
	width: 200px;
	line-height: 1.2;
}

.table {
	font-size: 12px;
	text-align: center;
}

.inventoryborder {
	float: right;
	border: 2px solid #666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
