body {
	margin: 0px auto;
	padding: 0px;
	background-color: #f0f0f0;
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-x;
}
#logo {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 185px;
	background-color: #ffffff;
	text-align: center;
}
#link {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	background-color: #ffffff;
	border-bottom: 1px #666666 dotted;
}
#link p {
	margin: 0px;
	padding: 5px;
	font: 9pt Georgia, serif;
	color: #43587a;
}
#link a {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	color: #43587a;
	text-decoration: none;
}
#link a:hover {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	color: #3399ff;
	text-decoration: none;
}
#box {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: auto;
	overflow: hidden;
	background-color: #ffffff;
	border-bottom: 1px #666666 dotted;
}
#box h1 {
	margin: 0px;
	padding: 10px;
	font: 9pt Georgia, serif;
	color: #43587a;
	line-height: 14pt;
	border-top: 1px #666666 dotted;
}
#box h2 {
	margin: 0px;
	padding: 10px;
	font: 9pt Georgia, serif;
	color: #43587a;
	line-height: 14pt;
	border-top: 1px #666666 dotted;
	border-bottom: 1px #666666 dotted;
}
#box p {
	margin: 0px;
	padding: 10px;
	font: 9pt Georgia, serif;
	color: #000000;
	line-height: 14pt;
}
#box ul {
	margin: 0px;
	padding: 10px 10px 10px 50px;
	font: 9pt Georgia, serif;
	color: #000000;
	line-height: 14pt;
}
#box a {
	color: #43587a;
	text-decoration: underline;
}
#photo {
	float: right;
	margin: 10px 10px 10px 50px;
	padding: 0px;
	width: 400px;
}
.tablenews {
	margin: 0px 0px 30px 50px;
	padding: 0px;
	width: 800px;
	border-bottom: 1px #666666 dotted;
}
.photonews {
	margin: 10px;
	padding: 5px;
	border: 1px #666666 solid;
}
.photonews_big {
	float: left;
	margin: 10px;
	padding: 5px;
	border: 1px #666666 solid;
}
#contactus {
	margin: 0px;
	padding: 0px;
}
#contactus h1 {
	margin: 5px;
	padding: 0px;
	font: 9pt Georgia, serif;
	color: #000000;
	border: none;
}
#contactus p {
	margin: 0px;
	padding: 10px;
	font: 9pt Georgia, serif;
	color: #000000;
	line-height: 14pt;
}
#contactus a {
	color: #e20026;
	text-decoration: underline;
}
#contactus a:hover {
	color: #e20026;
	text-decoration: none;
}
#contactus form {
	margin: 10px 10px 50px 10px;
	padding: 0px;
}
.table_form {
	width: 600px;
}
.td_tag_form {
	width: 150px;
	vertical-align: center;
	text-align: left;
	border-bottom: 1px #666666 dotted;
}
.td_input_form {
	width: 300px;
	vertical-align: center;
	text-align: left;
	border-bottom: 1px #666666 dotted;
}
.td_error_form {
	width: 150px;
	vertical-align: center;
	text-align: left;
	border-bottom: 1px #666666 dotted;
}
#contactus input {
	margin: 5px;
	padding: 0px;
	font: 8pt Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
}
#contactus textarea {
	margin: 5px;
	padding: 0px;
	font: 8pt Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
}
#sublink {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	background-color: #ffffff;
	border-bottom: 1px #666666 dotted;
}
#sublink p {
	margin: 0px;
	padding: 5px;
	font: 9pt Georgia, serif;
	color: #43587a;
}
#sublink a {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	color: #43587a;
	text-decoration: none;
}
#sublink a:hover {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	color: #3399ff;
	text-decoration: none;
}
#subaddress {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	background-color: #ffffff;
	border-bottom: 2px #3399ff solid;
	text-align: center;
}
#subaddress p {
	margin: 0px;
	padding: 5px;
	font: 9pt Georgia, serif;
	color: #43587a;
	line-height: 14pt;
}
#subaddress a {
	color: #3399ff;
	text-decoration: underline;
}
#subaddress a:hover {
	color: #43587a;
	text-decoration: none;
}
.orange {
	color: #3399ff;
}
/* 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);
	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;
}