/* this section is for the headers on all pages */

tr.headerrow	{
	width: 1000px;
	margin: 0px;
	padding: 0px;
	}

td.headercol	{

	width: 1000px;
	height: 641px;
	margin: 0px;
	padding: 0px;
	border: solid 1px;
	border-color: black;
	background-color: #a2c0f2;}

/* this section is for the navigation panel for all sections */

td.navigationcell { width: 125px;
		 height: 1450px;
		margin: 0px;
		padding: 0px;
		text-align: center;
/* use for winter header
		background-color: #C9CED6;

use for yellow spring header
  background-color: #ffe530;		*/

/* use for summer header: sky blue #a2c0f2
	 */

/* for image tile - try out for other seasons

background-image: url(sidepane.jpg); */

		background-color: #a2c0f2;
		border: solid 1px;
		border-color: black;
		vertical-align: top;}

.navpagespacer {width: 125px; 
		height: 850px;} 

/* this section is for the main text area for most pages */

.contentcell {	border: solid 1px;
		border-color: black;
		width: 868px;
		margin: 0px; 
		text-align: left;
		vertical-align: top;
		}


.bigquote {padding-left: 75px;
	padding-right: 75px;}

.noindent {font-size: 14pt;
	padding-left: 0px;
	padding-right: 0px;
	}

.contentpage {
		font-size: 14pt;
		padding-left: 40px;
		padding-right: 40px;
		}

/*  this is for a two column text section, like audiorecordings */

.splitcolumn
		{width: 424px;
		margin: 0px;
		text-align: left;
		vertical-align: top;
		}

.sidenote {
		font-size: 12pt;
		padding-left: 60px;
		padding-right: 60px;
		}

P {	font-size: 14pt;

	text-indent: 40px;
	padding-left: 40px;
	padding-right: 40px;

	}

p.mapcaption {font-size: 12pt;
		width: 430px;
		text-indent: 0px;
		padding: 0px;}

h2,h3,h4 { text-align: left;
		padding: 0px;}

H2 {font-size: 20pt;}
H3 {font-size: 18pt;}
H4 {font-size: 16pt;}
