body {
   text-align: center;
   margin: 0px;
   padding: 0px;
   min-width: 820px;
   background-color: #99aa99;
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   font-size: .8em;
}

#centering {
        width: 800px;
        margin: 0 auto;
        text-align: center;
	background-color: #ffffff;
	min-height: 800px;
}

#header {
   background-color:#08521f;
}

#header img {
   width:733px; 
   height: 100px; 
   border: none;
}

#buttons {
   margin: 0px auto;
   background-color: #a98358;
   text-align: center;
}

#buttons a img {
   padding: 0;
   margin: 0;
}

#email_row {
   text-align: right;
   padding: 1em;
   padding-right: 4em;
   font-size: 1em;
}

#email_row a {
   color: #990000;
}

#content {
   width: 770px;
   margin: 0px auto;
   text-align: left;
   padding: 25px;
}

#content p {

}
   

#footer {
	display:table;
	padding:0; 
	margin:0 auto; 
	margin-top: 1.0em;
	list-style-type:none;
	white-space:nowrap;
	border-top: 1px solid #99aa99;
}

#footer li {
  display:table-cell;
	float: left;
}

* html #footer li {
  float:left;
}

#footer a {
	width:auto;
	display:block;
	padding:4px 16px;
	color: #0000ff;
	text-decoration: none;
	font-size: 9pt;
	margin: 0px 2px 0px 2px;
	font-weight: bold;
}

* html #footer a {
  float:left;
  }

#footer a:hover {
  color:#000; 
  background:#d4d4d4;
  }

#copyright {
   margin: 0px auto;
   text-align: center;
   padding: 15px;
   font-size: .7em;
}

#copyright a {
   text-decoration: none;
}

#copyright a:hover {
   text-decoration: underline;
}   

#copyright a.black {
   color: #000000;
}

#copyright a.black:hover {
   text-decoration: none;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	margin-bottom: 0.7em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #08521f;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
}

#content p {
	margin: 0;
	margin-bottom: 1em;
}

#content table {
	font-size: 1em;
	width: 100%;
	text-align: center;
	border: 1px solid #08521f;
}

#content td.first_column {
	text-align: left;
	padding-left: 0.5em;
}

#content tr.highlight {
	background-color: #ddffdd;
}

#content tr.head {
	background-color: #a98358;
	color: #ffffff;
}

#thumb_image {
	padding: 3px;
	border: 1px solid #08521f;
	text-align: center;
	font-size: 0.8em;
	margin: 5px;
}

#thumb_image img {
	border: none;
}

div.item_in_category {
	padding: 5px;
	text-align: center;
	float: left;
	background-color: #eeffee;
	border: 1px solid #006600;
	margin: 5px;
}

div.item_in_category img {
	border: none;
}

#thumbnails {
	text-align: center;
}

#thumbnails img {
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
}


#text_buttons {
	display:table;
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	white-space:nowrap;
}

#text_buttons li {
  display:table-cell;
	float: left;
}

* html #text_buttons li {
  float:left;
}

#text_buttons a {
	width:auto;
	display:block;
	padding:4px 16px;
	color: #ffffff;
	background-color: #967247;
	border: 2px solid #08521f;
	text-decoration: none;
	font-size: 8pt;
	margin: 0px 2px 0px 2px;
	font-weight: bold;
}

* html #text_buttons a {
  float:left;
  }

#text_buttons a:hover {
  color:#000; 
  background:#d4d4d4;
  }













