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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/page_bg.jpg) top left;	
	margin-top:30px;
	margin-bottom:30px;
	color:#000000;
	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: 20px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

#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: url(images/page_bg.jpg) top left;
	overflow:hidden;	/* This chops off any overhanging divs */
	border: 3px solid #006600;
	text-align:left;
}

#page_header {
	width: 880px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	height: 70px;
}  

/* #page_header .img {
	padding-top: 18px;
	padding-left: 40px;
	margin-top:0px;
} */

#page_header h1 {
	padding-top: 18px;
	padding-left: 40px;
	margin-top:0px;
	float: left;
	font-family: Rockwell, serif;
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
}

#page_header p {
	padding-top: 45px;
	padding-right: 40px;
	margin-top:0px;
	float: right;
	font-family: Rockwell, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
}

/* menu bar */

#menu_bar {
	height:30px;
	margin-top: 2px;
	background-color: #77C538;	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;	
}

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

#menu_container ul li { display: inline; }

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

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


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

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

#content_wrapper {
	float:left;
	width: 860px;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 16px;
	padding-right: 16px;		
	position:relative;
	background-color: transparent;
}


/* page with one column */

#column_single {
	width: 800px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	background-color: transparent;
	float: left;

}
 
#column_single p {
	font-size:.75em;
	line-height:normal;
	color: #000000;
	text-align: justify;
}

#column_single h3 {
	font-family: Rockwell, sans-serif;
	font-size:medium;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	margin-right:15px;
	margin-left:0px;
	padding-left:0px;		
	padding-top:5px;	
	padding-bottom:5px;	
	text-align:left;
}

/* #column_right h3 {
	font-family: Rockwell, sans-serif;
	font-size:medium;
	font-weight: bold;
	color: #000000;
	font-style: italic;
} */

#column_single img {
	text-align: center;
	border: 1px solid #006600;
}	

#column_single hr {
	color: #006600;
	width: 90%;
	height: 1px;
	text-align: center;
}

#column_single table {
	text-align: justify;
	margin-left: 30px;
}

#column_single table tr td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}

#column_single table tr td hr {
	color: #006600;
	width: 90%;
	height: 1px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;	
}

#column_single table tr td p {
	font-size:.75em;
	color: #000000;
	text-align: justify;
} 

#column_single table tr td img {
	border: 1px solid #006600;
}

#column_single p a:link {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#column_single p a:visited {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#column_single p a:hover {
	color: #009933;
	text-decoration: underline; 
	font-weight: bold;
}


.c_s_img_centre {
	text-align: center;
	vertical-align: top;
	margin-left: 240px;
}



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

#column_left {
	float:left;
	width:594px;
	padding:0 0 1em 0;
	overflow:hidden;
	margin-left: 0px;
	margin-right: 6px;	
	text-align: left;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600; */
}
  
 #column_left h3 {
	font-family: Rockwell, sans-serif;
	font-size:medium;
	font-weight: bold;
	line-height:30px;
	color: #000000;
	text-align:center;
	margin-top: -15px;
	margin-bottom: 25px;
	margin-left: 15px;
	margin-right:15px;
	font-style: italic;
} 
  
#column_left p {
	font-size: 0.8em;
	color: #000000;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;	
}

#column_left img {
	border: 1px solid #006600;
/*	margin-left: 95px;
	margin-top: 20px;
	margin-bottom: 20px; */
}


#column_left a:link {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#column_left a:visited {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#column_left a:hover {
	color: #009933;
	text-decoration: underline; 
	font-weight: bold;
}

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

#column_right {
/*	font-size: .8em; */
	font-weight: normal;
	float:left;
	position:relative;
	overflow:hidden;
	width:220px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 20px;
	margin-left: 16px;
	margin-right: 0px;			
	background-color: transparent;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006600;		
}

 #column_right h3 {
	font-family: Rockwell, sans-serif;
	font-size:medium;
	font-weight: bold;
	color: #000000;
	font-style: italic;
} 

#column_right p {
	font-size: .7em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

#column_right .img_w150 {
	text-align: center;
	vertical-align: top;
	margin-left: 22px;
}


/* page footer */

#page_footer {
	clear:both;
	float:left;
	width:100%;
	height: 30px;
	background-color: #6CB433;
}  

.copyright {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	float: left;
	margin-left: 2em;
	padding: .8em;  /* 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;
	padding: .8em;  /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
}