/* General style sheet */

/* Default styles */

/* -------------------------------------------------------------- */
/* Clear various browser-specific settings and unhelpful defaults */

/* Get rid of borders */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* Get rid of arbitrary font sizes */
h1,h2,h3,h4,h5,h6,pre,code
{ font-size:1em; }

/* Get rid of markers in lists */
ul,ol
{ list-style:none }

/* Remove underlines in links */
:link,:visited { text-decoration:none }

/* Get rid of borders around link images */
a img,:link img,:visited img
{ border:none }

/* Don't have addresses in italics */
address { font-style:normal }

/* -------------------------------------------------------------- */

/* Very general settings */

p {
	margin-top: 0;
	margin-bottom: 0.5em;
	}

h1 {
	font-size: 2em;
	margin-bottom: 0.4em;
	}	

h2 {
	font-size: 1.6em;
	margin-bottom: 0.3em;
	}	

h3 {
	font-size: 1.7em;
	margin-bottom: 0.3em;
 	font-style: italic;
	}	

h4 {
	font-size: 1.6em;
	margin-bottom: 0.3em;
	color: #080;
	}
	
h5 {
	font-size:1.3em;	
	margin-bottom: 0.2em;
	color:#006633
	}
	
	
h6 {
	font-size:1em;	
	margin-bottom: 0.1em;
	color:#080;
	}
	
hr {
	height: 0.6px;
	width: 100%;
	background: #888;
	margin-top: 8px;
	margin-bottom: 8px;
	}


/* Centred block in the body, with a background */

body {
	background-color: #FFFF99;
	background-position: center top;
	text-align: center;
	}
 

/* wrapperBox - the overall page width */

#wrapperBox {
	width: 1024px;
	
	<!--[if IE]>
         width: 1056px;
<![endif]-->
		height: 100%;
	color: #020;
	margin-left: auto;
	margin-right: auto;
	}

/* headerBox - the banner at the top */

#headerBox {
	background-image: url("pix/graphic/FindhornImages_3.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 1024px;
	height: 114px;
	text-align: right;
	}
	
/* footerBox - the banner at the bottom */

#footerBox {
	float: left;
	background-image: url("pix/graphic/footer2FI.jpg");
	
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1024px;
	height: 97px;
	}

	
	
	
/* leftColumn - wrapper for indexBox and lowerLeftBox */

.leftColumn {
	float: left;
	width: 136px;
	text-align: left;
	}
	
/* indexBox - the menu on the left */

.indexBox {
	width: 120px;
	background-color: #FFF;
	margin-top: 8px;
	padding: 8px;
	text-align: left;
	font-size: 0.8em;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	}
	
ul.leftIndex {
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 12px;
	}

ul.leftIndex li {
	margin-bottom: 8px;
	}

ul.leftIndex a {
	color: #040;
	}

ul.leftIndex a:hover {
	color: #0D0;
	}

ul.leftSubIndex {
	margin-top: 4px;
	margin-left: 16px;
	font-size: 0.9em;
	}

ul.leftSubIndex li {
	margin-bottom: 6px;
	}


/* lowerLeftBox - under the menu on the left */

.lowerLeftBox {
	width: 120px;
	background-color: #FFF;
	margin-top: 24px;
	padding: 8px;
	text-align: left;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
	}

.lowerLeftBox h1 {
	background-color:#080 ;
	color: #FFF;
	text-align: center;
	font-size: 1.0em;
	}


/* newsBox - the box on the right */

.newsBox {
	float: right;
	width: 240px;
	background-color: #FFF;
	margin-top: 8px;
	padding: 8px;
	text-align: left;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
	color: #040;
	}
	
.newsBox h1 {
	background-color: #080;
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	}

.newsBox a {
	font-weight: bold;
	color: #040;
	}

.newsBox a:hover {
	color: #0D0;
	}

/* contentNews - the content area when there's a news box */

.contentNews {
	float: left;
	width: 600px;
	
	background-color: #FFF;
	margin: 8px;
	padding: 8px;
	text-align: left;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
	/width:595px;
	}
	
.contentNews a {
	font-weight: bold;
	color: #040;
	}

.contentNews a:hover {
	color: #0D0;
	}

/* contentFull - the content area when there's no news box */

.contentFull {
	float: left;
	width: 864px;
	
	
	background-color: #FFF;
	margin-top: 8px;
	margin-left: 8px;
	padding: 8px;
	text-align: left;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
	}
	
.contentFull a {
	font-weight: bold;
	color: #040;
	}

.contentFull a:hover {
	color: #0D0;
	}

/* Two-column layout examples */

.columnBox {
	width: 46%;
	margin: 4px;
	float: left;
	text-align: center;
	}


/* Photography examples */

.photoBox {
	width: 200px;
	margin: 8px;
	float: left;
	text-align: center;
	}
	
.smallBox {
	width: 120px;
	margin: 8px;
	float: left;
	text-align: left;
	color: #003300;
	}
	
.favBox {
	width: 185px;
	margin: 2px;
	float: left;
	text-align: center;
	color: #003300;
	display: inline;
	}	
	


/* Centred picture container */

.centerPic {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	}


/* Right picture container */

.floatRight {
	float: right;
	margin-left: 16px;
	}


/* Used to show an inactive link, when it's page is showing */

.linkSelected {
	font-weight: bold;
	}

/* To highlight an introductory piece of text */


.introHilite {
	font-size: 1.05em;
	font-weight: bold;
	}


/* Very general (default) text styling classes */

.txQuote {
 	font-style: italic;
	}

/* Clear float problems */

.clearFloat {
	clear: both;
	}
	
	/* Internet Explorer stuff */

*html .photoBox {
	width: 180px;
	margin-left: 4px;
	}

