home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / immunizations.php.0002.8401.bak < prev    next >
Text File  |  2011-01-24  |  4KB  |  94 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>McGregor Area School ISD#4</title>
  6.  
  7. <link href="style.css" rel="stylesheet" type="text/css" />
  8. <link href="dropStyle.css" rel="stylesheet" type="text/css" />
  9. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  10.  
  11.     <script src="jquery-1.2.1.min.js" type="text/javascript"></script>
  12.  <script src="jquery.url.js" type="text/javascript"></script>
  13.       <script src="menu-collapsed.js" type="text/javascript"></script>
  14.  
  15.     <link rel="stylesheet" type="text/css" href="collapsed_style.css" />
  16.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  17.   
  18.  
  19.   
  20.       <!--[if lt IE 8]>
  21.    <style type="text/css">
  22.    li a {display:inline-block;}
  23.    li a {display:block;}
  24.    </style>
  25.    <![endif]-->
  26.    
  27. <?php include("scriptHead.php"); ?>
  28.  
  29. <?php include("dropJava.php"); ?>
  30.  
  31. <style type="text/css">
  32. <!--
  33. .style136 {font-size: 15px}
  34. .style137 {color: #B93220}
  35. .style138 {
  36.   font-family: Verdana, Arial, Helvetica, sans-serif;
  37.   font-size: 12px;
  38.   color: #B93220;
  39.   font-weight: bold;
  40. }
  41. -->
  42. </style>
  43. </head>
  44.  
  45. <center><body class="body">
  46.  
  47. <table width="760" border="3px" bordercolor="#FFFFFF">
  48.   <tr id="header">
  49.     <td colspan="3"><?php include("header.php"); ?></td>
  50.   </tr>
  51.   
  52.   <tr id="dropMenu">
  53.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  54.   </tr>
  55.   
  56.   <tr valign="top" bgcolor="#FFFFFF">
  57.   
  58.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  59.        <?php include("ourschool_collapsed.php"); ?>    </td>
  60.     
  61.     <td width="653" id="pageContenet">
  62.         <p><span class="LgBodyBold style136">IMMUNIZATIONS </span><br />
  63.         </p>
  64.         <p><span class="SmBodyBold style58"><span class="style138">Forms</span></span><br />
  65.           Pupil Health Immunization Record - <span class="SmBody">for recording a student's immunizations. <br />
  66.           (Note: Change the orientation on your printer to "Landscape" before printing.)</span></p>
  67.         <p><br />
  68.           <span class="style138">No Shots, No School!</span><br />
  69.           <span class="SmBody">In order to attend school, students must show they're in compliance with Minnesota State Immunization Requirements (see Minnesota Department of Health for more).<br />
  70.           </span><span class="SmBodyBold">A copy of the student's current immunization record must be on file, at school.</span></p>
  71.         <p><br />
  72.           <span class="style138">Immunization Requirements</span><br />
  73.           <span class="SmBody">The table on the document below outlines the immunization requirements.<br />
  74.           Are Your Kids Ready for School?<a href="documents/AreKidsReadyImm2010.pdf">AreKidsReadyImm2010<a></a></a> (Immunization Table)</span><br />
  75.            </p>
  76.         <p><span class="style138">Scheduling Immunizations</span><br />
  77.           It is recommended that you call your child's physician to schedule immunization appointments. Aitkin County Public Health offers low cost immunizations. Dates and times of community immunization clinics can be obtained by calling Aitkin County Public Health at (800) 328-3744. Additional information may be obtained by calling the Minnesota Immunization Hotline at 1-800-657-3950.<br />
  78.            </p>
  79.         <p class="style138">Legal Exemptions</p>
  80.         <p>Students may receive legal exemption from the immunization law for medical reasons or conscientiously held belief. It is necessary to provide a notarized exemption form to the health office in order fullfill state requirements. Exemption forms are available in the health office.</p>
  81.         <p class="style138" style="margin-bottom: 0;">Immunization Information Links</p>
  82.         <ul style="margin-top: 0"><li>            Center for Disease Control (CDC) Immunization Information Page</li>
  83.           <li>            Institute for Vaccine Safety at Johns Hopkins University</li>
  84.           <li>            Minnesota Department of Health - Immunizations</li>
  85.       </ul></td>
  86.   </tr>
  87.   <tr bgcolor="#FFFFFF">
  88.       <td colspan="3"><?php include("footer.php"); ?></td>
  89.   </tr>
  90. </table>
  91.  
  92. </body></center>
  93. </html>
  94.