body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.hrContent {
	border: 0;
	color: #E88B00;
	background-color: #E88B00;
	height: 2px;
	align: center;
}
.hrFooter {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	align: center;
}
/* CSS Document */

a:link {
	color: #13AFC6;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #F7B52B;
}
a:active {
	color: #F90;
}
.Footnote {
	font-size: 11px;
	color: #4F4033;
}
.Title {
	font-size: 11pt;
	color: #50A59E;
	font-weight: bold;
	}
.TitleContent {
	color: #50A59E;
	text-decoration: underline;
	}
.bgContent {
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
}
.bgLeft {
	background-image: url(images/left_body.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.bgRight {
	background-image: url(images/right_body.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.bgBottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.gallerycontainer{
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #FFFFFF;
margin: 2px 2px 0px 2px;
}

.thumbnail:hover{
background-color: transparent;

}

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

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #EEE6DB;
	padding: 2px;
	visibility: hidden;
	color: #D9D2CA;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 4px;

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 5px;
left: 5px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
