home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / counselorTalentsearch.php < prev    next >
Text File  |  2010-09-20  |  5KB  |  98 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. <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  12. <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></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. <!--[if lt IE 8]>
  19.    <style type="text/css">
  20.    li a {display:inline-block;}
  21.    li a {display:block;}
  22.    </style>
  23.    <![endif]-->
  24.  
  25. <?php include("dropJava.php"); ?>
  26.  
  27. <style type="text/css">
  28. <!--
  29. .style179 {
  30.   font-family: Arial, Helvetica, sans-serif;
  31.   font-size: 18px;
  32. }
  33. .style180 {color: #333333}
  34. .style181 {
  35.   font-family: Verdana, Arial, Helvetica, sans-serif;
  36.   font-size: 12px;
  37. }
  38. .style182 {
  39.   font-family: Verdana, Arial, Helvetica, sans-serif;
  40.   font-size: 13px;
  41. }
  42. .style184 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
  43. .style185 {font-size: 13px}
  44. -->
  45. </style>
  46. </head>
  47.  
  48. <center><body class="body">
  49.  
  50. <table width="760" border="3px" bordercolor="#FFFFFF">
  51.   <tr id="header">
  52.     <td colspan="3"><?php include("header.php"); ?></td>
  53.   </tr>
  54.   
  55.   <tr id="dropMenu">
  56.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  57.   </tr>
  58.   
  59.   <tr valign="top" bgcolor="#FFFFFF">
  60.   
  61.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  62.        <?php include("counselor_collapsed.php"); ?>
  63.         
  64.     </td>
  65.     
  66.     <td width="650" id="pageContenet">
  67.         <p align="center" class="ui-widget-header style179">Educational Talent Search</p>
  68.         <p style="margin-bottom: 0;"> </p>
  69.         <p class="SmBody style58 style10 style180" style="margin-top: 0;">Students in the <strong>Talent Search (TS)</strong> program have the opportunity to put the pieces together by exploring career options, visiting college campuses, learning study skills, applying for college/financial aid/scholarships, and participating in the ACT/SAT test preparation. All services are free to qualified participants.</p>
  70.         <p class="SmBody style58 style10 style180"><strong>Talent Search </strong>is provided at McGregor School by a federal grant through the Department of Education. The purpose is to:</p>
  71.       <ul>
  72.         <li><span class="style181">identify youth with potential for postsecondary education</span></li>
  73.         <li class="style181">encourage them to continue and graduate from secondary school</li>
  74.         <li class="style181">enroll in programs of postsecondary education</li>
  75.         </ul>
  76. <p class="style181">Two-thirds of the 600 participants must be low income and first generation college students (with neither parent having a 4-year degree)</p>
  77.       <p class="style34">Since 1998 here are some accomplishments of the students in the Talent Search Program in McGregor:</p>
  78.       <ul>
  79.         <li><span class="style182">Total number of students served at McGregor: 157</span></li>
  80.         <li class="style182">McGregor students in the program as of 9/1/10: 57</li>
  81.         <li class="style182">TS seniors graduated from high school: 99% (the national goal is 74.9% according to the National Center for Education Statistics, 2008.)</li>
  82.         <li class="style182">TS graduates in a postsecondary institution of their choice: 83% (the national average is 67% according to teh National Center for Education Statistics, 2007) Minnesota average is 70% according to the Minnesota Office of Higher Education, 2008)</li>
  83.         <li class="style182">Fieldtrips and college campuses visited this past year: Duluth Omnimax Theatre, Concordia University, Hamline University, Bemidji State University, Itasca Community College, St. Scholastica</li>
  84.         </ul>
  85. <p><span class="style184">For more information on Educational Talent Search go to:</span> <a href="http://www.css.edu/Administration/Educational-Talent-Search.html" class="style185">http://www.css.edu/Administration/Educational-Talent-Search.html</a></p>
  86.       <p style="margin-bottom: 0;"> </p></td>
  87.     
  88.  
  89.   
  90.   </tr>
  91.   <tr bgcolor="#FFFFFF">
  92.       <td colspan="3"><?php include("footer.php"); ?></td>
  93.   </tr>
  94. </table>
  95.  
  96. </body></center>
  97. </html>
  98.