body {
	padding-bottom:20px;
	margin:0;
	color:#000000;
	overflow:auto;
	font-family:arial, helvetica, helv, sans-serif;
	font-size:11pt;
	background-color: #eeeeee;
	
}
#wrapper {
	margin: 10px auto;
	display: block;
	width: 1005px;
	min-height:800px;
	background-image: url(ExploGuard_Logo_background.jpg);
	background-attachment:fixed;
}
#header {
	color: #333;
	width: 100%;
	float:left;
	height: 100px;
	
}
#leftcolumn {
	margin: 0;
	padding:0;
	width: 130px;
	float: left;
}
#rightcolumn {
	float: right;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	width: 800px;
	display: inline;

}
#footer {
	width: 100%;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align:center;
	height: auto;
}
.image {
	border:0px;
	margin:10px !important;
}
.image div {
	font-style:italic;
	font-size:small;
	color:#0000ff;
	text-align:center;
}
.news_title {
	text-align:center;
	background:#0000EE;
	color:#ffffff;
	font-size: medium;
	font-weight:bold;
}
.news_title a{
	color:#FFFFFF;
}
.news_title a:visited{
	color:#cccccc;
}
.tblHeader {
	font-weight:bold;
	color:#000000;
	background:#999999;
	text-align:center;
}


.thumbnail{
	background-image:url(images/magnify_caption.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding-bottom:10px;
	border:none;
	min-width:100px;

}
.thumbnail img{
	margin-bottom:20px;
	border:none;
	min-width:100px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-image: url(ExploGuard_Logo_background.jpg);
padding: 5px;
left: -1000px;
border: 2px solid #000000;
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;
left:200px; /*position where enlarged image should offset horizontally */

}