BODY { background : #CCCCCC; 	
	}
.tmain { background : #FFFFFF; 
	}
.tbanner { background : #FFFFFF;
	margin-top: 10px; 
	margin-bottom: 4px; 
	}
.tlinks { background : #FFFFFF; 
	margin-left: 10px; 
	margin-right: 10px;
	}
.leftbuttons { font-size:11px;
	text-decoration:none;
	text-align:center;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	color:#888888;
	width:100px;
	background-color:#EEEEEE;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
	}
.leftbuttons:hover {
	border-color:#665d70;
	color:#665d70;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.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*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.box {
border: 1px solid;
border-color: #00467f;
margin: 0px 0px 10px 10px;
padding: 10px;
width: 148px;
background-color: #f3f3f3;
}

.heading2{
color: #00467f;
font-family: "Lucida Sans", Arial, Verdana, Tahoma;
font-size: 110%;
font-weight : bold;
line-height: 100%;
padding-top: 2px;
padding-left: 2px;
}
