body {
background-repeat: no-repeat;
}

/*Vertical Navigation Formats - Other Buttons */
.nav {
	color: #0000ff; 
      margin-left: 4px;
	text-decoration:none;
	text-align:left; 
	font-family: Bookman Old Style;
      font-weight : bold;
      font-size: 10pt;
      font: italic;
	display: block; 
	padding-left: 8px; 
	width: 120px;
}

	
A.nav {
	color: #0000ff; 
      margin-left: 4px;
      text-decoration:none;
	text-align:left; 
	font-family: Bookman Old Style;
      font-weight : bold;
      font-size: 10pt;
      font: italic;
	display: block; 
	padding-left: 8px;
	width: 120px;
}

A.nav:hover{
	background-color: #ff8080; 
        color: #ffffff;
}

.hnav {
	color: #0000ff; 
      margin-left: 0px;
	text-decoration:none;
	text-align:center; 
	font-family: Times New Roman;
      font-weight : bold;
      font-size: 12pt;
      	display: block; 
	padding-left: 0px; 
}

/*Horizontal Navigation Formats - Other Buttons */

A.hnav {
	color: #00174E; 
      margin-left: 0px;
      text-decoration:none;
	text-align:center; 
	font-family: Times New Roman;
      font-weight : bold;
      font-size: 12pt;
    	display: block; 
	padding-left: 0px;
}


A.hnav:hover{
	background-color: #ff8080; 
        color: #ffffff;
}

.thumbnail{
position: relative;
z-index: 1;
}

.thumbnail:hover{
background-color: transparent;
z-index: 10;
}

.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: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -30px;
left: -50px; /*position where enlarged image should offset horizontally */
z-index: 20;
}


