body {
	background: #eaeaea url(../img/backgrounds/body.gif) center repeat-y;
	font-family: Arial, sans-serif;
	color: #666;
	font-size: 11px;
}
a {
	color: #217ac2;
	font-weight: bold;
	text-decoration: none;
}
p {
	margin: 0px;
}
img {
	display: block;
}
a img {
	border-style: none;
}
div.clear {
	clear: both;
}
#wrapper {
	width: 978px;
	margin: auto;
}
#header {
	margin-top: 20px;
	overflow: auto;
	margin-bottom: 20px;
}
#header div.logo.left {
	float: left;
	padding: 0px 0px 0px 11px;
}
#header div.logo.right {
	float: right;
	padding: 19px 6px 0px 0px;
}
#intro {
	background: #dae9f5 url(../img/backgrounds/intro.gif) no-repeat;
	height: 88px;
	padding: 16px 30px 0px;			
}
#intro p {
	font-size: 14px;
	line-height: 1.3em;
}
#content {
	background: #fff url(../img/backgrounds/content.gif) no-repeat;
	height: 877px;
	width: 956px;
	margin-top: 3px;
	padding: 11px 10px 0px 10px;
}
#content div.left {
	background-color: #d6e7f4;
	width: 232px;
	margin: 0px 8px 0px 2px;
	padding: 17px 0px 0px;
	height: 346px;
	text-align: center;
	float: left;
}
#content div.left h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
#content div.left img.nhs {
	margin: 25px auto 35px;
}
#content div.left h3 {
	margin: 0px;
	font-size: 13px;
}
#content div.left h3.lower {
	margin-top: 20px;
}
#content div.left p {
	font-size: 12px;
	line-height: 1.6em;
}
#content div.left p a {
	font-size: 10px;
}

#content div.right {
	width: 713px;
	float: left;
}

#subimage {
	margin-top: 7px;
	background: #6192b5 url(/img/backgrounds/subimage.gif) repeat-x;
	height: 28px;
	padding-top:11px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
#subimage span {
	font-size: 16px;
}
#subimage a {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
}

#content div.panels {
	overflow: auto;
}
#content div.panels div.panel {
	float: left;
	width: 216px;
	height: 220px;
	margin: 4px 4px 0px 0px;
	padding: 10px;
	background: #fff url(../img/backgrounds/panel.gif) no-repeat;
}
#content div.panels div.panel.last {
	margin-right: 0px;
}
#content div.panels div.panel h2 {
	font-size: 11px;
	margin: 5px 0px 3px;
}
#content div.panels div.panel p {
	line-height: 1.2em;
}
#content div.panels div.panel a.text {
	position: absolute;
	margin: 120px 0px 0px;
	width: 190px;
	display: block;
	font-size: 10px;
}
#footer {
	background: #fff url(../img/backgrounds/footer.gif) no-repeat;
	height: 120px;
	padding: 20px;
	line-height: 1.4em;
	overflow: visible;
}
#footer h2 {
	font-size: 11px;
	color: #217ac2;
	margin: 0px;
}
#footer div.left {
	float: left;
	width: 560px;
}
#footer div.left p.copyright {
	margin-top: 15px;
}
#footer div.right {
	float: right;
	width: 300px;
}
#footer div.right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer div.right a {
	color: #666;
	font-weight: normal;
}