body {
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}
p, legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: #336699;
	white-space: nowrap;
	width: 200px;
	height: 20px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADC2D6;
	display: block;
}
.nav a:hover {
	color: #FFFFFF;
	background-color :#336699;
}

h3 {
color:#336699;
font-family:Arial,Helvetica,sans-serif;
}

.thumbnail:hover{
background-color: transparent;
position:relative;
z-index: 50;
}

.thumbnail{
z-index: 0;
}

.thumbnail 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 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 */
top: -100px;
}

