a:link {color: black; text-decoration:none;}
a:visited {color: black; text-decoration:none;}
a:hover {color:white; text-decoration:none;}



body {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   background-color: #A9A9A9;
}

#logo {
    height: 60px;
	font-size: 30pt;
	background-color: #A9A9A9;
	border-style: none none solid none;
	border-bottom-width: thin;
}

#footer {
    height: 30px;
	font-size: 10pt;
	text-align: center;
}


#path {
	margin-left: 20px;
    height: 30px;
	font-size: 13pt ;
}





#caption {
    height: 30px;
    width: 680px;
	font-size: 16pt ;
	font-weight: bold;
	text-align: center;
}


.framed {
	border-style: solid;
	border-width: 2px; 
	border-color: black;
	padding: 10px;
   background-color: white;
}


#content {
	float:left;
	text-align: center;
	width: 680px; 
}



#map {
	height: 600px;
}


.thumbnail {
	text-align: center;
    width: 920px;
}

.thumbnail_caption {
	text-align: center;
	float: left;
	width: 180px;
	border: 1px solid #999;
	margin: 0 15px 0px 0;
	padding: 5px;
}

.thumbnail_item {
	text-align: center;
	float: left;
	width: 180px;
	height: 180px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
}
 
 
.clearboth { 
	clear: both;
}

.toc {
	line-height: 17px;
	text-align: left;
}	

.toc1 {
	text-indent: 10px;
}

.toc2 {
	text-indent: 50px;
}

.toc3 {
	text-indent: 90px;
}

.toc4 {
	text-indent: 130px;
}


#nav {
	margin-top: 72px;
	width: 120px; 
	text-align: center;
	float:left;
}


.navItem {
	height: 130px;
	text-align: center;	
}

#verticalAds {
	width: 120px;
	height: 600px;
	float:left;
	margin-left: 20px;
}

#horizontalAds {
    height: 60px;
    width: 620px;
    margin-left: 30px;
}



#previousPicture {
 	float:left;
}
#previousGallery {
	float:left;
}
#nextPicture {
	float:right;
}
#nextGallery {
	float:right;
}

a#previousPicture:link {color: #A9A9A9; text-decoration:none;}
a#previousPicture:visited {color: #A9A9A9; text-decoration:none;}
a#previousPicture:hover {color:white; text-decoration:none;}

a#previousGallery:link {color: #A9A9A9; text-decoration:none;}
a#previousGallery:visited {color: #A9A9A9; text-decoration:none;}
a#previousGallery:hover {color:white; text-decoration:none;}

a#nextPicture:link {color: #A9A9A9; text-decoration:none;}
a#nextPicture:visited {color: #A9A9A9; text-decoration:none;}
a#nextPicture:hover {color:white; text-decoration:none;}

a#nextGallery:link {color: #A9A9A9; text-decoration:none;}
a#nextGallery:visited {color: #A9A9A9; text-decoration:none;}
a#nextGallery:hover {color:white; text-decoration:none;}



