body {background-color: white; background-attachment: scroll; font-family: "Arial", "Helvetica", sans-serif;}

A:visited{color:black;}

.blue {b font family: "Arial", "Helvetica", sans-serif; color:#FFFFFF;}
.blue A:visited{color:yellow}
.blue a:link {color:#FFFFFF}


.blurb {font-family: "Arial", "Helvetica", sans-serif; font-size: 14px; 
text-decoration:none; font-weight: bold; text-align: left;}

#blurb {font-family: "Arial", "Helvetica", sans-serif; font-size: 14px; 
text-decoration:none; text-align: left;}

#infoblock {color:#0000A0; font-family: "Arial", "Helvetica", sans-serif; font-size: 16px; 
line-height:130%; font-weight: bold; text-decoration:none;}

#redtext {color:red; font-family: "Arial", "Helvetica", sans-serif; font-size: 16px; 
text-decoration:none; font-weight: bold; text-align: center;} 

.bluetext {color:blue; font-family: "Arial", "Helvetica", sans-serif; font-size: 16px; 
text-decoration:none; font-weight: bold; text-align: left; vertical-align:top}

.bluetext1 {color:blue; font-family: "Arial", "Helvetica", sans-serif; font-size: 16px; 
text-decoration:none; font-weight: bold; text-align: middle; vertical-align:top} 

.bluetext2 {color:blue; font-family: "Arial", "Helvetica", sans-serif; font-size: 14px; 
text-decoration:none; font-weight: bold; text-align: left; vertical-align:top}

#headlines {font-family: "Arial", "Helvetica", sans-serif; font-size: 36px; 
text-decoration:none; font-weight: bold; text-align: center; line-height:80%;}

#bottommenu {font-family: "Arial", "Helvetica", sans-serif; font-size: 12px; 
line-height:130%; color:blue; font-weight: bold; text-decoration:none;}

.bottommenu2 {font-family: "Arial", "Helvetica", sans-serif; font-size: 9px; 
line-height:130%; color:black; font-weight: regular; text-decoration:none;}

#headlines2 {font-family: "Arial", "Helvetica", sans-serif; font-size: 18px; 
text-decoration:none; font-weight: bold; text-align: center; line-height: 50%;}

#headlines4 {font-family: "Arial", "Helvetica", sans-serif; font-size: 30px; 
text-decoration:none; font-weight: bold; text-align: center; line-height: 50%;}

#headlines3 {color:#black; font-family: "Arial", "Helvetica", sans-serif; font-size: 25px; 
text-decoration:none; font-weight: bolder; font-style: italic; text-align: left; line-height: 120%;}

*/.buttons {font-family: "Arial", "Helvetica", sans-serif; font-size: 14px; 
text-decoration:none; font-weight: bold; text-align: left;}*/

.headlines1 {font-family: "Arial", "Helvetica", sans-serif; font-size: 36px; 
text-decoration:none; font-weight: bold; text-align: center; line-height:80%;}

.headlines2 {font-family: "Arial", "Helvetica", sans-serif; font-size: 20px; 
text-decoration:none; font-weight: bold; text-align: center; line-height: 50%;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: 0px; /*position where enlarged image should offset horizontally */

}

	


