﻿<style type="text/css">

/* stylesheet for COLONY & LAKE pages */

/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote
							{ padding: 0; margin: 0; font-size: 100%; font-weight: normal;}
ol						{ margin-left: 1.4em;   list-style: decimal; }
ul						{ margin-left: 1.4em;   list-style:square; }
img						{ border: 0;}
/* end reset browser styles */

.normal,
.header,
.lb						{ border: 2px maroon solid; border-collapse: collapse;  background:#ffffcc; font-family: "Trebuchet MS"; font-size: 11pt; color: maroon }/* was */
.header			{ vertical-align:middle; height:80px;text-align:center}
.sidecol			{ width: 22%; border-bottom:0px; border-top:0px; font-size: 10pt; } /* use for left & right columns below logocells */
.narrative		{ text-align:justify; line-height: 166%; margin:10px; padding-left:20px; padding-right:20px} /* use for centre column below titlecell */
.lb						{ height:25px; font-size: 10pt; text-align: center; }
blockquote	{ margin-top: 1em; margin-right: 1em; margin-bottom: 1em; margin-left: 1em; text-align: justify; font-size: 12pt; color: maroon; line-height:166% } 
h1						{ font-size: 14pt; font-weight: bold; text-align: center; } /* for Website name*/
h2						{ font-size: 14pt; font-weight: bold; text-align: center; } /* for page title and sub title*/
h3						{ font-size: 12pt; font-weight: bold; text-align: left; } /* for page title and sub title*/

a:link					{ font-family: "Trebuchet MS"; color: blue; font-weight: normal; font-style:normal; text-decoration:none; }
a:visited			{ font-family: "Trebuchet MS"; color: blue; font-weight: normal; font-style:normal; text-decoration:none; }
a:hover			{ font-family: "Trebuchet MS"; color: blue; font-weight: normal; font-style:normal; text-decoration:underline; } 

.pagedate		{ font-size: 10pt; color: green }
.smltxt				{ font-size: 10pt;}
.center			{ text-align: center;}
.left					{ text-align: left }	
.right				{ text-align: right}
.bold					{ font-weight: bold }
.white				{ background: white; }  
.red					{ color: red }


/* SIDE TABLES. st is 1 col table, st2 is 2 cols, c  is a cell, h is a heading, hx and cx are for external sites. Position, width and colour are incorporated. */
.st,
.st2,
.st-c, 
.st-h, 
.st-hx,
.st-cx				{ border: 1px maroon solid; border-collapse:collapse; background-color:#fdebcf ; font-size:10pt; height:25%; width:90% }/* background was fbe2b8 */
.st-h  				{ background: #fbe2b8; text-align:center } /* background was fbd7a1 */
.st-c,
.st-cx  				{ text-align:left; padding: 0 5px 0 5px}
.st-hx 				{	background:#fbe2b8; text-align:center }
.st-cx 				{	background:#fdebcf }

				/*  the following are pre-formatted text boxes generally used in the side columns within a table (.st) to indicate points to note. Standard backbround colour is ?. 
				Can be changed on the HTML page in td tag using class */
.comment		{ border: 1px maroon solid; background-color:#fdebcf; padding: 2px; width:90%; text-align :center; margin: 0px}
.control		{ border: 2px maroon grove; background-color:#fdebcf; padding: 2px; width:90%; text-align :center; margin: 0px} 

 
 
/* DATA TABLES.  the following codes are for data tables (dt) and data cells (dc) within tables.  Position, width and background colour are set separately */
.dt,
.dc						{ border: 1px maroon solid; border-collapse: collapse; height:25px }
.dc						{ padding: 0 5px 0 5px}	/* top, right, bottom, left */
.dt,
.st						{ table-layout:fixed; } /* instructs browsers to make all columns same width as first row */
.dc,
.notes				{ line-height: 120% }

/* PHOTO ALBUM TABLES */
.pa						{ border: 0px maroon solid; table-layout: fixed ; border-spacing:10px; padding:5px; background-color:#ccff99}
.pc						{ border: 4px white ridge; border-collapse: collapse; height:40px; width:14%;  padding: 5px;background-color:#ccff99; }
.pc2					{ border: 2px maroon solid; border-collapse: collapse; padding: 0px;background-color:white; vertical-align:top; line-height:140%; font-family:"Trebuchet MS"; font-size:10pt;color:maroon;}
.pa-sidenote	{ text-align:justify; height:450px; padding-left:10px; font-family:'Trebuchet MS'; font-size:11pt; color:maroon; line-height:140%; border: 0 0 0 0 }



 