﻿body
{
  color:#243859;
  font-family:verdana;
  font-size:10px;
  margin-top:0;

}
 
A:link { color: #8CB7D9; text-decoration: underline; font-size: 12px; }
A:visited {color: #026E87; }
A:active {}
A:hover {color: #DBCC53; text-decoration: underline; font-weight: bold;}


.Label
{
  color:black;
  font-family:verdana;
  font-size:16px;
}

.btmCell1
{
   background-image:url(images/footer-bg1.jpg); 
   text-align:center;
    font-size:11;
    
}

.btmCell2
{
   background-image:url(images/footer-bg2.jpg); 
   text-align:center;
   font-size:10;
}

.Contact
{
  color:black;
  font-family:verdana;
  font-size:11px;
  
}

.headLine
{
  color: #243859;
  font-family:verdana;
  font-size:16px;
  font-weight:bold;
  
 
}

.headLineSub
{
  color: #243859;
  font-family:verdana;
  font-size:15px;
  font-weight:bold;
  
 
}
.bod
{
  color: #243859;
  font-family:verdana;
  font-size:12px;
  margin-top:0;
 
}

.footer
{
   color:White;
   font-family:verdana;
   font-size:10px;
	
}

.bold1
{
  color:#243859; 
  font-family:verdana;
  font-size:11px;
  margin-top:0;
  font-weight:bold;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for popup box*/
position: absolute;
background-color: #E2D672;
padding: 5px;
left: -1000px;
border: 1px dashed #243859;
visibility: hidden;
color: #243859;
font-weight:normal;
font-family:Verdana;
font-size:12px;
 font-style:normal;
 text-decoration: none;
 text-align:left;

}

.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: -230px; /*position where enlarged image should offset horizontally */
 width:230px;
}
  