body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/*body {
	background-color: #AEC493;
	margin: 20px;
}*/
a:link {
	color: #66CC00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CC00;
}
a:hover {
	text-decoration: none;
	color: #66FF00;
}
a:active {
	text-decoration: none;
	color: #66CC00;
}
.copyright {color: #FFFFFF}
.border {
	border: thin solid #000000;
}
.grassbkgd {
	background-image: url(../images/grass2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	border-top: thin double #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin double #FFFFFF;
	border-left: thin none #FFFFFF;
}
a {
	font-weight: bold;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #28410F;
	text-decoration: none;
}
.imgborder {
	border: thin solid #333300;
}
.heading3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}
.required {color: #FF0000}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Added For Thume Over Images ..... Jon */
 .thumbnail img{
border: 0px solid white;
margin: 0 0px 0px 0;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
/*border: 0px solid blue;*/
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
width: 500px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 600px; /*position where enlarged image should offset horizontally */
z-index: 5;
}

