body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	background-color: #7D7E76;
}
td {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
}

table.main {
	margin: 0px;
	padding: 0px;
	border:1px solid #A18103;
	border-collapse:collapse;
}

  /* navigation style*/


ul.nav {
  padding: 0;
  list-style: none;  
	margin: 0;
  }
li.nav {
  display: block;
  float: left;
  }
    li.nav a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin:	1px 1px 1px 1px;
	padding: 2px 4px 2px 4px;
	border:1px solid #A18103;
	color: #5C4A01;
	background:  #D3D2B8;
	background-color: #D3D2B8;
} 
		
li.nav a:hover {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin:	1px 1px 1px 1px;
	padding: 2px 4px 2px 4px;
	border:1px solid #333333;
	text-decoration: none;
	color: #333333;
	background: #D3D2B8; /* IE6 Bug */
	background-color: #D3D2B8;
	color: #333333;
} 
  
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
h2 {
	font-size:16px;
}
a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#B29923;
}
.img-wrapper {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.img-wrapper img {
 display: block;
/*	position:relative; */
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: 0px 6px 6px 0px;
  padding: 0;
}

/* special styles for dhtml popup images */
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
    position: relative;
    z-index: 0;
	color:#666666;
	text-size: 12px;
	text-weight: normal;
}

.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
	color:#cccccc;
	text-size: 12px;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    /*left: -1000px;*/
    border: 1px solid gray;
    visibility: hidden;
    color: black;
    text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
   left: -250px;
	top:-340px; 
}

.small {
	font-size:10px;
	color:#4B4B4B;
}
.enlarge {
	font-size:12px;
	font-weight:normal;
}
a.light {
	color:#cccccc;
	font-weight:bold;
	text-decoration:none;
}
.intro {
	color:#999999;
	font-size: 11px;
	text-align:justify;
	width:550px;
}
a.intro {
	color:#999999;
	}
a.credit {
	color:#CCCCCC;
	font-size:11px;
}
a.credit:hover {
	color:#FFFFFF;
}
