body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #545454;
	background-color: #f0f0f0;
	text-align: center;
}

p {
	margin: 0.1em 0 0.1em 0;
}
/*headings*/
h1 {
	margin: 0;
	padding: 0;
	font-size: 200%;
	font-weight: normal;
	color: #4169E1;
}

h2 {
	margin: 0.1em;
	padding: 0;
	background-color: #A7BAEF;
	color: White;
	font-size: 100%;
	font-weight: normal;
}
/*headings*/

div {
	margin: 0; 
	padding: 0; 
	display: block;
}
/*links*/

a:link {
	color: #2B4594; 
	text-decoration: underline;
}

a:hover {
	color: #E16840; 
	text-decoration: none;
}

a:active {
	color: #4169E1; 
	text-decoration: underline;
}

a:visited {
	color: #B840E1; 
	text-decoration: underline;
}
/*links*/

.container {
	background-color: #FFFFFF; 
	margin: 0 auto 0 auto; 
	padding:0; 
	width: 740px;
}

.header {
	padding: 2em; 
	margin: 0; 
	text-align: left;
	background-image: url(header.jpg); 
	background-repeat: no-repeat; 
	background-position: center;
	height: 78px;
}

.header p {
	text-indent: 8em; 
	color: #3B4471;
}

ul.navigation {
	list-style-type: none; 
	float: left; 
	display: block; 
	width: 740px; 
	line-height: 0.1em; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	background-color: White;
	border-bottom: 1px solid #C4C4C4;
}

.left {
	float: left; 
	clear: both; 
	width: 14em; 
	margin: 0 0 0 0.1em; 
	padding: 0;
}
.thumbnailleft {
	float: left; 
	clear: both; 
	width: 430px; 
	margin: 0 0 0 0.1em; 
	padding: 0;
}

.leftcontent {
	margin: 0.5em; 
	padding: 0.3em; 
	border: 1px solid #C4C4C4; 
	text-align: left;
}

.leftcontent p {
	padding-left: 1em;
}

.leftcontent p a:link, a:visited{
	color: #2B4594;
	text-decoration: underline
	
}

.leftcontent p a:hover{
	color: #72C32B;
	text-decoration: none
}

.leftcontent p a:active {
	color: #545454;
	text-decoration: underline
}

.left h2 {
	text-align: left; 
	padding: 0 0 0 1em;
}

.leftlinks a {
	display: block;
}

.content {
	clear: right; 
	text-align: left; 
	margin: 0.5em 0.5em 0 14.2em; 
	padding: 0.3em 1ex 0.3em 1ex;
	border: 1px solid #C4C4C4; 
}
.content p a:hover{
	color: #72C32B;
	text-decoration: none
}	

.content p a:active{
	color: #545454;
	text-decoration: underline
}
.content p a:link, a:visited{
	color: #2B4594;
	text-decoration: underline
}		

.content h2 {
	padding: 0 0 0 1em;
}

.footer {
	font-size: 75%; 
	margin: 0.1em; 
	padding: 0.3em; 
	text-align: center; 
	clear: both;
}

.footer p { 
	border: 1px solid #C4C4C4;
	padding: 0.5em;
	margin: 0.3em;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
height: 100px
background-color: black;
}
.thumbnail img{
border: 0px solid white;
margin: 0px 0px;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 0px solid white;
}
.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: 0px;
left: 450px; /*position where enlarged image should offset horizontally */
height: 100px
width: 100px
z-index: 50;
}

/*imagemap css*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	/*imagemap css*/

