body {
	margin-top: 9px;
	margin-bottom: 9px;
	background-color: #000000;
	font-family: Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat;
}
a.tool,a.tool:active,a.tool:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	height: 22px;
	line-height: 22px;
}
a.tool:hover {
	background-color: #1C4354;
}
.title,a.title,a.title:hover,a.title:visited,a.title:active {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	display: block;
	height: 22px;
	line-height: 18px;
}
div.insert {
	line-height: 20px;
	text-align: left;
}
a.links,a.links:visited,a.links:active {
	color: #CA992C;
	text-decoration: none;
}
a.links:hover {
	text-decoration: underline;
}
a.nav,a.nav:active,a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	height: 22px;
	line-height: 22px;
	background-image: url(http://www.egaproductions.com/images/toolbar_bg.png);
}
a.nav-sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #436590;
	height: 20px;
	text-align: center;
	line-height: 23px;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 2px;
	margin-bottom: 1px;
	text-align: left;
}
div.ega_alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-top-width: 2px;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #CC0000;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-bottom-width: 2px;
	padding: 6px 6px 6px 6px;
	margin: 8px 8px 8px 8px;
	background-color: #fff7c8;
}
div.wrapper {
	font-family: Arial, Helvetica, sans-serif;
}
.bigform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(images/form_bg.png);
	background-repeat: repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	border: none;
	width: 260px;
	background-color: #2c4e5e;
}
.bigbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(images/button_bg.png);
	background-repeat: repeat;
	color: #333333;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	border: none;
}
div.alert {
	background-color: #CC0000;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF6A6F;
}

<!--- Pop up image css ---->
<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #567937;
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: 100px;
left: 200px; /*position where enlarged image should offset horizontally */

}

</style>
<!---- end pop up image stylesheet ---->

