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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	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;	
}


#page_header {
	width: 882px;
	height: 136px;
	background-color: #FDDB17;
	text-align: center;
	border: 1px solid #339933;
} 

#page_wrapper {
	width: 880px;/* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #339933;
	text-align:left; /* this overrides the text-align: center on the body element. */
	background-color: #CCFFCC;
}


#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: .85em;
}


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

#column_left {
	float:left;
	position:relative;
	padding:0 0 1em 0;	
	width:180px;
	background-color: #CCFFCC;
	text-align: left;
	padding: 0px;
	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-size:small;
	font-weight:bold;
}

#menu_container_left li {
	font-size:0.8em;
	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 {
	width: 660px;
	float: left;
	position:relative;
	overflow:hidden;	
	padding-top: 20px;
	padding-bottom: 1em;
	padding-left: 20px;
	background: #FFFFCC;
	font-size: .95em;
	font-weight: bold;	
}

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

#column_right h3 {
	font-size:1.2em;
	font-weight: bold;
	color: #000000;
	margin-top: 2.0em;
	text-align:left;
	text-decoration: underline;
}

#column_right p {
	font-weight: normal;
	font-size:0.9em;
	line-height:1.5em;
	color: #000000;
}  

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

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

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

#column_right ul ul li {
	font-size: 100%;
	color: #000000;
	text-align: left;
	line-height: 1.7em;
}  
	 
/* link colours for white background */

#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;
}


/* r/h column images */

.cr_imgcentre {
	display:block;	
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;	
	text-align: center; 	
 } 
 
.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.8em;
	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;
}  

/* pop-up windows */

#pu_window1 {
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
}

#pu_window1_header {
	width: 100%;
	height: 80px;
	background-color: #FDDB17;
	text-align: center;
	padding-top: 15px;	
	padding-left: 10px;		
}

#pu_window1_header_name {
	padding-top: 5px;
}


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

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

.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 {
	height: 30px;
	background: #FEE13F;
	width: 880px;
	border: 1px solid #339933;	
}  

#page_footer p {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	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-top: .8em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

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

