body {
	background-color: #E3E3E5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.leftpannel {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
color:#336600;
font-family: Arial, Arial, Helvetica, sans-serif;
padding:0px;
font-weight: bold;
margin:0;
font-size: 30px;	}

h2 {
color:#336600;
margin:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 23px;	}

h3 {
color:#336600;
margin:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 23px;	}

h4 {
color:#336600;
margin:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;	}



.text {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.text1 {

	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.text1:hover {
color:#4C5731;
}
.tdborderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9B6B6;
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	color: #FFFFFF;
}
.tblborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BAB6B7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}
.tdbox {
	border: 1px solid #BAB6B7;
}
.tblbottombdr {
	background-image: url(../Images/art_Line.gif);
	background-repeat: repeat-x;
}
.txtgreen {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #61A905;
}
.text:hover {
color:#03397A;
}

.btn {
	border: 1px solid #103B9A;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #8EB6E7;
	width: 65px;
}
.txtbox {
	border: 1px solid #133A96;
}






<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.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*/
visibility: visible;
top: 50px;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>
