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

body {
	margin: 0px;
	padding: 0px;
	background-color: #d9d9db;
	background-repeat: repeat-x;
}
.nhslogo {
	background-image: url(../mphds-images/graphics/header-design_03.jpg);
}
.headerbackdrop {
	background-image: url(../mphds-images/graphics/header-design_06.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.footertab {
	background-image: url(../mphds-images/graphics/footer-design_03.jpg);
}
.footerbackdrop {
	background-image: url(../mphds-images/graphics/footer-design_06.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.leftbackdrop {
	background-image: url(../mphds-images/graphics/header-design_07.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.rightbackdrop {
	background-image: url(../mphds-images/graphics/header-design_10.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
/*.blue_leftbackdrop {
	background-image: url(../mphds-images/graphics/nhs-grey-border-left.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.blue_rightbackdrop {
	background-image: url(../mphds-images/graphics/nhs-grey-border-right.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}*/
.main_text {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
	color:#000000;
	text-align: justify;
}
a.main_text:link {
	color: #0066CC;
	text-decoration: none;
}

a.main_text:visited {
	color: #0066CC;
	text-decoration: none;
}
a.main_text:hover {
	color: #0066CC;
	text-decoration: underline;
}
.header_text {
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
	color:#0066CC;
}
.nav {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	color: #0066CC;
	text-decoration: underline;
}
.subnav {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
a.subnav:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.subnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.subnav:hover {
	text-decoration: underline;
}
.mainnewsnav {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
a.mainnewsnav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainnewsnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainnewsnav:hover {
	text-decoration: underline;
}
.mainnewsnav_black {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
a.mainnewsnav_black:link {
	color: #000000;
	text-decoration: none;
}
a.mainnewsnav_black:visited {
	color: #000000;
	text-decoration: none;
}
a.mainnewsnav_black:hover {
	text-decoration: underline;
}
.newsnav {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
a.newsnav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.newsnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.newsnav:hover {
	text-decoration: underline;
}
.newsnav_black {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
a.newsnav_black:link {
	color: #000000;
	text-decoration: none;
}
a.newsnav_black:visited {
	color: #000000;
	text-decoration: none;
}
a.newsnav_black:hover {
	text-decoration: underline;
}
.quicklinks {
	color: #0066CC;
	font-size: 12px;
	font-family: Tahoma;
	text-align: left;
}
a.quicklinks:link {
	text-decoration: none;
}

a.quicklinks:visited {
	text-decoration: none;
}
a.quicklinks:hover {
	text-decoration: underline;
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #0066CC;
	text-align: center;
}
.return {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #0066CC;
	padding-left: 75px;
	text-decoration: none;
}

