		#container {
	width: 900px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid;
	border-color: #666666;
		}
		

		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 40px;
			color: #006600;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
		}
		
		a {
			color:#003399;
			text-decoration: none;
		}

		a:hover {
	color:#990000;
	background-color: #F5F5F5;
		}

		
		form {
	font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER */

		#header {
	padding-top: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	height: 92px;
	width: 900px;
		}
		

		/* the slogan */
		#header p {
	font-weight: bold;
	font-size: 14px;
	margin-top: 50px;
	margin-left: 50px;
	color: #666666;
		}

/*** Header navigation bottom ***/
#header-nav-bottom {
	width: 600px;
	height: 2em;
	padding: 4px;
	line-height: 2em;
	margin-bottom: 10px;
	position: fixed;
}

#header-nav-bottom ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;	
}	

#header-nav-bottom li {
	float: left;
	white-space: nowrap;
}

#header-nav-bottom li a {
	display: block;
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(255,255,255);
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);
	background-color: inherit;
	color: #FFCC00;
	text-decoration: none;
}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT */

		#content {
	width: 505px;
	margin-left: 195px;
	margin-right: 180px;
	background-color: #FFFFFF;
	padding: 6px;
	margin-bottom: 10px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		
	#content2 {
	width: 875px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	padding: 6px;
	margin-bottom: 10px;
	height: autopx;
		}
			
			#content3 {
	width: 875px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	padding: 6px;
	margin-bottom: 10px;
	height: 900px;
		}
		
		.gallerycontainer{
	position: absolute;
	left: 368px;
	top: 115px;
	width: 579px;
	height: 359px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
right: -10px;
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: 0;
left: 150px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


/* SIDEBAR */

		#sidebar {
	float: right;
	width: 160px;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding: 6px;
		}
		
		#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	text-align: justify;
	height: 72px;
		}
		
			#sidebarlf {
	float: left;
	width: 165px;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding: 6px;
	margin-left: 5px;
	border: thin;
	border-color: #999999;
		}
		
		#sidebarlf p {
	padding-bottom: 0px;
		}

/* FOOTER */

		#footer {
	margin-top: 20px;
	clear: both;
	background-color:#666666;
	padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#ffffff;
			padding: 5px;
		}
		
		#footer p a {
	color: #CCCCCC;
	border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
	
.subhead {
	font-size: 16px;
	font-weight: bold;
}
