BODY {

  margin-top: .5em;

  margin-right: 0em;

  margin-bottom: 0em;

  margin-left: 0em;

}



body , td , th {

font-family : Arial, Helvetica, sans-serif;

font-size : 14px;

color : #000000;

}

a {

font-family : Arial, Helvetica, sans-serif;

 font-size : 11px;

color : #FFFFFF; text-decoration: none;

}

a:visited {

color : #FFFFFF;

}

a:hover {

color : #FFCC00;

}

a:active {

color : #FFFFFF;

}



h1 {font-size: 23px; font-family: Georgia, Arial, sans-serif;

font-weight: bold; color: #1E6948; text-decoration: none;

position: relative; margin-top: 0em; margin-left: 0px;}

h2 {font-size: 22px; font-family: Georgia, Arial, sans-serif;

font-weight: bold; color: #1E6948; position: relative;

}

h3 {font-size: 24px; font-family: Georgia, Arial, sans-serif;

font-weight: bold; color: #1E6948; position: relative;

}

h4 {

font-size : 20px; font-weight: bold; color : #1E6948;

text-decoration: none;

font-family : Georgia, Arial, Helvetica, sans-serif;

}

h5 {

font-family : Georgia, Arial, Helvetica, sans-serif;

font-size : 17px; font-weight: bold; color : #295A60;

text-decoration: none;

}

.style1 {

font-family : Georgia, Arial, Helvetica, sans-serif;

font-size : 13px;

color : #295A60;

font-weight : bold;

font-style: italic;

}

.style2 {

font-family : Arial, Helvetica, sans-serif;

font-size : 15px;

color : #295A60;

font-weight : bold;

}

.style3 {

font-family : Arial, Helvetica, sans-serif;

font-size : 16px;

color : #000000;

font-weight : bold;

}

.style4 {

font-family : Arial, Helvetica, sans-serif;

font-size : 11px;

color : #ffffff;

}

.style5 {

font-family : Arial, Helvetica, sans-serif;

font-size : 14px;

color : #295A60;

font-weight : bold;

}

.style6 {

font-family : Arial, Helvetica, sans-serif;

font-size : 14px;

color : #FFFFFF;

font-weight : bold;

}

.style7 {

font-family : Arial, Helvetica, sans-serif;

font-size : 12px;

color : #000000;

}

.style8 {

font-family :  Tahoma, Helvetica, sans-serif;

font-size : 11.5px;

color : #5A5A5A;

}

.style9 {

font-family : Georgia, Arial, Helvetica, sans-serif;

font-size : 11px;

color : #295A60;

font-weight : bold;

font-style: italic;

}

.gallerycontainer{

position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/

}



.thumbnail img{

border: 2px solid #cccccc;

margin: 5px 5px 5px 5px;

}



.thumbnail:hover{

background-color: transparent;

}



.thumbnail:hover img{

border: 1px #9BBBBB;

}



.thumbnail span{ /*CSS for enlarged image*/

position: absolute;

background-color: #cccccc;

padding: 1px;

left: -100px;

border: 0px dashed gray;

visibility: hidden;

color: black;

text-decoration: none;

}



.thumbnail span img{ /*CSS for enlarged image*/

border-width: 2px;

padding: 2px;

}



.thumbnail:hover span{ /*CSS for enlarged image*/

visibility: visible;

top: -30px;

left: 200px; /*position where enlarged image should offset horizontally */

z-index: 50;

}
