﻿#allcontent {
	margin: 0 auto;
	padding: 15px;
	font-family: Calibri;
	width: 1080px;
	font-size: 11pt;
	
}

#banner{
	background-color: #158437;
	height: 60px;
	width: 1080px;
	font-family: Calibri;
	font-size: 33px;
	font-weight: bold;
	font-style: oblique;
	color: #FFFFFF;
	text-align: center;
}

#banner img{
	margin-top: 5px;
	margin-bottom:5px;
	border-bottom-width: 1px;
}
#bannerprint {
	visibility: hidden;
	display: none;
}

.page-break{
	display:none;
}



#main{
	border: 1px solid #000000;
	padding: 10px 20px 20px 25px;
	position: relative;
	width: 1033px;
	
}

#footer {
	font-size: 66%;
	text-align:center;
	
}


h1{
	font-family:	Calibri;
	font-size: 		200%;
}

h2{
	font-size:		125%
}

img.form {
	width:500px;
	height:400px;
}
img.lookup {
	width:500px;
	height:200px;
}
.nolineunder {
	padding-bottom:0;
	margin-bottom:0;
}
.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: -150px;
	left: 60px; /*position where enlarged image should offset horizontally */

}