
h2 { font-size: 14px;  font-style: italic; }

h5 { font-size: 12px; }

h3 { font-size: 22px;   
	color: #6699CC;}

h1 { font-size: 24px;  font-family: "Times New Roman", Times, serif;   
	color: #1E90FF;}
	
h6 { font-size: 10px; 
	color: #F0FFFF;}
	
/* Custom link styles */

a:link {
	text-decoration: none;
	color: #334366;
}

a:hover {
	text-decoration: none;
	color: #6699FF;
}
a:active {
	text-decoration: none;
	color: #3366FF;
}

a:visited {
	text-decoration: none;
	color: #334366;
}


body {
	font-size: 14px;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;

	color: Black;
	background-image: url(images/bgblu2.jpg);
	background-repeat: repeat-x;
	background-color: White;
}

table {
	font-size: 14px;
	margin: 10;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;


}



/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float: left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top: 25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:105px;
padding:7px 0;
color:#556B2F;
background:White;
text-decoration:none;
margin-right: -1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#6B8E23;
background:White;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
}

.copy { text-align: left; }

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #A9A9A9;
padding: 5px;
left: -1000px;
border: 0px dashed 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;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>

