BODY {
	PADDING-RIGHT: 0px;
	MARGIN: 0px 0px 20px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E4E98B;
}
table.main_table {
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;


}
table.logo_table {
	border: 1px solid #D5D040;
	background-color: #FFFFFF;
}
table.nav_table_1 {
	height: 32px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D040;
	border-right-color: #D5D040;
	border-bottom-color: #D5D040;
	border-left-color: #D5D040;

}
table.nav_table_2 {
	height: 24px;
	width: 736px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D5D040;
	border-left-color: #D5D040;
	background-image: url(images/back_nav.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #457E2D;
	font-weight: normal;
}
a.nav_link {
	color: #457E2D;
	text-decoration: none;
}
a.nav_link:hover {
	color: #000000;
	text-decoration: none;
}
table.image_table {
	height: 124px;
	width: 748px;
	background-color: #F3EFE1;
}
table.image_table_2 {
	background-color: #FFFFFF;
	height: 97px;
	width: 704px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D040;
	border-right-color: #D5D040;
	border-bottom-color: #D5D040;
	border-left-color: #D5D040;

}
.content_body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.content_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #487F2B;

}
.heading_content_1 {
	color: #A06C08;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;

}
.heading_content_2 {
	color: #448423;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;

}
.heading_content_3 {
	color: #A06C08;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;

}
.border {
	border: 1px solid #3D8809;
}
.floating_left_border {
	float: left;
	border: 1px solid #448423;
	margin: 5px;
}
.floating_right_border {
	float: right;
	border: 1px solid #448423;
	margin: 5px;
}
.link1{
	color: #457E2D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.link1:hover {
	color: #C2A30E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


                                       /* POPUP CSS CODE */

<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: 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: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 370;
left: 355px; /*position where enlarged image should offset horizontally */

}

</style>

