@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #006633;
	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 */
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
}

#page_header {
	width: 880px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	height: 136px;
	background-color: #FDDB17;
	border: 1px solid #339933;
}  

#page_wrapper {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
        width:880px;			/* width of whole page */
		margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */	
		background-color: #CCFFCC;			
		overflow:hidden;	/* This chops off any overhanging divs */
	}

#content_wrapper {
		float:left;
		width:100%;
		position:relative;
		background: url(images/bg.gif) repeat-y;
}


/* 'back to...' text */

.back_to {
	text-align: right;
	padding: 10px;
	float: right;
}


.back_to a {
	color: #006633; text-decoration: underline;
	font-size: .8em;
}

/* narrow l/h column of 2-column page */

#column_left {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	width:180px;
	background-color: #CCFFCC;
	text-align: left;
	margin: 0px;
}
  
  
/* menu in l/h column */

#menu_container_left {
	width: 170px;
	margin: 0px;
	text-align: left;
	float: left;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#menu_container_left ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-top:5px;
	font-weight:bold;
}

#menu_container_left li {
	font-size:0.95em;
	margin-left: 10px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99FF99;
}

#menu_container_left li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #006633;
	text-decoration: none;
}

#menu_container_left li a:visited {
	color: #996633;
}

#menu_container_left li a:hover {
	color: #00CC33;
}

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

#column_right {
	float:left;
	position:relative;
	overflow:hidden;
	width: 660px;
	background: #FFFFCC;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 20px;
	font-size: .85em;
	font-weight: normal;
}

#column_right h1 {
	font-size: x-large;
	font-weight: bold;
	color: #333333;
	text-align:left;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 0px;
}

#column_right h3 {
	font-size:1em;
	font-weight: bold;
	color: #003333;
	margin-top: 2.0em;
	text-align:left;
	text-decoration: underline;
}
  
#column_right p {
	font-size: .85em;
	font-weight: normal;
	line-height:1.5em;
	color: #333333;
	text-align: justify;
}  

#column_right ul {
	color: #333333;
	text-align: left;
}	  

#column_right ul li {
	font-size: 0.85em;
	color: #333333;
	text-align: left;
	line-height: 1.7em;
}  


#column_right ul ul{
	color: #333333;
	text-align: left;
}

#column_right ul ul li {
	font-size: 0.85em;
	color: #333333;
	text-align: left;
	line-height: 1.7em;
}  
	
#column_right a {
	color: #006633; text-decoration: none;
}

#column_right a:visited {
	color: #996633; text-decoration: none;
}

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


.cr_imgcentre {
	display:block; 
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
 } 
 
.cr_imgcentre img {
	border: 1px solid #006633;
 } 
 
.piccaption1 {
	font-size:0.70em;
	line-height:normal;
	color: #000000;
	text-align: center;
	display:block;	
	margin-left:auto;
	margin-right:auto;	
}  

.piccaption2 {
	font-size:0.85em;
	line-height:normal;
	color: #000000;
	text-align: center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	font-style: normal;
	font-weight: normal;
}  


.align_centre {
	text-align: center;
}

/* pop-up window */

#pu_window1 {
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
}
 
#pu_window1_header {
	width: 100%;
	height: 90px;
	background-color: #FDDB17;
	padding-top: 10px;	
}

#pu_window1_header_name {
	padding-top: 0px;
	text-align: center;	
}

#pu_window1_content {
	width: 100%;
	background-color: #FFFFCC;
	/*	font-size: 0.75em;
	font-weight: bold;
	text-align: left;	
	line-height: 1.5em; */
	margin: 0px;
	padding: 20px;
	text-align: center;
}

.pu_window1_content_text {
	width: 95%;
	background-color: #FFFFCC;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

.pu_window1_content_text p {
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
}  

.pu_window1_content_centred {
	width: 100%;
	background-color: #FFFFCC;
	padding: 0px;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

#pu_window1 a {
	color: #006633; text-decoration: underline;
}

#pu_window1 a:hover {
	color: #00CC33;
}

/* page footer */

#page_footer {
	clear:both;
	float:left;
	width:100%;
	height: 30px;
	background-color: #FEE13F;
	border: 1px solid #339933;	
}  

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

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

