#header {
	position:relative;
	min-width:800px;
	height:176px;
	background-image:url("../images/hd_bkg_hospital.gif");
	background-repeat:repeat-x;
	z-index:2;
}
#hdnav {
	position:absolute;
	top:152px;
	left:399px;
	right:0px;
	height:19px;
	text-align:right;
	background-color:#00529C;
	z-index:3;
}
#searchblock {
	width:225px;
	background-color:#0067C2;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0072C6;
	font-weight:bold;
}

h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0072C6;
	font-weight:100;
}

/* Use to format BLUE Page Titles */
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0072C6;
	font-weight:bold;
}

/* Use to format BLUE page subtitles */
.subtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0072C6;
	font-weight:100;
}

a {
	color: rgb(0, 114, 198);
	font-family: Verdana, Arial, Sans;
	text-decoration: none;
	font-size: 9pt;
}
a:link {
	background-image: none;
	background-repeat: repeat;
	text-decoration: none;
	color: rgb(0, 114, 198);
}
a:active {
	background-image: none;
	background-repeat: repeat;
	text-decoration: none;
	color: rgb(0, 114, 198);
}
a:visited {
	background-image: none;
	background-repeat: repeat;
	text-decoration: none;
	color: rgb(0, 114, 198);
}
a:hover {
	background-color: #00529C;
	background-image: none;
	background-repeat: repeat;
	text-decoration: none;
	color: #ffffff;
}
