body
		{
	background-image: url(background_tree2.gif);
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
		}


.spacing
	{
	line-height: 150%;	
	}
	
.link_padding
	{
	padding: 0px;	
	}

.link_border
	{
	border-top: #925139 solid 2px;
	border-bottom: #925139 solid 2px;
	border-left: 0px;
	border-right: 0px;
	}

.link_border_left
	{
	border-top: #925139 solid 2px;
	border-bottom: #925139 solid 2px;
	border-left: #925139 solid 2px;
	border-right: 0px;
	}


.link_border_logo
	{
	border: #925139 solid 2px;
	}
		
.text
		{
	font-family: verdana, arial, sans-serif;
	font-size: 13pt;
	margin-left: 5px;
	margin-right: 5px;
		}
		
.name
		{
	font-size: 13pt;
	font-weight: normal;
		}

.table	
	{
 	padding: 20px;
 	width: 750px; 
	background-color: #B0EFFF;
	background-image: url(logo_bkg3.gif);

	}

		
li	{
	line-height:  150%;
	}		
	
.text_margin
		{
		padding-left: 60px;
		padding-right: 60px;
		}
		
.doctor_text
		{
	font-size: 10pt;
	font-weight: bold;
		}
		
.staff_heading
		{
	font-family: verdana, arial, sans-serif;		
	font-size: 20pt;
	font-weight: bold;
	background-color: #E2EEFC;
	color: #8B5941;
		}
		
h2
		{
	font-family: verdana, arial, sans-serif;		
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	color: #925139;
		}

h3
		{
	font-family: verdana, arial, sans-serif;		
	font-size: 20pt;
	font-weight: bold;
	background-color: #E2EEFC;
	color: #8B5941;
	border: #925139 solid 2px;
	margin-top: 35px;
		}

.writing_border
		{
		border-color: #8B5941;
		background-color: #E2EEFC; 
		}

		
.heading_and_spacer
		{
	font-family: verdana, arial, sans-serif;		
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	line-height: 150%;	
		}
		
.links
		{
	font-family: verdana, arial, sans-serif;		
	font-size: 12pt;
		}	
		
.thirteen_text
		{
	font-size: 11pt;
	font-style: italic;
		}
		
.credit
		{
	font-size: 12px;
	font-style: italic;
	color: #aa6043;
	letter-spacing: .3em;
		}
		
.indent
		{
		margin-left: 80px;
		}
		
a.people:link
	{
	color: #8B5941;
	text-decoration: underline;
	}

a.people:visited
	{
	color: #8B5941;
	text-decoration: underline;
	}

a.people:hover
	{
	color: #333366;
	text-decoration: underline;
	}

a:link
	{
	color: #003399;
	text-decoration: none;
	}

a:visited
	{
	color: #003399;
	text-decoration: none;
	}

a:hover
	{
	color: #333366;
	text-decoration: underline;
	}



/* THIS CODE IS FOR ROLLOVERS IN THE NAVIGATION BAR, USING ONLY CSS - NO JAVASCRIPT REQUIRED.
FIREFOX SEEMS TO HAVE TROUBLE DISPLAYING ROLLOVER STATE CORRECTLY.  WORKS FINE WITH IE AND NETSCAPE.

.rollover a 
{

background: url("button_rollover.gif") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover 
{ 
background-position: 0 -30px;
}

*/