/* CSS Document */

body,td,th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 0.05em;
}
body {
 background-image: url(graphics/background_p.gif);
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
h3 {
	color:  #008080;
}
h4 {
	color:  #008080;
}
ol{
	list-style-type: none;
}
ul{
	list-style-type: none;
}
table.Content {
 height: 100%;
 width: 100%;
}
.menuContent {
 vertical-align: top;
 width: 1%;
}
.mainContent {
 vertical-align: top;
 width: 99%;
}
.header {
 background-color: #f9ff66;
 background-position: left;
 width: 100%;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #ffffff;
}
a.nav, a.nav:link, a.nav:visited, .chosen {display:block; width:150px; height:25px;
 background:#f9ff66; border:0px; margin-top:0px; text-align:center; 
 text-decoration:none; font-family:verdana, arial, sans-serif; font-size:12px; 
 color:#808080; line-height:25px; overflow:hidden;
 }
a.nav:hover {color:#008080; background:#d9df44;
}
a.nav:active, .chosen {color:#008080; background:#f9ff66;
}
.thumbnail{
position: static;
z-index: 0;
}

.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;
visibility: hidden;

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: 200;
left: 680px; /*position where enlarged image should offset horizontally */

}

