body {
	background-color: #ffffff;
}

body, td, th {
	color: #ffffff;
}

h1, h2 {
	color: #003300;
}

h3, h4, h5, h6 {
	color: #5D593D;
}

a {
  color: #336600;
}
.NavBar	{ font-family: Garamond; font-size: 12px; font-weight: normal; color: #7D774D; text-decoration: none; bgcolor: #003300}

input {
	background-color: #CCCC99; color: #000000; font-weight: bold; font-size: 10pt;
}
	
textarea {
	background-color: #CCCC99; color: #000000; font-weight: bold; font-size: 10pt;
}
}
	
	.thumbnail_R{
position: relative;
z-index: ;
}

.thumbnail_R:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_R span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail _R span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_R:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

	.thumbnail_L{
position: relative;
z-index: ;
}

.thumbnail_L:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_L span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_L span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_L:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -350px; /*position where enlarged image should offset horizontally */


