/* CSS Document */
body {
	background-color: #99CCFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text_align: left;
}
a:link, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	font-weight: bold;
}
#container {
	position: relative;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	background-color: white;
	background-image: url(img/bkgd.jpg);
	background-repeat: repeat-y;
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: transparent;
	color: black;
}
#navcontainer {
	width: 140px;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
#navcontainer a {
	display: block;
	width: 130px;
	margin-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
	background-color: #036;
	border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #369;
	color: #fff;
}
#sidebar {
	top: 0;
	left: 0;
	width: 140px;
	background-color: #036;
	color: white;
	float: left;
}
#print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	position: absolute;
	top: 280px;
	right: 11px;
	height: 20px;
}
#content {
	background-color: transparent;
	line-height: 1.75em;
	color: black;
	float: right;
	width: 600px;
	padding: 10px;
}
#content .pic {
	float: right;
}
#content p.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	border: 1px solid #999999;
	background-color: #FFFFCC;
	text-align: justify;
	padding: 4px;
	vertical-align: middle;
	
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #003366;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #003366;
}
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #0099CC;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
}
#content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 1.75em;
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#content p.link a:link {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
	font-size: 12px;
}
#content p.link a:visited {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
	font-size: 12px;
}
#content p.link a:hover {
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
	font-size: 12px;
}
#content p.research a:link, #content p.research a:visited {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
#content p.research a:hover {
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
#content .faq_link {
	position: absolute;
	top: 286px;
	right: 14px;
	height: 20px;
	padding: 4px;
	text-align: center;
	background-color: #036;
	color: white;
}
#content .faq_link a:link {
	color: white;
	text-decoration: none;
}
#content .faq_link a:visited {
	color: white;
	text-decoration: none;
}
#content .faq_link a:hover {
	color: white;
	text-decoration: underline;
}
#hosp1 {
	position: relative;
	top: 286px;
	right: 10px;
}
#footer {
	position: relative;
	top: 0;
	clear: both;
	background-color: white;
	color: #036;
	border-top: 1px dashed #666;
	float: right;
	width: 600px;
}
#footer p {
	padding: 6px;
	margin: 0px;
	font-size: 9px;
	color: #666;
}
#footer a:link {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#footer a:visited {
	font-weight: bold;
	color: #999;
}
#footer a:hover {
	font-weight: bold;
	color:#666;
	text-decoration: underline;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #003366;
	line-height: normal;
}
#content h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #003366;
}
#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003466;
}
