<!--

	H1 {
		Color:#999999;
		Font-Size:16pt;
	}
	H2 {
		Color:#999999;
		Font-Size:14pt;
		Border-Bottom:1px solid #999999;
	}
	HR {
		Color:#2E508D;
		Height:1px;
	}
	img{
		border:0;
	}

	H4 {
		Color:#777;
		Font-Size:11pt;
		paddding:0px;
		margin:0px;
	}
	
	p{
		Font-Size:8pt;
	}

.thumbnail{
position: relative;
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 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 */

}

 
.thumbnail{
position: relative;
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 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 */

}

sup{
	Color:#FF6666;
	Font-Size:6pt;
}




#categories {
	background-color:#031581;
}


#menu ul {
	z-index:1;
}

#menu li {
     z-index:1;
}

#menu a {
	z-index:1;
}

#menu li ul {
	z-index:1;
}

#menu li li {
	z-index:1;
}

//-->