body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin-top:20px;
	color:#333333;
}

#page_wrapper {
	width: 780px;
	margin-left: auto; 
	margin-right: auto;
	border: 4px solid #5B6C8A;
	text-align:left;
}

#page_header {
	width: 780px;
	height: 222px;
	padding-left: 0px;
}  

#page_header .img {
	margin-top: 0px;
	border: 1px solid #5B6C8A;
	margin-left: 205px;
}


/* menu bar - common to all pages */

#menu_container {
  height:30px;
  background: #487BAD;
}

#menu_container ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-top:5px;
	float: left;
	width: 100%;
	font-size:small;
	font-weight:bold;
}

#menu_container li { 
	display: inline;
}

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

#menu_container li a:link {
	color: #FCF8E3; text-decoration: none;
}

#menu_container li a:visited {
	color: #FCF8E3; text-decoration: none;
}

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

/*   */

#content_wrapper {
	padding: 35px;
	background: #FFFFFF;
}


/* 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;
}

#content_wrapper img {
 	border: 1px solid #487BAD;
}


/* narrow left-hand column of 2-column page */
#content_wrapper_2col {
	padding: 0px;
	background: #FFFFFF;
}

.spacer_white {
	margin:0px;
	padding:0px;
	height:1px;
	clear:both;
	background-color: #FFFFFF;
}

/* */

#column_left {
	float:left;
	width:170px;
	background-color: #487BAD;
	text-align: left;
	height: 250px;
	padding: 0px;
	margin: 8px;
}
  
/* menu on blue background in l/h column */

#menu_container_left ul {
	list-style:none;
	padding: 0;
	margin: 0;
	font-size:small;
	font-weight:bold;
}

#menu_container_left li {
	border-bottom: 1px solid #ffffff;
	padding: 8px;	
}

#menu_container_left li a
{
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0.2em;
	margin: 10px;
}

#menu_container_left li a:link {
	color: #FCF8E3; text-decoration: none;
}

#menu_container_left li a:visited {
	color: #FCF8E3; text-decoration: none;
}

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


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

#column_right {
  float:right;
  margin-left:20px;
  margin-right:30px;
  width:544px;
}

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

#column_right h3 {
	font-size:large;
	font-weight: bold;
	color: #487BAD;
	margin-top: 15px;
	margin-bottom:2px;	
	margin-right:15px;
	text-align:left;
}

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

#column_right img {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* page with one column */

#column_single {
	width:780px;
	padding-left: 0px;
	padding-top: 0px;
}
 
#column_single h1 {
	font-size: x-large;
	font-weight: bold;
	color: #5B6C8A;
	text-align:left;
	vertical-align: top;
}
 
#column_single h3 {

	font-size:large;
	font-weight: bold;
	color: #487BAD;
	margin-top: 15px;
	margin-bottom:2px;
	text-align:left;
}

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

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


#column_single hr {
	color: #5B6C8A;
	width: 80%;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 10px;
}

blockquote {
	font-size: small;
	font-style: italic;
	text-align: center;
	text-indent: 0px;
}

.p_indent {
	font-size:small;
	line-height:normal;
	color: #333333;
	text-align: justify;
	margin-left: 40px;
}

.p_centre {
	font-size:small;
	line-height:normal;
	color: #333333;
	text-align: center !important;
}
/* 'back to...' text */

.back_to {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #0033CC;
	text-align: right;
	padding: 10px;
	float: right;
}

/* page footer */

#page_footer {
	height: 30px;
	background: #487BAD;
	width: 780px;
	vertical-align: bottom;
}  

#page_footer p {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}