/* version 6 */
/* some deprecated HTML converted into CSS */
/* 14MAR12 - photo alignment in table  = top and centred	*/
/*  css column widths quarter and third */
/* 15MAR12 - border for some images */
/* 20MAR12 - main - format the main body of text */

body	
	{font-family: verdana, sans-serif;
	color: #7e3308;
/* (this was 6e3308) */
	background-color: #eaeaea;
	}				
h1.title
	{font-family: times, serif;
	margin-bottom: 0px;
	letter-spacing: 1em;
	word-spacing: 1em;
	text-align: center;
	}
h2.subtitle
	{font-family: times, serif;
	margin-top: 0px;
	text-align: center;
	}
.subhead
	{margin-left: 5%;
	}		
p
	{margin-left: 5%;
	margin-right: 5%;
	font-size: 85%;
	margin-top: 0em;
	margin-bottom: 0.5em;
	text-align: left;
	text-indent: 1em;
	}
img
	{border: 0;
	}
.inpar
	{margin-left: 5%;
	margin-right: 5%;
	font-size: 85%;
	margin-top: 0em;
	margin-bottom: 0.5em;
	}

.col
	{-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-rule: 1px outset #7e3308; /* Firefox */
	-webkit-column-rule: 1px outset #7e3308; /* Safari and Chrome */
	column-rule: 1px outset #7e3308;
	text-align: justify;
	text-indent: 1em;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 0.5em;
	}
.redact
	{color: #000000;
	background-color: #000000;
	}
ol
	{margin-left: 7%;
	font-size: 80%;
	counter-reset: section;
	list-style-type: none;
	}
ol li::before {counter-increment: section;
	content: counters(section,".") ": ";
 	}	
.poem
	{text-align: center;
	font-size: 100%;
	font-style: oblique;
	} 
p.wis 
	{margin-left: 15%; 
	margin-right: 15%;
	font-family: sans-serif;
	text-align: justify;
	text-indent: 2em;
	}
p.drem 
	{margin-left: 15%; 
	margin-right: 15%;
	font-family: sans-serif;
	text-align: justify;
	text-indent: 2em;
	}
pre
	{margin-left: 10%;
	font-family: monospace;
	font-size: 100%;
	}			
					
ul,dl
    	{font-size: 72%;
	}		
sub, sup 
	{font-family: sans-serif;
	font-size: 71%;
	}
strong
	{font-weight: bold;
	}									
.indent
	 {text-indent: 2em;
	 }
.center
	{text-align: center;
	}
.parahead
	{color: #7e3308;
	}				 
blockquote
	{font-style: oblique;
	}
.quote
	{font-style: oblique;
	margin-left: 15%; 
	margin-right: 15%;
	font-family: sans-serif;
	text-align: justify;
	text-indent: 2em;
	}
.lquote
	{font-style: oblique;
	font-size: 71%;
	margin-left: 15%; 
	margin-right: 15%;
	font-family: sans-serif;
	text-indent: 2em;
	}
.comment
	{color: #b00000;
	}
.hide
	{color: #ddd;
	}
.red
	{color: red;
	}			
.hdr
	{color: #7e3308;
	font-weight: bold;
	}
.d0
	{color: #7e3308;
	font-weight: bold;
	}
.d1
	{color: #7e3308;
	font-weight: bold;
	font-style: oblique;
	}
.w0
	{color: #7e3308;
	font-weight: bold;
	}	
.v0
	{color: #7e3308;
	font-style: oblique;
	font-size: 80%;
	}
.v1
	{color: #7e3308;
	font-weight: bold;
	font-style: oblique;
	}	
.k0
	{color: #7e3308;
	font-weight: bold;
	}
.m0
	{color: #7e3308;
	font-weight: bold;
	}
.b0 /* BAG COUNT */
	{color: #7e3308;
	font-weight: bold;
	}
.chdr
	{color: #7e3308;
	font-weight: bold;
	text-align: center;
	}
.bar
	{color: #7e3308;
	font-weight: bold;
	background-color: #ddd;
	padding: 2px;
	border-top: solid thin;
	border-bottom: solid thin #7e3308;
	margin-top: 25px;
	margin-bottom: 25px;
	}
.redbar
	{color: #7e3308;
	font-weight: bold;
	background-color: #e66;
	padding: 2px;
	border-top: solid thin;
	border-bottom: solid thin #7e3308;
	margin-top: 25px;
	margin-bottom: 25px;
	}
