body {
	overflow:scroll;
	margin: 0;
	padding: 0;
	border: 0;
}


.style1 {
	text-align: center;
}
.style2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	font-size: small;
}
#navMenu {
	margin:0;
	padding:0;
}
#navMenu ul {
	padding: 0px;
	margin: 0px;
	line-height: 28px
}
#navMenu li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
	position: relative;
	background-color: #d3d3d3;
}
#navMenu ul li a {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 98px;
	display: block;
	color: black;
	font-size: 13px;
	font-weight: normal;
	border-right-color: #FF6600;
	border-right-width: 1px;
	border-right-style: solid;
}
#navMenu li:hover {
	background: #E2E2E2;
	color: #000000;
}
<!---->	
#NavMenu2 {
	padding: 0px;
	margin: 0px;
}
#NavMenu2 ul {
	padding: 0px;
	margin: 0px;
	height: 28px;
	width: Auto;
}
#NavMenu2 li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #FF6600;
	position: relative;
}
#NavMenu2 a {
	height: 28px;
	display: block;
	text-align: center;
	line-height: 28px;
	background-color: #C0C0C0;
	color: #000042;
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FF9933;
}
#NavMenu2 li a:hover {
	background-color: #D5E1E1;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FF9933;
	color: #000000;
}
#NavMenu2 ul ul {
	position: absolute;
	top: 28px;
	visibility: hidden;
}
#NavMenu2 ul li:hover ul {
	visibility: visible;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FF6600;
}
.style3 {
	line-height: 100%;
	margin-bottom: -4px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #000080;
}
#Footer a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#Footer a:hover{
	color: black;
}


.style6 {
	text-align: right;
	vertical-align: middle;
	text-indent: 10px;
}
.style8 {
	line-height: 100%;
	margin-bottom: -4px;
	text-align: center;
}
.line01 {
	color: #FF3300;
}

.thumbnail:hover img{
	border: 1px solid #0066CC;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFF99;
	padding: 5px;
	left: 10px;
	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;
/* Add Vertical position where with top */
/*position where enlarged image should offset horizontally add=left */
z-index: 20;
}

.style10 {
	margin-top: 40px;
	margin-bottom: 40px;
}
