﻿body {
	margin: 0;
	overflow-y: scroll;
	font-family: Georgia,"Palatino Linotype",Constantia,"Times New Roman",Times,serif;
	font-size: 13pt;
	background: #F8F9D9 url('img/back.gif');
}


a {
	color: #4664B0;
	text-decoration: underline;
}


.blurb {
	font-family: "Times New Roman",Times,serif;
	font-style: italic;
	font-size: 14pt;
	color: #9F5A1C;
	line-height: 29px;
}


.contentZone {
	position: absolute;
	top: 200px;
	width: 100%;
}


.contentPadding {
	margin-right: 40px;
	margin-left: 130px;
	margin-top: 8px;
	margin-bottom: 60px;
}


.navWood {
	background: url('img/wood.jpg') #753B13;
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0;
	top: 0;
	padding-top: 20px;
	text-align: center;
}


.navLogo {
	display: inline-block;
	background-image: url('img/logo.gif');
	height: 89px;
	width: 500px;
}


.navBarTable {
	background-color: #C6A782;
	background-image: url('img/navbar_shadow.gif');
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;
}


.navBarPositioner {
	width: 100%;
	position: absolute;
	left: 0pt;
	top: 130px;
}


.navLink {
	display: block;
	height: 25px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	color: #442408;
	text-decoration: none;
	margin-top: 6px;
	border-bottom-color: #C6A782;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}


.navLink:hover {
	color: #FF6600;
	border-bottom-color: #FF6600;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}


.navHome {
	background: url('img/home.gif') top center no-repeat;
	width: 60px;
	height: 31px;
	display: block;
	border-bottom-color: #C6A782;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}


.navHome:hover {
	background-position: center -34px;
	border-bottom-color: #FF6600;
}


a img {
	border: none;
	text-decoration: none;
}


h1 {
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 18pt;
	margin-bottom: 4px;
	margin-left: -6pt;
}


.navShadowLower {
	background-image: url('img/lowerShadow.gif');
	position: absolute;
	top: 164px;
	left: 0;
	height: 5px;
	width: 100%;
	background-repeat: repeat-x;
}


.ivyEdge {
	background-image: url('img/ivyCorner.jpg');
	position: absolute;
	left: 0;
	top: 164px;
	width: 255px;
	height: 365px;
}


.noteBox {
	background-color: #F5F5E9;
	color: #9A7D60;
	width: 320px;
	height: 130px;
	font-size: 11pt;
	border-bottom: 3px #9A7D60 double;
	border-top: 3px #9A7D60 double;
	border-left: 1px #D0C5BA solid;
	border-right: 1px #D0C5BA solid;
	padding: 18px;
	margin: 30px 20px 0 20px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}


.noteBox h1 {
	text-transform: capitalize;
	font-size: 18pt;
	font-variant: small-caps;
	padding-bottom: 10px;
	margin: 0;
	font-weight: normal;
}


.trap {
	visibility: hidden;
	background-image: url('img/c');
}


.menuTitle {
	visibility: hidden;
	position: absolute;
}


p.histProse { }

p.histProse:first-letter {
	font-size: 300%; 
	margin-right: 2px;
	color: #511515; 
	line-height: 75%; 
	float: left; 
	font-family: serif;
	text-decoration: none;			/* Stops ie (but not safari) from underlining the first letter in a link */
}

