/* for map & gallery pages*/

body { 
	background-color: #F1EFF0;
	margin:0;
	padding:0;
	font-family:Trebuchet MS, verdana, arial;
	color: #000;
	font-size:12px;
}

td {
	font-family:Trebuchet MS, verdana, arial;
	color: #000;
	font-size:12px;
}

.textheader { 
	background-color:#000000;
	position:relative;
	height:35px;
	color: #ffffff;
	width:758px;
	margin-left:6px;
	padding:5px;
	}
	
.textheader a:link {
	color:#ffffff;
	text-decoration:none;
	}
	
.textheader a:hover {
	color:#ffffff;
	background-color:#CCCCCC;
	text-decoration:none;
	}

.textheader a:visited {
	color:#ffffff;
	text-decoration:none;
	}	

.header { 
	background-color:#000000;
	position:relative;
	height:35px;
	color: #ffffff;
	}	

.header a:link {
	color:#ffffff;
	text-decoration:none;
	}
	
.header a:hover {
	color:#ffffff;
	background-color:#CCCCCC;
	text-decoration:none;
	}

.header a:visited {
	color:#ffffff;
	text-decoration:none;
	}
	
.left {
   position:absolute;
   left:10px;
   bottom:5px;
   width: 50%;
   }

.right {
   position:absolute;
   right:10px;
   top:10px;
   width:50%;
   text-align:right; 
   }	
	

#main {
	width: 650px;
	position:absolute;
	left:50%;
	margin: 38px auto auto -360px;
	background-color:#FFFFFF;
	}

input, textarea
	{
	margin: 0;	
	border: 1px solid #ccc;
	color: #000;
	font-size:  11px;
	font-weight: normal;
	padding: 2px;
	}
	
input.top
	{
	background-color: #B4B6A0;
	color: #000;
	width: 40px;
	font-size: 11px;
	}


/* for text pages */

body.textpage {
	background-color: #ffffff;
	margin:0;
	padding:0;
	background-image: url(images/paperbg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	text-align:center;
	min-width:780px;
}

body.textpage #header { 
	width:758px;
	margin-left:6px;
	}

#textwrapper { 
	width:780px;
	margin:0 auto;
	text-align: left;
	}
	
#fulltext {
	padding:40px;	
	}
	
	

/* home page */

body.index {
	background-image: url(images/paper.gif);
	background-color: #000; 
	color:#4C2D14;
	font-weight: bold;
	visibility: visible;
	font-size:14px;
}


body.index a:hover {
	background-color:none;
  }



/* for all pages */
 
a:link {
	color: #600F06;
	text-decoration:underline;
	font-weight:600;
	}
	
a:visited {
	color: #600F06;
	font-weight:600;
  }

a:hover {
	color: #600F06;
	background-color:#fff;
	font-weight:600;
  }

 


h1 {
	color: #600F06;
	/*font-family: lucida grande, verdana, arial, sans-serif;*/
	font-size: 150%;
}

h2 {
	color: #600F06;
	font-size: 120%;
	margin-top: 30px;
}

h3 {
	color: #600F06;
	font-size: 75%;
	margin-left: 8px;
}



.smallcaps {
	font-variant: small-caps;
}


.biblio {
	text-indent: -30pt;
	margin-left: 40px;
	}
	

/* tables with borders */


#grid table {
  border: 0px;
  background-color:#000000;
  font-size: 12px;
  }

#grid td  {
  border: 0px;
  background-image: url(images/paperbg.jpg);
  background-position: -10px;
  }
  
#grid ul, li {
  margin-bottom:0;
  }