<?php 

$page = ""; 
$section = "misc"; 
$title = "Where Does Your Paycheck Go? - Your Life Your Money | PBS"; 
$content = "full";  #either "full" or "right" depending on the template width

# USE $bodyload for onload calls, otherwise leave commented out
# $bodyload = "";

include( '../includes/header.php' ); 

?>









<div id="heading" class="<?php echo $content; ?>"> <?php # Heading ?>

<img src="../images/headings/heading_lessonsandactivities.png" width="900" height="85" alt="Real Stories" class="trans" />

</div> <!-- end heading --> 





<div id="fullcontentwrap" class="container">  <?php # Wraps the two columns to keep things organized ?>




<!-- FULL COLUMN SIDEBAR  -->


<div id="fullsidebarcontent" class="height560 bbg trans">
     
     
	<div>
    <h2 class="top">Where Does Your Paycheck Go?</h2>
	
    <p><b>Materials Needed:</b> Sample pay stubs showing deductions</p>

	<p>Prior to beginning this activity the facilitator should obtain and copy some real or facsimile pay stubs to use.</p>
    
    <p><b>Facilitator Tip:</b> Be sure to cross out or cover up personal information on the stubs, such as Social Security numbers and names.</p>
    
    <p><b>The facilitator should begin this activity by asking the following questions:</b>
	<ol>
    	<li>If you are employed by a company, why does your paycheck not reflect your actual earnings? In other words---why is a person's take-home (net) wages so much less than his gross wages?</li>
        <li>If you are self-employed, who has the task of managing various tax responsibilities?</li>
     </ol>
    </p>
    
    <p>Distribute copies of sample pay stubs. Ask participants to examine the categories of taxes withheld. Identify and review with participants: federal withholding, state withholding, Social Security and Medicare.(Special note: some employers combine Social Security and Medicare deductions.)</p>
	
	<p>Determine what percentage of the gross pay is taken by just these deductions. (Add all the deductions to get a total. Put that total in the numerator and the gross wages in the denominator. Divide the numerator by the denominator.  Your answer is the percent taken by taxes.)</p>
    
    <p class="last"><b>The facilitator should conclude this activity with the following:</b><br />
Emphasize that when making a personal spending plan, net wages should be considered, not gross wages.</p>
	
    </div>   

     
</div> <!-- end full contentsidebar div  -->

<div id="sidebarcontent" class="height560 bbg trans">

	<div>
    
    <h2 class="top"></h2>


<?php include( '../includes/print_this_page.php' );  ?>
	<h2>Lesson Materials</h2>
    	
        <p class="cta"><a href="../pdf/YLYMFacilitatorsGuide.pdf" class="pdf">Facilitator's Guide</a></p>
    
    </div>

</div> <!-- end sidebar -->
 
 
 <!-- END FULL COLUMN SIDEBAR -->
 
  </div> <!-- end column container div  -->
  



<?php include( '../includes/footer.php' ); ?>
