a { color: #37597C; }

blockquote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: .1em;
}

body
{
	background-color: #fef4d1;
	background-image: url(images/bkgnd_tile.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodytext
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}

.boldital
{
	font-style: italic;
	font-weight: bold;
}

.mod
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 15px;
}

.reader
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.readerbox
{
	border: 1px solid #CC0000;
	margin-top: 10px;
}

.title
{
	font-size: 13pt;
	font-weight: bold;
	color: #37597C;
}

.tocome
{
	color: #FF0000;
	font-style: italic;
}

.fmchp_footer {
	color:#999;
	font-size:83%; 
	margin-top:10px; 
	margin-left:15px; 
	margin-right:15px;
}

#container
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
}

#sidebar
{
	float: right;
	padding: 5px;
	margin: -15px 1px 1px 10px;
	background-color: #dde7f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	width: 180px;
	border: solid 1px #37597c;
}

#sidebar h1
{
	color: #4f606f;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

#stage
{
	position: absolute;
	left: 0px;
	top: 68px;
	width: 800px;
	height: 500px;
	z-index: 2;
	background-image: url(images/bkgnd_nurse.jpg);
	background-repeat: no-repeat;
}

#textbox li { padding-bottom: 5px; }
#textbox ol li { padding-bottom: 10px; }

#textbox .ddsmoothmenu2 li { padding-bottom: 0;}


#textbox
{
	position: absolute;
	left: 18px;
	top: 182px;
	width: 620px;
	height: 400px;
	z-index: 3;
	background-color: #ffffff;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-color: #78a2cc #000 #000 #000000;
	border-style: solid;
	border-width: 6px 1px 1px;
}

#textbox2
{
	position: absolute;
	left: 18px;
	top: 182px;
	width: 800px;
	height: 600px;
	z-index: 3;
	background-color: #ffffff;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-color: #78a2cc #000 #000 #000000;
	border-style: solid;
	border-width: 6px 1px 1px;
}

#topband
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
}


/* New Styles Added by William Mackie */
/* ********************************** */




#nav
{
	margin: 0;
	margin-top: 4px;
	font-size: 12px;
	background-color: #dee8f3;
	padding: 2px 5px;
	font-family: arial,sans-serif;
	
}

#nav li
{
	
display: inline;
	list-style-type: none;
	padding-left: 5px;
}

#nav a:link, #nav a:visited
{
	color: #555;
	background-color: transparent;
	text-decoration: none;
	padding: 8px;
}

#nav a:hover, #nav a:active
{
	color: #fff;
	background-color: #6193bc;
}

/* Splash Page Buttons */

#button2009
{
  display: block;
  width: 227px;
  height: 40px;
  background: url("2009_button_combo.gif") no-repeat 0 0;

}

#button2009:hover
{ 
  background-position: 0 -40px;
}

#button2009 span
{
  display: none;
}

#button2010
{
  display: block;
  width: 227px;
  height: 40px;
  background: url("2010_button_combo.gif") no-repeat 0 0;

}

#button2010:hover
{ 
  background-position: 0 -40px;
}

#button2010 span
{
  display: none;
}

/* for Indiana tables */

tr.indrow1 td {
background-color: #dde7f1;
}

tr.indrow1 th {
background-color: #dde7f1;
}

tr.indrow2 td {
background-color: #fff;
border: 1px #ddd solid;
padding-left: 5px;
padding-right: 5px;
}