@charset "utf-8";


/* ***************************************************************************************************** */
/*  THIS IS THE PRINT VERSION OF THE CSS FILE - DO NOT CONFUSE WITH THE SCREEN VERSION                                        */
/* ***************************************************************************************************** */



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #799C96;  Changes colour of background outside of the web page (prev: #666666, #C1D87A #5ED0BD) */
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/* found that any single value here gained a set amount of space above and below page irrespective of value used */
	/* however if each value placed then it functions as expected */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.awuk-page #container {
	/* background: #78AF2C; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/dropshadow-slice-middle-2.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 1004px;
	/* margin: 50 auto; */
}
.awuk-page   #header {
	/*	background: #589800;   was #589800 (prev: 0 10px 0 20px;)this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #589800;
	text-align: left;
	background-image: url(../images/Top-logo-banner-6.jpg); /*this image is 2px oversize to overcome mis-size affect of shadow on colour*/
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 0px; /*50px;*/
	width: 1004px;
	display:none; /* not shown on this printed version */
}
.awuk-page #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.awuk-page  #title-eras  h1 {
	font-family: "Eras Demi ITC";
}
.awuk-page #menubar {
	width: 966px;
	background-image: url(../images/liquid-green-1.jpg);
	left: 18px;
	position: relative;
	font-style: normal;
	font-weight: bolder;
	border-top-width: thin;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-bottom-color: #006600;
	display:none; /* not shown on this printed version */
}

.awuk-page #mainContent {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #BCF46E; /*#FFFFFF;*/
	margin: 0 230px 0 230px;
	text-align: left;
}
.awuk-page #mainContentSmall {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #BCF46E; /*#FFFFFF;*/
	margin: 0 350px 0 350px;
	text-align: left;
}
.awuk-page #mainContent-wide {
	padding: 10px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:	#CCFF99; /*#BCF46E;*/ /*#FFFFFF;*/
	margin: 0 338px 0 0px; 	/* display widened on this printed version */
	text-align: left;
}
.awuk-page #mainContent-max {
	padding: 10px 10px 10px 10px; /*#FFFFFF;*/
	margin: 0 40px 0 80px;
	text-align: left;
	background-color: #CCFF99;
}

.awuk-page #left-col {
	background: #78AF2C
	width: 170px;
	float: left;
	padding: 15px 10px 15px 15px;
	display:none; /* not shown on this printed version */
}
.awuk-page #left-col-large {
	background: #78AF2C
	width: 170px;
	float: left;
	padding: 15px 10px 15px 50px;
}
.awuk-page  #left-col-small {
	width: 50px;
	float: left;
	padding: 15px 10px 15px 20px;
}

.awuk-page #right-col {
	width: 250px;
	float: right;
	padding: 10px 50px 5px 20px;
}
.awuk-page #right-col-large {
	width: 280px;
	float: right;
	padding: 15px 10px 15px 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.awuk-page #footer {
	background: #589800;
	background-image: url(../images/dropshadow-slice-bottom-4.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 1004px;
	display:none; /* not shown on this printed version */
	/* Place no text in Footer, currently usinf footer-shim.png to prevent colapse, replace with*/
	/* graphic of height 88px width 1006px but will require outer boundaries to be clear/transparent*/
	/* to allow page drop-shadow to show through*/
}
.awuk-page #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.awuk-page #footlight {
	background: #78AF2C
	width: 170px;
	padding: 0px 10px 10px 0px;
	margin-left: 20px;
	width: 954px;
	/*background-image: url(../images/liquid-green-1.jpg);*/
}
p.ctr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
}

p.darkgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	/*position: absolute;*/
	color: #333333;
}

p.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	margin-top: 60px;
}
p.heavy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	font-style: normal;
}

p.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	font-style: normal;
}
p.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	font-style: normal;
}
p.restrained {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	font-style: normal;
}

img.buffer-left {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
	/*border: solid #FFFFFF 2;*/
	border: solid #006600 thin;
	width: 180px;
}
img.buffer-right {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: solid #006600 thin;
	width: 250px;
}
img.email {
	position:relative; /*prev position:relative top: -19px; left: 610px;  absolute version innefective...*/
	z-index:1;
	top: 69px;
	left: 610px;
}



img.header {
	width: 895px;
	margin-left: 0px;
}

img.header-right {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 40px;
	left: 890px;
}
img.middle {
	margin-bottom: 8px;
	margin-top: 8px;
}


img.ontop
{
	position:absolute;
	z-index:1;
	top: 0px;
	left: -100px;
}
img.windmill {
	position:relative;
	z-index:1;
	top: 11px;
	left: 33px; /* was 33px */
	margin-bottom: 0px; /* 88px this value used to create space and locate menu-table 88+147=235px shim needed*/
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;

}
table.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 1004px;
	border: 0;
}

.awuk-page #page-start {
	background:#589800;
	;
	background-image: url(../images/dropshadow-slice-bottom-2.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 1004px;
}

.awuk-page #page-end {
	background:#589800;
	;
	background-image: url(../images/dropshadow-slice-bottom-2.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 1004px;
}

p.MsoNormal {
	margin:0mm;
	margin-bottom:6pt;
	font-size:12pt;
	font-family:"Times New Roman";
	margin-top: 6pt;
	margin-right: 0mm;
	margin-left: 0mm;
	text-align: justify;
}

