div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family: verdana, arial, sans-serif;
    }

	voice-family:;
	voice-family:inherit;
	height:55px;
	}
 
body>#Header {height:50px;}

BODY	{
  margin: 10px;
  background-color: #ffffff;
  scrollbar-arrow-color:#3366CC;
  scrollbar-base-color:#663333;
  scrollbar-shadow-color:#663333;
  scrollbar-face-color:black;
  scrollbar-highlight-color:#3366CC;
  scrollbar-dark-shadow-color:#663333;
  scrollbar-3d-light-color:#663333;
 }

/* SECONDARY PAGES - HEALTH LIBRARY */

.healthl-top	{
   background-image: url('http://www.yuquot.ca/images/healthl-top.jpg');
   background-color: #003300;
   background-repeat: no-repeat;
   background-position: left top
	}
	
.healthl-middle{
   background-image: url('http://www.yuquot.ca/images/healthl-middle.jpg');
   background-color: #ffffff;
   background-repeat: no-repeat;
   background-position: left top
	}
	
.healthl-bottom	{
   background-image: url('http://www.yuquot.ca/images/healthl-bottom.jpg');
   background-color: #003300;
   background-repeat: no-repeat;
   background-position: left top
  	}

  	
/* REGULAR TEXT */

dt 	{
	font-weight: bold;
	}

p, dl, dt, dd, td {
	font: 11px/16px verdana, arial, sans-serif;
	color: #000000;
	}

ol, ul, li {
	font: 11px/16px verdana, arial, sans-serif;
	color: #003300;
	margin-top: 10px;	
	}

/* LINK NOT VISITED */

a:link	{
	font: 11px/16px  verdana, arial, sans-serif;
	color:	#000000;
	text-decoration: underline;
	}
	
/* LINK ACTIVE */	
	
a:active	{
	font: 11px/16px  verdana, arial, sans-serif;
	color:	#669966;
	text-decoration: underline;
	}
	
/* LINK HOVER */	
	
a:hover	{
	font: 11px/16px  verdana, arial, sans-serif;
	color:	#666666;
	text-decoration: underline;
	}
	
/* LINK VISITED */	
	
a:visited	{
	font: 11px/16px  verdana, arial, sans-serif;
	color:	#003300;
	text-decoration: underline;
	}
