a:link {color:black}  
a:visited {color:black}
a:hover {color:#5195FD} 
a:active {color:black} 

body{
	font-family:Arial;
}

body.main{
	/*background-image:url('back.jpg'); 
	background-repeat:repeat-x;*/
	background-color:#5195FD;
}

body.left{
	margin-top:10%; 
	margin-left:0%;
	position:relative;
}

table.ads{
	margin-top:0%; 
}

table.index{
	margin-left:5%; 
	margin-right:5%;
	border-collapse: collapse;
	width:90%;
	height:100%;
	position:relative;
}

iframe{
	width:100%;
	height:100%;
	border:0;
}

table.sections{
	line-height:170%;
}

div.footer{
	margin-left:33%; 
	font-size:67%;	
}

span{
	font-size:75%
}

div.search{
	color:white;
}

.thumbnail{
   position: relative;
   z-index: 0;
   font-size:100%;
}

.thumbnail:hover{
   background-color: transparent;
   z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
   position: absolute;
   left: -1000px;
   visibility: hidden;
   color: black;
   text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
   height:80px;
}

.thumbnail:hover span{ 
   visibility: visible;
   top: -100px;
   left: 15px; /*position where enlarged image should offset horizontally */
}
