body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B9B9B9;
}
.topnav {
	font: normal 11px Tahoma;
	color: #cccccc;
	text-decoration: none;
}
.input_search {
	font: normal 11px Tahoma;
	color: #1E57A3;
	padding-top: 5px;
	height: 19px;
	border: none;
	border-color: #000000;
	background:none;
	width: 130px;
}


.nav {
	font: normal 11px Tahoma;
	color: #336699;
	text-decoration: none;
}
.nav:active {
	color: #336699;
	text-decoration: none;
}
.nav:hover {
	color: #336699;
	text-decoration: underline;
}
.hbg {
	background: url(head_bg.jpg) no-repeat center center;
	height: 41px;
}
.ntxt1 {
	font: normal 11px/16px Tahoma;
	color: #000000;
	text-decoration: none;
}
.newstxt1 {
	font: normal 11px/16px Tahoma;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.btxt1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1E57A3;
	text-decoration: none;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4C4C4C;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 10px;
}
.hbg1 {
	background: url(head_bg.jpg) no-repeat center top;
	height: 27px;
}
.head2 {

	font: bold normal 13px Arial;
	color: #4C4C4C;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 45px;
}
.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4C4C4C;
	text-decoration: none;
	padding-left: 45px;
	padding-top: 5px;
}
.ntxt2 {
	font: normal 11px/16px Tahoma;
	color: #000000;
	text-decoration: none;
	padding: 10px 0px 10px 60px;
}
.ntxt4 {
	font: normal 11px/16px Tahoma;
	color: #000000;
	text-decoration: none;
	padding: 10px 0px 10px 20px;
}
.ftxt {
	font: normal 11px/16px Tahoma;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.flinks {
	font: normal 11px/16px Tahoma;
	color: #bc0000;
	text-decoration: none;
	text-align: center;
}
.flinks:active {
	color: #bc0000;
	text-decoration: none;
}
.flinks:hover {
	font: normal 11px/16px Tahoma;
	color: #bc0000;
	text-decoration: underline;
}

a{ color:#666666; text-decoration:none;}
.testimonials {
	background: url(testimonials_bg.jpg) no-repeat;
	height: 196px;
	width: 222px;
}

a:hover{ color:#666666; text-decoration:underline;}
.head4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4C4C4C;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 0px;
	text-align: left;

}
.ntxt3 {
	font: normal 11px Tahoma;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	word-spacing: 1px;
}
.btxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1E57A3;
	text-decoration: none;
	text-align: left;
}
.nav_heading {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #4C4C4C;
	text-decoration: none;
	padding-left: 34px;
}
.r_txt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.snav {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #1E57A3;
	text-decoration: none;
}
.nav_heading2 {

	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #4C4C4C;
	text-decoration: none;
}
.table {
	color: #334454;
	padding: 2px;
	border: 1px solid #334454;
}
.runningtextsearch {
	background-color : #C1DAFF;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #303030;
	text-decoration: none;
}
.sitemap_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4C4C4C;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 10px;
}
.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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}