/* eliminates underlined links*/
A:link  {
	text-decoration : none;
	color: 080000;
}

A:visited  {
	text-decoration : none;
	color: 000000;
}

A:active  {
	text-decoration : none;
	color: FFFFFF;
}

A:hover  {
	text-decoration : underline;
	color: FF0000;
}

/* default text size and font*/
body {
	text-decoration: none;
	color: 444444;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height:14px;
}
/* content formatting*/
.content {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
font-size:12px;}
.content a:link {text-decoration : underline;
	}
/* headings*/
H3.blue {
	color: 5C81AA;
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: bold;
}

h2.blue2 {
color: 5C81AA;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: bold;
	margin-bottom: -3;
	}
/* bold*/
B {
	color: 5C81AA;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
}

.Bpink {
	background-color: ADC0D4;
	color: #f3e3e5;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	padding:3px;
}

a.Bpink:link {color: #f3e3e5;}
a.Bpink:hover {color: #fff;}

/* footer text*/
.footer  {
	font-family : Verdana, Arial, Helvetica;
	font-size : 9px;
	color : 666666;
}

.footer2 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 9px;
	color : 666666;
}
a.footer2:link {text-decoration : none;
	color: #080000;}
a.footer2:hover {
	text-decoration : underline;
	color: FF0000;
}
a.footer2:visited {text-decoration : none;
	color: #080000;}

/* navigation sidebar*/
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
				font-family: Arial Narrow, Arial, Helvetica;
		
		font-size: 14px;
		
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
				padding-top: 10px;
		padding-bottom:10px;
		text-align:right;
		margin-left: -10px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
		top-padding: 0px;
		font-family: Arial Narrow, Arial, Helvetica;
		color: white;
		width: 72px;
		vertical-align:top;
		text-align:left;
				
	}
	#nav li ul li { /* second-level list items */
	margin-left: 2px;
	padding-top: 4px;
	text-align:left;
	}
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		
		
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
/* financing heading*/
h1.financing {
color:#5C81AA; 
font-family:Arial, Helvetica, sans-serif; 
line-height:8px; 
padding-left:35px; 
font-size:18px; 
margin-top:6px; 
margin-bottom:6px;
letter-spacing: 0.25em;
}
/*patient heading*/
h1.patheading {
color:#5C81AA; 
font-family:Arial, Helvetica, sans-serif; 
font-size:19px; 
font-weight:bold;
padding-bottom: 2px;

}	
/* procedure headings*/
h1.procheading {
	font-size: 17px;
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
	color:#5C81AA; 
	font-family:Arial, Helvetica, sans-serif;
}	
