body, p, div, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:96%;
	padding: 0;
	margin: 0;
}
li, ul {
	font-size:98%;
	}
th {text-align:left;
	}
	
/* wrapper defines the web page*/
#wrapper{
	background-color:#ffffff;
	padding: 0px;
	height: 750px;
	width: 950px;
 	margin:5px auto;
}
/*header defines the logo area*/
#header {
	text-align: center;
	margin:10px 0;
	width:100%;
}
#header a{
	color:#fff;
}
 /*title defines the top heading and breadcrumb area*/
#title{
	width:100%;
	margin-top:40px;
	}
/*This defines the main central area*/
#content {
	float:left;
	margin-top:-5px;
	margin-left:20px;
	height:auto;
	width:100%;
}
#skip nav {
	width:300px;
}
#skip {
	height:10px;
	}
/*This defines column 1 of 3 for the 3 key buttons*/
#content_column1 {
	float:left;
	margin-left:15px;
	padding:25px;
	height:auto;
	width: 175;
	}
/*This defines column 2 of 3 for the 3 key buttons*/
#content_column2 {
	float:left;
	margin-left: 70px;
	padding:25px;
	height:auto;
	width: 175;
	}
/*This defines column 3 of 3 for the 3 key buttons*/
#content_column3 {
	float:left;
	margin-left:70px;
	padding:25px;
	height:auto;
	width: 175;
	}
/* clear floats */
#clear_floats {
	float:clear;
	}
/*window for main story */
#story {
	margin-left:20px;
	width:550px;
	padding:0 10px;
	float:left;
	}
/*This defines the navigation area, Useful Links, on the right*/
#nav2 {
	float:left;
	margin-left:35px;
	width:170px;
	padding:5px;
	color:#000;
	font-weight:bold;
	vertical-align:middle;
}
#nav2 p {
	list-style-type: none;
	margin-top: 10px;
	padding: 5px;
	vertical-align:middle;
}
#nav2 a {
	font-size:0.9em;
	color: #000;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	font-weight: bold;
	padding:3px;
	}
#nav2 a:hover, a:focus {
	text-decoration: underline;	
	}
/*This defines the footer with banner and address*/
#footerhome {
	clear:both;
	width:950px;
	background-image: url(images/homepages/footer.jpg);
	background-repeat: no-repeat;
	height:77px;
	margin:0px;
	margin-top:0px;
}
#footer {
	width:100%
	text-align: center;
	}
#footer ul li{
	margin:0px;
	padding:0 20px 0 0;
	display:inline;
	font-size:83%;
	font-weight:550;
}
#footer a{
	text-decoration:none;
	color:#000;
}
/*The Styling of the pages*/
h1 {
	margin-bottom:3px;
	font-size:1.6em;
	font-weight:600;
}
h2 {
	font-weight:800;
	margin-bottom:5px;
	font-size:1.2em;
}
h3 {
	font-weight:bold;
	font-size:1em;
}
h4 {
	font-weight:bold;
	font-size:1.3em;
	margin-top:10px;
	}
h5 {
	font-weight:bold;
	font-size:1.4em;
	margin-top:10px;
	}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.style2 {
	font-weight:bold;
	}
.style3 {
	font-size::1.1em;
	font-weight:bold;
}
.style4 {
	font-size: 1.2em;
	font-weight:bold;
	}
.WardTableCaption {
	font-weight:bold;
	padding-bottom:0.7em;
	color:#4001A8;
	font-size:1.2em;
	}
.stylelist {
	text-decoration: none;
	display: inline;
	padding:7px;
	font-weight: bold;
	}
	
/*Floats*/
.leftimage {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}
.rightimage {
	float:right;
	margin-left:10px;
	margin-top:5px;
	}
a:visited, a:active{
	color: #6633FF;
}
.clearit {
	clear:both;
}

/*This area matches the colours of titles and nav2 (Useful Links) to the area type for each main area*/
.home {
	color: #006666;
}
.nav2home {
	background-color:#006666;
}
.trust {
	color:#01545f;
}
.nav2trust {
	background-color:#006666;
}
.patients {
	color:#000066;
}
.nav2patients {
	background-color:#000066;
}
.search {
	color:#ffcc33;
}
.nav2search {
	background-color:#009933;
}
