document.write('<STYLE TYPE="text/css">');
document.write('.headertitle { ');
document.write('	font-family:  Arial, sans-serif;');
document.write('	font-size: 22pt;');
document.write('	text-decoration: none;');
document.write('	color: #000000;');
document.write('	font-weight: 700;');
document.write('	border: 0px solid #000000;');
document.write('	border-bottom-width: 2px;');
document.write('}  ');



document.write('.smallnav { ');
document.write('	font-family:  Arial, sans-serif;');
document.write('	font-size: 13pt;');
document.write('	font-weight:bold;');
document.write('	text-decoration: none;');
document.write('	color: #dc0000;');
document.write('	line-height: 25px;');
document.write('}  ');

document.write('a.smallnav:hover {');
document.write('	font-family: Arial, sans-serif;');
document.write('	font-size: 13pt;');
document.write('	font-weight:bold;');
document.write('	text-decoration: none;');
document.write('	background: #dc0000;');
document.write('	color: #ffffff;');
document.write('	line-height: 25px;');
document.write('}  ');



document.write('</STYLE>');




document.write('<center><img src="header.gif"></center>');



document.write('<center><TABLE  BORDER=0 CELLPADDING=0 CELLSPACING=0 width=740>');

document.write('<tr><td class="headertitle" >&nbsp;<i>');
document.write(document.title);
document.write('</i></td></tr>');

document.write('<tr>');
document.write('<td align=center>');
document.write('<a href="index.html" class="smallnav">Home</a> &nbsp;|&nbsp; <a href="facilities.html" class="smallnav">Facilities</a>&nbsp;|&nbsp; <a href="programs.html" class="smallnav">Programs </a>&nbsp;|&nbsp;<a href="staff.html" class="smallnav">Staff</a> &nbsp;|&nbsp; <a href="awards.html" class="smallnav">Awards</a> &nbsp;|&nbsp; <a href="hours.html" class="smallnav">Hours of Operation</a> &nbsp;|&nbsp; <a href="contact.html" class="smallnav">Contact Us</a>');
document.write('</td></tr>');
document.write('</table></center><br>');
document.close();