	/* Start with global Body definitions */
	body { background-image:url(grass_bg1.gif);
		margin-top: 10px; text-align:center; }

	/* DIV - Box around each page - Now fixed size */
	div.mainbox {
	    font-family:"Futura Lt Bt","Arial", "Avalon", sans-serif;
	    font-style:normal;font-size:9pt;color:#660000;
	    background-color:#e3f1bd;
	    margin: 0px auto;
	    width:760px;
	    padding:0px;
	    border:1px solid #446E44}

	/* DIV - Header */
	div.header {
	    background-color:#e3f1bd;
	    padding:0px;
	    margin:5px;
	    width:752px;
	    border: 0px solid #000000}

	/* DIV - MainText area*/
	div.maintext {
	    margin-left:30px; margin-right:30px;
	    padding:0px; }

	/* DIV - MainText2 area - larger margins*/
	div.maintext2 {
	    margin-left:60px; margin-right:60px;
	    padding:0px; }

	/* DIV - Vertical spacer*/
	div.verticalspacer {
	    height:5px; }

  	/* DIV - Boxed text for navigation */
	DIV.nav {font-family:"Futura Lt Bt","Arial", "Avalon", sans-serif;
	    font-style:normal;
	    font-size:10pt;
	    text-align:left;
	    color:darkgreen;
	    line-height:18px;
	    background-color: aliceblue;/*#87CEFA;*/
  	    padding:10px;
	    margin:0;
	    border-width:1px;
	    border-style:double;
	    border-color:darkgreen }

	/* DIV - Box advert for Newsletter  */
	DIV.newsletter {font-family: "Arial", "Avalon", sans-serif;
	    font-style:normal;
	    font-size:10pt;
	    color:navy;
	    background-color: aliceblue;/*#87CEFA;*/
  	    padding:10px;
	    border-width:1px;
	    border-style:double;
	    border-color:navy}

	/* DIV - Boxed text for information */
	DIV.info {font-family:"Futura Lt Bt","Arial", "Avalon", sans-serif;
	    font-style:normal;font-size:10pt;color:navy;
	    text-align:center;
	    background-color:aliceblue;
	    padding:10px;
	    border-width:1px;
	    border-style:double;
	    border-color:darkgreen }


	/* DIV - Boxed text for testimonials */
	DIV.test {font-family:"Futura Lt Bt","Arial", "Avalon", sans-serif;
	    font-style:normal;font-size:9pt;color:navy;
	    text-align:center;
	    background-color:aliceblue;
	    padding:10px;
	    border-width:1px;
	    border-style:double;
	    border-color:navy }


	/* DIV - Boxed text for Complaints  */
	DIV.complaint {font-family: "Arial", "Avalon", sans-serif;
	    font-style:normal;
	    font-size:10pt;
	    color:navy;
	    background-color: aliceblue;/*#87CEFA;*/
  	    padding:10px;
	    border-width:1px;
	    border-style:double;
	    border-color:navy}

	/* DIV - Box advert for Bookshop */
	DIV.bookshop {font-family: "Arial", "Avalon", sans-serif;
	    font-style:normal;
	    font-size:10pt;
	    color:navy;
	    background-color: aliceblue;/*#87CEFA;*/
  	    padding:10px;
	    border-width:2px;
	    border-style:double;
	    border-color:darkgreen}

	/* DIV - Box advert for network page advert */
      DIV.advertusbox {font-family:"Arial", "Avalon", sans-serif;
	    font-style:normal;
	    font-size:10pt; color:navy;
	    background-color: aliceblue;
	    text-align:center;
	    padding:10px;
	    border-width:4px;
	    border-style:double;
	    border-color:navy }


	/* H2 - Headers title */
	H2 {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; text-align:left;
	    font-size:12pt; color:#7E3517 }

	/* H2 - Headers title -green */
	H2.green {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; 
		text-align:left;
	      font-size:12pt; color:darkgreen}

	/* H2 - Main title -  red */
	H2.title {font-family: "Futura Lt Bt","arial", "avalon", sans-serif;
	    font-size:12pt;
	    color:#990000;
	    text-align:center;
	    margin:0; }

	
	/* H3 - Body Text */
	H3 {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; text-align:left;
	    font-size:10pt; color:#006600; }

	/* H3 - Body Text - right alignment*/
	H3.rtalign {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif;  font-size:10pt; color:#006600; text-align:right; }

	/* H3 - Red Body Text */
	H3.red {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; text-align:left;
	    font-size:10pt; color:#7E3517; }

	/*LINK settings*/

	a:link { color:#C11B17; text-decoration:none;  font-weight:bold; font-size:10pt }
	a:visited { color:#C11B17; text-decoration:none;  font-weight:bold; font-size:10pt }
	a:hover { color:#C24641; text-decoration:none; font-size:10pt  }
	/* active made invisible */	
	a:active { color:#C24641; text-decoration:none; font-size:10pt } 

	a.small { font-size:10px;}

	/*OTHER COLOR settings 
  	#CC99FF, #006600, crimson, #660000 */