.cbar
	{color: #7e3308;
	font-weight: bold;
	text-align: center;
	background-color: #ddd;
	padding: 2px;
	border-top: solid thin;
	border-bottom: solid thin #7e3308;
	margin-top: 25px;
	margin-bottom: 25px;
	}
.stats
	{font-weight: bold;
	border-top: solid thin #7e3308;
	border-bottom: solid thin #7e3308;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 5px;
	}				 
.linfo
	{font-style: oblique;
	font-size: 71%;
	}
.little
	{font-size: 71%;
	}
.rinfo
	{font-style: oblique;
	font-size: 71%;
	color: #b00000;
	}
.modate
	{font-size: 70%;
	font-weight: bold;
	color: #7e3308;
	text-align: center;
	border-top: solid thin #7e3308; 
	}
p.navigate
	{border-top: solid thin #7e3308;
	border-bottom: solid thin #7e3308;
	text-align: left;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;
	}
p.nav2mid
	{font-family: "New Courier" , monospace;
	border-bottom: solid thin #7e3308;
	text-align: left;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	}
p.nav2top
	{font-family: "New Courier" , monospace;
	border-top: solid thin #7e3308;
	border-bottom: solid thin #7e3308;
	text-align: center;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0em;
	}
	p.nav2topleft
	{font-family: "New Courier" , monospace;
	border-top: solid thin #7e3308;
	border-bottom: solid thin #7e3308;
	text-align: left;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0em;
	}
p.nav2bot
	{font-family: "New Courier" , monospace;
	border-bottom: solid thin #7e3308;
	text-align: left;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 2em;
	}
p.nav-gt
	{border-top: solid thin #7e3308;
	border-bottom: solid thin #7e3308;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	}		
.new
	{color: black; 
	font-weight: bold;
	background-color: yellow;
	}					 				 					 
div.banner
	{background-image: url(img/trees01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 780px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;							
	}
td.w780
	{width: 780px;
	}
td.w760
	{width: 760px;
	}
table.center
	{margin-left: auto;
	margin-right: auto;
	text-align: left;
	}																																 											
table.center760
	{margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
	}																																 											
a:link    
	{color: green;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}
a:visited 
	{color: green;
	text-decoration: none;
	font-weight: normal;
	font-style: normal; 
	}
a:hover   
	{color: red;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
	}
a:active  
	{color: green;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	}		 					 					 					 
#ddm
		{margin: 0;
		padding: 0;
		z-index: 30
		}
#ddm li
		 {margin: 0;
		 padding: 0;
		 list-style: none;
		 float: left;
		 border-top: solid thin #7e3308;
		 border-bottom: solid thin #7e3308;
		 }
#ddm li a
		 {display: block;
		 margin: 0 1px 0 0;
		 padding: 4px 5px;
		 width: auto;
		 background: #ddd;
		 color: green;
		 text-align: center;
		 text-decoration: none;
		 }
#ddm li a:hover
		 {background: #ddd;
		 color: red;
		 }
#ddm div
			{position: absolute;
			visibility: hidden;
			margin: 0;
			padding: 0;
			background: #ddd;
			border: solid thin #7e3308;
			}
#ddm div a		
		 {position: relative;
		 	display: block;
			margin: 0;
			padding: 5px 5px;
			width: auto;
			white-space: nowrap;
			text-align: left;
			text-decoration: none;
			background: #ddd;
			color: green;
			}
#ddm div a:hover	
		 {color: red;}

.fleft
	{float: left;
	margin-right: 10px;
	margin-left: 5%;
	text-align: center;
	}					 						
.fright
	{float: right;
	margin-right: 5%;
	margin-left:10px;
	text-align: center;
	}
br.clear
	{clear: both;
	}	

/* 14MAR12 - photo alignment in table  = top and centred	*/

.photo
	{text-align: center;
	vertical-align: top;
	}
.thirds
	{width: 33%;
	}
.quarter
	{width: 25%;
	}
/* 15MAR12 - border if required */	
.box
	{border: solid thin #7e3308;
	}
/* 20MAR12 - format main body */
.main
	{margin-left: auto;
	margin-right: auto;
	width: 760px;
	}
/* 22MAR12 - center box */
.center600
	{margin-left: auto;
	margin-right: auto;
	width: 600px;
	}
.ndxhdr
	{font-size: 120%;
	margin-bottom: 1em;
	list-style-type: disc;
	text-indent: -5px;
	}
ul.ndx
	{list-style-type: none;
	text-indent: 2em;	
	}
li.ref
	{text-indent: 6em;
	}
