body {
   background-image : url(images/bg.jpg);
   margin-top: 15;
   margin-right: 0;
   margin-bottom: 5;
   margin-left: 0;}
   
a:link {text-decoration: none;}
a:visited {	text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
	
.head {font-size: x-small; color: #36570b; font-family: Comic Sans MS; font-weight: normal;}
.main {font-family: Comic Sans MS;	font-size: 18px; color: #36570b; font-weight: normal;}
.green {font-family: Tahoma; font-size: medium; color: #006633; }
.image_index{	border-style:solid;	border-color: #f1cc7c;	border-width:5px;	}	
.image{	border-style:solid;	border-color: white;	border-width:5px;	}	

.tablemid {
background-image : url(images/mid.gif);
}.Header1 {
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-weight: bold;
	color: #868932;
}
.border {
	border: medium ridge #FF9933;
}
.midmain {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
	color: #868932;
}
a.email2:link {color: #868932; text-decoration: none; }
a.email2:active {color: #868932; text-decoration: none; }
a.email2:hover {color: #868932 ; text-decoration: underline; }
a.email2:visited {color: #868932 ;}
}.mainhyper {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #660000;
	font-weight: normal;
	text-decoration: underline;
}
.mainCopy {
font-family: "Comic Sans MS";	font-size: 14px; color: #36570b; font-weight: normal;
}
.thumbnail{
	position: relative;
	z-index: 0;
	left: 378;
	width: 5;
	top: 436;
	height: 55;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: visible;
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;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.mainitalic {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #36570b;
	font-weight: normal;
	font-style: italic;
}
