body,td,th {
	color: #333;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;
	

}
body {
	background-image: url(imagess/bg.jpg);
	background-color: #2b8097;	
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 16px;
	padding-left: 18px;
	border-color: #FFF;

}


a:link {
	color: #2B8096;
	text-decoration: none;
	border-color: #FFF;
}
a:visited {
	color: #2B8096;
	border-color: #FFF;

}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


@charset "UTF-8";
#wrapper {
	background-image: url(imagess/bodybg.jpg);
	background-repeat: repeat-y;
	width: 778px;
	height: auto;
	margin: auto;
	position: relative;

	}
	
#header {
	height: 153px;
	width: 778;
	background-image: url(imagess/bodybg.jpg);
	background-repeat: repeat-y;
	float: none;
}

#topheader {
	float: left;
	height: auto;
	width: 778px;
	background-color: #FFF;
	background-image: url(imagess/bodybg.jpg);
	background-repeat: repeat-y;
}

#header2 {
	background-image: url(imagess/bodybg.jpg);
	background-repeat: repeat-y;
	width: 534px;
	float: right;
	}

#nav2 {
	background-image: url(imagess/bodybg.jpg);
	background-repeat: repeat-y;
	width: 233px;
	float: left;
	padding-left: 10px;
}



#main {
	float: left;
	height: auto;
	width: 778px;
	background-color: #FFF;
	background-image: url(imagess/bodybg.jpg);
	background-repeat: repeat-y;
	
}

#nav {
	float: left;
	width: 233px;
	padding-left: 10px;
	
	
}

#menu {
	float: left;
	width: 234px;
	background-color: #2b8097;	

}

#news {
	background-image: url(imagess/sidebg.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 400px;
	width: 233px;
}
#body {
	float: right;
	width: 500px;
	height: auto;
	padding-right: 3px;
	margin-right: 16px;
	padding-top: 13px;
	border-color: #FFF;
}


#body h2 {
	font: 18px Tahoma, Geneva, sans-serif;
	color: #2b8097;
	padding-bottom: 4px;
	margin-bottom: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#body h3 {
  font: 14px Tahoma, Geneva, sans-serif;
  color: #2b8097;
}


#body h5 {
	font: 23px Tahoma, Geneva, sans-serif;
	color: #666;
	padding-bottom: 4px;
	margin-bottom: 0em;
}

#wrapper #body strong {
	color: #008080;
	font-size: 16px;
}
#footer {
		width: 778px;
}







/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
