body  {
  background-color:        #000000;
  background-image:  url("/.control/images/wood.jpg");
background-repeat:  repeat-y;
background-position:  center top;

}

body, td  {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size:  11px;
  color:  #000000; 
  line-height:  16px; 
}
th  {
  font-weight:  bold;
  font-size:  12px;
}
a  {
  color:  #336633; 
  text-decoration:  underline;
}
a:hover  {
  color:  #b7c08c;
  text-decoration:  underline;
}
h1  {
	font-size:  19px;
	font-weight:  bold;
	margin-bottom: 12px;
	color: #95bb84;
}
h2  {
	font-size:  13px;
    font-weight:  normal;
	color:  #141811;
	line-height:  16px;
	margin-top:  2px;
	margin-bottom:  2px;
}
h3  {
  font-size:  14px;
  color:  #3c532a;
  font-style:  normal;
  line-height:17px;
  text-align:  center;
}
span.quote  {
  font-size:  12px;
  font-style:  italic;
}
strong  {
  font-weight:  bold;
}
ul {
  list-style-type:  square;
}
li  {
  font-size:  11px;
  font-weight:  bold;
  color:  #336633;
  line-height:  13px;
  margin-bottom:  6px;
}
hr  {
  color:  #5d3f23;
}
a:link img.thumb, a:visited img.thumb  {
 border-color:  #ffffff;
 border-width: 1px;
}
a:hover img.thumb  {
  border-color:  #494949; 
  border-width:  1px;
}
.smallText  {
  font-size:  10px;
}
p.footerText {
  font-size: 10px;
  line-height: 13px;
  margin-top:  17px;
}
table.borderWood  {
  border:  10px solid #b7c08c;
}
table.borderWood td  {
  padding:  10px;
}
table.border  {
  border:  3px solid #b7c08c;
  background-color:  #ffffff;
}
img.border  {
  border:  3px solid #b7c08c;
  padding:  10px;

}

img.borderWood  {
  border:  10px solid #b7c08c;
  padding:  10px;
}
.border  {
  border:  3px solid #b7c08c;
  padding:  4px;
  background-color:  #ffffff;
}
.box  {
  border:  6px solid #b7c08c;
  padding:  4px;
  background-color:  #b7c08c;
}

/* styles for gallery */

a.linkopacity img {
  filter:  alpha(opacity=70); 
  -moz-opacity:  0.6; 
  opacity:  0.6;
  border:  2px solid #fcfaea;
}
a.linkopacity:hover img {
  filter:  alpha(opacity=100);   
  -moz-opacity:  1.0;   
  opacity:  1.0;
  border:  2px solid #5d3f23;         ;
}
a.linkopacity:active img {
  filter:  alpha(opacity=100);   
  -moz-opacity:  1.0;   
  opacity:  1.0;
  border:  2px solid #5d3f23;          ;
}
#thumbBox  { /*Outermost DIV for thumbnail viewer*/
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  padding: 10px;
  padding-bottom: 0;
  background: #312929;
  visibility: hidden;
  z-index: 10;
  cursor: hand;
  cursor: pointer;
}
#thumbBox .footerbar  { /*Footer DIV of thumbbox that contains "close" link */
  font:  14px arial;
  letter-spacing: 5px;
  line-height: 1.1em;
  color: white;
  padding: 5px 0;
  text-align: right;
}
#thumbBox #thumbImage  { /*DIV within thumbbox that holds the enlarged image */
  background-color: white;
}

#thumbLoading  { /*DIV for showing "loading" status while thumbbox is being generated*/
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background-color: #EFEFEF;
  padding: 5px;
  z-index: 5;
}
