@charset "UTF-8";
/* CSS Document

body in HTML will be scrapped 
	bgcolor="#66FDDDD" 
    background="images/lightbluepaper.jpg" 
    text="#0000FF" 
    link="#0000FF" 
    vlink="#9900CC" 
    alink="#FF0000" 
    bgproperties="">
*/	
body 
	{ 
	background:#FFFFEE; 
	background-color:#FFFFEE; 
	color:#755025;

	font:100%/1.4 Verdana, Arial, Helvetica, sans-serif;	
	font-family:Verdana; 
	font-weight:100;
	font-size:1em; 
	font-style:normal;
	font-variant:normal;
	
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	line-height:1.2;
	text-align:left;
	
	margin-left:0px;  /*This doesnt stop text abutting buttons*/
	margin-right:0px;  
	margin-top:0px; 
	margin-bottom:0px;
	
	padding-left:0px; /*This doesnt stop text abutting buttons*/
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	}


#myDIV {
  		text-decoration-line:none;
		}

a:link 		{color:#1F1F99;decoration:none} /*dark blue*/
a:active 	{color:#000066;decoration:none} /*dark blue*/
a:visited 	{color:#3333FF;decoration:none} /* mid blue*/
/*a:hover		{color:#FF0000;decoration:none} /*red but this makes linked headings turn red! */

/* Light link colors for a dark background*/
a.linkcolordark    			{color:#99CCFF;decoration:none} /*pale blue*/
a.linkcolordark:link 		{color:#00CCFF;decoration:none}  /*dark blue*/
a.linkcolordark:visited 	{color:#FFFFFF;decoration:none}  /*white*/
a.linkcolordark:hover		{color:#CCFFFF;decoration:none}  /*green*/
a.linkcolordark:active 		{color:#99CCFF;decoration:none} /*pale blue*/  

/* Dark link colors for a light background*/
a.linkcolorlight			{color:#3333FF;decoration:none} /*dark blue*/
a.linkcolorlight:link 		{color:#3333FF;decoration:none} /*dark blue*/
a.linkcolorlight:visited 	{color:#9900FF;decoration:none} /* mauve*/
a.linkcolorlight:hover		{color:#00FFOO;decoration:none} /*blue*/
a.linkcolorlight:active 	{color:#3333FF;decoration:none} /*dark blue*/

h1 {text-align: center;font-size:2.5em;}
h2 {text-align: center;font-size:2em;}
h3 {text-align: center;font-size:1.75em;}	
h4 {text-align: center;font-size:1.50em;}


table {
	align:center; 
	valign:center; 
	border-style:none; 
	border-color:#000000;
	border-width:10px; 
	}

table.textblock 
	{  
	padding-left:30px; /*This doesnt stop text abutting buttons*/
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	
	border-style:none; 
	border-color:#000000;
	border-width:10px; 
	
	align:center; 
	valign:center; 
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:100;
	font-size:1em; 
	font-style:normal;
	font-variant:normal;
	}

.p
	{
	padding-left:30px; /*This doesnt stop text abutting buttons*/
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	
	color:#755025;
	line-height: 150%;
	align:center; 
	valign:center; 
	text-align:left;
	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	font-size:1em; 
	font-style:normal;
	font-variant:normal;
	}

.maintext
	{
	padding-left:30px; /*This doesnt stop text abutting buttons*/
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	
	color:#755025;
	line-height: 150%;
	align:center; 
	valign:center; 
	text-align:left;
	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	font-size:1em; 
	font-style:normal;
	font-variant:normal;
	}

.manuscripts
	{ 
	padding-left: 50px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	
	color:#755025;
	line-height: 150%;
	align:center; 
	valign:center; 
	text-align:left;
	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:150;
	font-size:1.2em; 
	font-style:normal;
	font-variant:normal;
	}

.quotedtext
	{
	padding-left:60px; /*This doesnt stop text abutting buttons*/
	padding-right:60px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;

	emphasis:italic;
	color:#000000;
	line-height: 150%;
	align:center; 
	valign:center; 
	text-align:left;
	text-decoration:none;
	text-emphasis:accent;
	
	font-family:serif; 
	font-style:italic;
	font-variant:normal;
	font-weight:100;
	font-size:1.2em; 
	font-style:normal;
	font-variant:normal;
	}
	
.referencetext
	{
	padding-left:50px; /*This doesnt stop text abutting buttons*/
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;

	color:#755025;
	line-height: 150%;
	/*align:left;*/
	valign:center; 
	/*text-align:left;*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	font-size:0.8em; 
	font-style:normal;
	font-variant:normal;
	}
			
.mainheading
	{
	padding-left:30px; /*This doesnt stop text abutting buttons*/
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;

	color:#352515;
	line-height: 150%;
	align:center; 
	valign:center; 
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:300;
	font-size:2em; 
	font-style:normal;
	font-variant:normal;
	}	

.subheading
	{
	padding-left:30px; /*This doesnt stop text abutting buttons*/
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;

	color:#352515;
	line-height: 150%;
	align:center; 
	valign:center; 
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:200;
	font-size:1.5em; 
	font-style:normal;
	font-variant:normal;
	}	

.subsubheading
	{
	padding-left:30px; /*This doesnt stop text abutting buttons*/
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;

	color:#352515;
	line-height: 150%;
	align:center; 
	valign:center; 
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	font-size:1.2em; 
	font-style:normal;
	font-variant:normal;
	}	

div.myth
	{
	color:#FF0000;	
	}
	
.tableheading
	{
	padding-left:30px; /*This doesnt stop text abutting buttons*/
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;

	color:#352515;
	line-height: 150%;
	align:left; 
	valign:center; 
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	font-size:1.2em; 
	font-style:normal;
	font-variant:normal;
	}	

table.generaltable
	{
	border-style:inset;
	border:thin;
	border-width:medium;
	border-color:#FF9900;	
	margin:0px; 
	padding:5px; 
	text-align:center; 	
	valign:center; 
	align:center; 
	background-color:#f7f3db;/* Color of matting around the photos */
	}

div.photoborder
	{
	align:center;
	padding:20px;
	}
	
table.photobox
	{
	margin:10px; 
	padding:10px; 
	valign:center; 
	align:center; 
 	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:100;
	font-size:1em; 
	font-style:normal;
	font-variant:normal;	
	}
	
table.phototable 
	{ 
	/*width:50%; */
	border-style:single; /*double; */
	border-color:#F9F9BE;
	border-width:10px; 
	margin:10px; 
	padding: 30px 30px; 
	align:center; 
	valign:center; 
	color:#000000;
	background-color:#F9F9D8;
	}

table.simplephototable 
	{ 
	/*width:100%; needs to vary*/
	border:thin;
	border-style:single; /*double; */
	border-color:#F9F9BE;
	border-width:2px; 
	margin:10px; 
	padding: 30px 30px; 
	align:center; 
	valign:center; 
	color:#000000;
	background-color:#f7f3db;/* Color of matting around the photos */
	}
	
td.photomatting  
	{
	background-color:#FFFFE9
	align:center; 
	valign:center; 
	}

.photocaption
	{
	width=100%;
	padding-left:30px; /*This doesnt stop text abutting buttons*/
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;

	color:#000000;
	line-height: 150%;
	align:center; 
	valign:center; 
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	font-size:1em; 
	font-style:normal;
	font-variant:normal;
	}

.enlargephoto
	{
	width=100%;
	padding-left:10px; /*This doesnt stop text abutting buttons*/
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;

	color:#999999;
	line-height: 100%;
	align:center; 
	valign:center; 
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:80;
	font-size:0.8em; 
	font-style:italic;
	font-variant:small-caps;
	}


/* YOU TUBE FOR MOBILES*/
.iframe-container
	{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
	}
	
.iframe-container iframe
	{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	}


/* THE FOLLOWING WAS PROVIDED BY A DreamWeaver TEMPLATE 

To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - <a href="http://www.adobe.com/go/adc_css_layouts">http://www.adobe.com/go/adc_css_layouts</a>.</p>
*/


/* ~~ Element/tag selectors ~~ */
ul, ol, dl 
	{ 
	/* Due to variations between browsers, it's best practices to zero padding and margin on lists. 
	For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. 
	Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5, h6, p 
	{
	/* removing the top margin gets around an issue where margins can escape from their containing div. 
	The remaining bottom margin will hold it away from any elements that follow. */
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	/* adding the padding to the sides of the elements within the divs, 
	instead of the divs themselves, gets rid of any box model math. 
	A nested div with side padding can also be used as an alternate method. */
	}
	
a img 
	{ 
	/* this selector removes the default blue border displayed in some browsers 
	around an image when it is surrounded by a link */
	border: none;
	}

	/* ~~ Styling for your site's links must remain in this order 
	- including the group of selectors that create the hover effect. ~~ */
a:link 
	{
	color: #42413C;
	text-decoration: none; 
	/*text-decoration: underline; unless you style your links to look extremely unique, 
	it's best to provide underlines for quick visual identification */
	}
	
a:visited 
	{
	color: #6E6C64;
	text-decoration:none;
	}
	
a:hover, a:active, a:focus 
	{ 
	/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	}



/* ~~ this fixed width container surrounds all other divs ~~ */
.container 
	{
	width:100%; /* was fixed! 960px;*/
	/*background: #FFFFFF;/*white but I was using cream*/
	
	padding-left:30px;  /*auto made it move 200 px right!  This doesnt stop main text abutting buttons*/
	padding-right:10px;  
	padding-top:10px; 
	padding-bottom:15px;
	
	margin-left:0;  /*This doesnt stop text abutting buttons 200 does nothing!*/
	margin-right:0;  
	margin-top:0px; 
	margin-bottom:0px;

	/*margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; 
	/* this declaration makes the .container understand where the floated columns within ends and contains them */
	}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 
	{
	/*padding-right: stops main text from abutting button panel but fills the space with the fawn sidebar color
	so we have to cahnge the color to match background, or omit it. But now the lines between buttons
	are too long.  If I make them the same color as background ity leaves a space between buttons.*/
	float: left;
	text-align:center;
	width: 180px;
	/*background: #EADCAE; /* Fawn background for the sidebar */
	padding-left: 10px;
	padding-right:20px; /*This leaves a gap before the main text container*/
	padding-top:5px;
	padding-bottom:15px;
	}
	
.content 
	{
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	
	margin-left:10px;	/* I added*/
	margin-right:10px;	/* I added*/
	margin-top:10px;	/* I added*/
	margin-bottom:10px;	/* I added*/
	
	width: 100%;/*was 780 for content and 160 for sidebar1. I had to make images smaller or they get bumped to end buttons*/
	float: left;
	}

/* ~~ If you use unordered or ordered lists in the contant
	This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol, .content li
	{ 
	padding-left: 15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:15px;
	 /* this padding mirrors the right padding in the headings and paragraph rule above. 
	 Padding was placed on the bottom for space between other elements on the lists 
	 and on the left to create the indention. 
	 These may be adjusted as you wish. */
	}

/* ~~ The navigation un-ordered list styles for the buttons ~~ */
ul.nav 
	{
	list-style: none; /* this removes the list marker */
	border-top: 10px; /*Was 1 px. This creates the top border for the links - all others are placed using a bottom border on the LI */
	border-top-style:solid;
	border-color:#FFFFEE;/*solid border to match background color between buttons*/
	margin-bottom: 15px; /* this creates the space between the navigation sidebar and the content below */
	}

/* SPACE BETWEEN BUTTONS */	
ul.nav li 
	{
	border-bottom: 10px; /* was 1px #666 Dark Navy Blue 1 px this creates the button separation line. see Sidebar CSS comments*/
	border-bottom-style:solid;/*solid border to match background color between buttons*/ /* can use hidden*/
	border-color:#FFFFEE;
	}

/*Button BEFORE BEING VISITED */	
ul.nav a
	{ 
	/* Buttons. grouping these selectors makes sure that your links retain their button look even after being visited 
	But I decided that I want color to change after visiting - see below*/
	padding-left: 5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:15px;
	/* padding: 5px 5px 5px 15px;*/
	
	/* this display block  gives the link block properties causing it to fill the whole LI containing it. 
	This causes the entire area to react to a mouse click. */
	display: block; 
	/*this width makes the entire button clickable for IE6. 
	If you don't need to support IE6, it can be removed. 			    
	Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	width: 160px;  
	text-decoration: none;
	background: #FFF7C5;/*Gold buttons before being visited. Was light yucky pea green soup */ 
	}

/*Buttons VISITED */
ul.nav a:visited 
	{ 
	/* Buttons. grouping these selectors makes sure that your links retain their button look even after being visited 
	But I decided that I want color to change after visiting - see below*/
	padding-left: 5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:15px;
	/* padding: 5px 5px 5px 15px;*/
	
	/* this display block  gives the link block properties causing it to fill the whole LI containing it. 
	This causes the entire area to react to a mouse click. */
	display: block; 
	/*this width makes the entire button clickable for IE6. 
	If you don't need to support IE6, it can be removed. 			    
	Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	width: 160px;  
	text-decoration: none;
	background:#FAECA5;  /*#FAF7C5;   /*#FADEAD;  /*#EFE7A5; /*Gold buttons change to this color when visited. */ 
	}

/* Buttons ON MOUSE OVER*/		
ul.nav a:hover, 
ul.nav a:active, 
ul.nav a:focus 
	{ 
	/* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFFFFF;/*White text on dark copper background*/
	background:#875B3D; /* Was #E5AF91;Dark Copper FOR MOUSE OVER*/
	}

/* ~~ miscellaneous float/clear classes ~~ */
.fltnone 
	{  
	/* The floated element must precede the element it should be next to on the page. */
	float:none;
	margin-left: 8px;
	}
	
.fltrt 
	{  
	/* this class can be used to float an element right in your page. 
	The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
	
.fltlft 
	{ 
	/* this class can be used to float an element left in your page. 
	The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	}
	
.clearfloat 
	{ /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}