
	body{
	font-family: "Gill Sans MT", "Gill Sans", Verdana, Helvetica, Arial,  sans-serif ;
	background-image: url(images/green_bg.png);
	margin-left:auto;
	margin-right:auto;
	text-align: justify;
	width:800px;
	}

	a:link{
	color: #0000ff;
	}

	a:vlink{
	 color: #800080;	 
 	}

 	p, h1, h2, h3 
 	{
	font-family: Gill Sans, Gill Sans MT,Helvetica, Arial, sans-serif;
	}
	
	.Preformat
	 {
		font-family: "Courier New", Courier, mono;
		font-weight: lighter;
		color: #b1b1b1;
		font-size: small;
	}
	
	h1 {
	color: #b41818
	font-size: 30px;
	text-align: center;
	}
	
	h2 {
	color: #b41818;
	font-size: 24px;
	text-align: center;	
	}
	
	h3 {	
	font-size: 18px;
	text-align: left;
	}

	p {
	font-size: 16px;
	}
	
	.green {
	color: #06932e;
	}
	
	.indent50 {
		margin-left: 50px;
		margin-right: 50px;
	}
	
	.center {
	text-align: center;
	}
	
	.right {
	text-align: right;
	}
	
	.lighter {
	font-weight: lighter;
	font-style: italic;
	}
	
	.caption {
	margin-left: 40px;
	margin-right: 40px;
	font-style: italic;
	font-weight: lighter;
	}
	
	q {
	font-style: italic;
	}
	
	.quote {
	font-size: 16px;
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
	padding-left: 20px;
	border-left: 8px solid #0a8018;
	}

	.TopLeftLogo{
	position: absolute; top: 20px; left: 20px;
	z-index: 2;
	}
	
	.TopRightLogo{
	position: fixed; top: 20px; right: 20px;
	background: white;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 0;
	}
	
	.CentreHeader {
	border: black;
	z-index: 3;
	}
	
	.highlight {
	color: red;
	font-size: xx-large;
	text-shadow: #fbe30b;
	}
	
	.shouting {
	color: red;
	font-size: xx-large;
	text-align: center;
	}
	
	.exasperated {
	color: rgb(127, 163, 98);	
	}
	
	.padding50 {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
	.box {
	font-style: italic;
	word-spacing: 4pt;
	padding-left: 25px;
	padding-right: 25px;
	padding-top:  5px;
	margin-top: : 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	}