@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #C1764D;
	text-align: center; /* this centers the container in IE 5* browsers */
	padding: 0; /*  to account for differing browser defaults */
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../images/bkg_willow2.jpg);
	background-attachment: fixed;
}

#page_wrapper {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:860px;			/* width of whole page */
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	background-color: #E4FFE4;
	overflow:hidden;
	border: 2px solid #01631A;
}

#page_header {
	width: 860px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	height: 144px;
	background-color: #E4FFE4;
}  

#page_header img {
	margin-top: 6px;
	border: 0;	
}

/* menu bar */
#menu_bar {
	height:30px;
	background: #6CB433;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
}

#menu_container ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 3px;
	background-color: transparent;
	float: left;
	width: 100%;
	font-size:x-small;
	font-weight:bold;
}

#menu_container ul li { display: inline; }

#menu_container ul li a
{
	background-color: transparent;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	padding-top: 0.2em;
	padding-right: .5em;
	padding-bottom: 0.2em;
	padding-left: .5em;
}

#menu_container a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


#menu_container a:visited {
	color: #99FF99;
	text-decoration: none;
	font-weight: bold;
}

#menu_container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* bottom menu */
.menu_btm ul {
	width: 100%;
	background-color: transparent;
	font-size:x-small;
	font-weight:bold;
	text-align: center;
	padding-left: 0;
	margin-left: 30px;
	margin-right: 30px;	
	margin-top: 0px;
	margin-bottom: 10px;
}

.menu_btm ul li { display: inline; }

.menu_btm ul li a
{
	background-color: transparent;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: .1em;
	padding-left: 1em;
}

.menu_btm a:link {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

.menu_btm a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

.menu_btm a:hover {
	color: #FFFFFF;
	background-color: #6CB433;	
	text-decoration: underline;
	font-weight: bold;
}

.menu_btm hr{
	width: 100%;
	color: #006600;	
	text-align: center;
	vertical-align: top;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 10px;	
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;		
}

/*   */
#content_wrapper {
	float:left;
	width:100%;
	position:relative;
	background-color: #E4FFE4;
}

/* link colours for white background */
#content_wrapper a:link {
	color: #0033CC; text-decoration: none;
}

#content_wrapper a:visited {
	color: #0033CC; text-decoration: none;
}

#content_wrapper a:hover {
	color: #00CC33; text-decoration: underline;
}

/* page with one column */
/*#column_single {
	width:824px;
	padding-left: 30px;
	padding-right: 30px;	
	padding-top: 30px;
} */
 .imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;	
}
	
 #column_single {
	width:856px;
	padding-left: 0px;
	padding-right: 0px;	
	padding-top: 30px;
	margin-left: 0px;
	margin-right: 0px;	
	margin-top: 0px;	
}
 
#column_single h1 {
	font-size: large;
	font-weight: bold;
	color: #006600;
	text-align:left;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 30px;			
}
 
#column_single h3 {
	font-size:medium;
	font-weight: bold;
	text-align:left;	
	color: #006600;
	margin-top: 15px;
	margin-bottom:12px;
	padding-left: 30px;	
}

#column_single p {
	font-size:x-small;
	line-height:normal;
	color: #333333;
	text-align: justify;
	padding-left: 30px;	
	padding-right: 30px;	
}

#column_single img {
	border: 1px solid #006600;
	margin-left: 5px;
	margin-right: 5px;		
}

#column_single ul {
	font-size:small;
	line-height:normal;
	color: #333333;
	text-align: justify;
}

#column_single hr {
	color: #006600;
	width: 776px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#column_single a:link {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}

#column_single a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	font-size: small;	
}

#column_single a:hover {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
	font-size: small;	
}

#column_single table {
	font-size: medium;
	padding: 0px;
	margin-left: 30px;
	margin-right: 30px;	
	vertical-align: top;
	width: 776px;
}

#column_single table tr td {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#column_single table tr td p {
	font-size:x-small;
	text-align: justify;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 30px;
}

#column_single table tr td hr{
	width: 700px;
	text-align: center;
	vertical-align: top;
	height: 1px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#column_single table tr td .piccaption1 {
	font-size:x-small;	
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 10px;
}

#column_single table tr td img {
	text-align: center;
	vertical-align: top;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #006600;
}

*#column_single table tr td .imgrow3 {
	border: 1px solid #006600;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	padding: 0px;
	vertical-align: bottom;
}
/* narrow left-hand column of 2-column page */

#column_left {
	float:left;
	position:relative;
	overflow:hidden;
	width:150px;
	background-color: #E4FFE4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	margin: 0px;	
}

/* wide right-hand column of 2-column page */

#column_right {
	float:right;
	position:relative;
	overflow:hidden;
	width: 650px;
	height: auto;
	font-size: x-small;
	font-weight: normal;	
	text-align: justify;	
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 20px;
	margin: 0px;
}

#column_right h1 {
	font-size: large;
	font-weight: bold;
	color: #006600;
	text-align:left;
	vertical-align: top;
	margin-top: 20px;
	padding-top: 0px;	
}

#column_right h3 {
	font-size:medium;
	font-weight: bold;
	color: #006600;
	margin-top: 15px;
	margin-bottom:2px;
	text-align:left;
}

  
#column_right p {
	font-size: 1.10em;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}  



/* page footer */

#page_footer {
	clear: both;
/*	position: absolute;*/
	bottom: 0;
	width:100%;
	height: 30px;
	background-color: #6CB433;
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}  

#page_footer .copyright {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	float: left;
	margin-left: 2em;  /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 6px;
}

.last_update {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	color: #000000;	
	float: right;
	margin-right: 2em;
	margin-top: .5em;	
}

.pagebreak {page-break-before:always}