/* Global Styles */

body {
	margin:0px;
	background-image: url(/_images/Background.gif);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color: #660000;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #FFC820;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFC820;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #C0C0C0;
	color:#FFC820;
}

#headText{
	padding-left:15px;
}

#logo 	{
	font:30px Imprint MT Shadow, Helvetica, sans-serif;
	color: #FFC820;
	letter-spacing:.1em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #FFC820;
	letter-spacing:.1em;
	line-height:35px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
.bodyText {
	font:14px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 22px Arial, Helvetica, sans-serif;
	color: #660000;
	line-height:32px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 18px;
}

.smallText a {
	color:#660000;
	text-decoration:underline;
}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFC820;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}

/* Admin styles */

label {
	font-weight:bold;
	padding-right:50px;
}

.textfield {
	font-size:12px;
	height:17px;
	border-color:#aaa;
	border-style:solid;
	border-width:1px;
	width:200px;
	background-image: url(../_images/textfieldshading.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* News styles - front page*/
.FnewsDate{
	font-weight:bold;
}

.FnewsTitle{
	font-weight:bold;
	white-space:pre;
}

.FnewsIntro{
	font-style:italic;
}

/* News Styles - main page */
.MnewsDate{
	font-weight:normal;
	font-style:italic;
}

.MnewsTitle{
	font-weight:bold;
	text-decoration:underline;
	font-size:large;
}

.MnewsContent{
	font-weight:normal;
	font-size:larger;
}

/* Excursions Styles */
#excursionsTB{
	border-color:#999999;
	border-top-style:solid;
	border-width:thin;
}

.excursions_cell_right{
	border-color:#999999;
	border-bottom-style:solid;
	border-left-style:solid;
	border-width:thin;
	line-height:1.5;
}
.excursions_cell_left{
	border-color:#999999;
	border-bottom-style:solid;
	border-width:thin;
}
	
/* Photos page styles*/
.photo {
	font-size: small;
	border-color: #D5EDB3;
	border-style: ridge;
	border-width: 1px;
}
.photoTitle{
	text-align:center;
	text-decoration:none;
}

.HspaceCell{
	line-height: 8px;
	font-size: 8px;
}
