home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / immunizations.php < prev    next >
Text File  |  2011-01-24  |  5KB  |  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.           <span class="SmBody"><a href="documents/PupilImmunRec2010.pdf">Pupil Health Immunization Record</a>  <img src="images/link_pdf.gif" width="10" height="12" /> - 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 <a href="http://www.health.state.mn.us/divs/idepc/immunize/laws/index.html">Minnesota Department of Health </a><img src="images/link_external_000.gif" width="10" height="10" /> 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.           <a href="documents/AreKidsReadyImm2010.pdf">Are Your Kids Ready for School?</a> <img src="images/link_pdf.gif" width="10" height="12" /> (Immunization Table)</span><br />
  75.            </p>
  76.         <p style="margin-bottom: 0;"><span class="style138">Scheduling Immunizations</span></p>
  77. <p class="SmBody" style="margin-top: 0;">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.</p>
  78. <p class="style138" style="margin-bottom: 0;">Legal Exemptions</p>
  79.         <p class="SmBody" style="margin-top: 0;">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 fulfill state requirements. Exemption forms are available in the health office.</p>
  80. <p class="style138" style="margin-bottom: 0;">Immunization Information Links</p>
  81.         <ul class="SmBody" style="margin-top: 0">
  82.           <li><a href="http://www.cdc.gov/vaccines/pubs/parents-guide/default.htm" target="_blank">            Center for Disease Control (CDC) Immunization Information Page <img src="images/link_external_002.gif" width="10" height="10" /></a></li>
  83.           <li>            <a href="http://www.vaccinesafety.edu/">Institute for Vaccine Safety at Johns Hopkins University</a> <img src="images/link_external_001.gif" width="10" height="10" /></li>
  84.           <li>            <a href="http://www.health.state.mn.us/divs/idepc/immunize/index.html">Minnesota Department of Health - Immunizations</a> <img src="images/link_external_003.gif" width="10" height="10" /></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.