.body{
	background: #192757 url(../images/home_background.jpg) repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#toptable{
	height: 7px;
	width: 768px;
}
#toptableback{
	background-image: url(../images/top_back.gif);
	background-repeat: repeat-x;
}
#topFlash{
	height: 265px;
	width:706px;
	background-image: url(../images/flash.jpg);
	background-repeat: no-repeat;
}
#topmenu1{
	width: 706px;
	height: 14px;
	background-color: #000;
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
A.menuTop {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

A.menuTop:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

A.menuTop:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #79DFFF;
	text-decoration: none;
}
#navTable{
	height: 28px;
	width: 706px;
	background-color: #D6BD7D;
}
/*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: #ccc;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
font-family: Verdana;
font-size: 11px;
font-weight:bold;
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: 60px; /*position where enlarged image should offset horizontally */

}
