<?php 

$page = ""; 
$section = "misc"; 
$title = "Planning for Retirement - 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">Planning for Retirement</h2>

    <p><b>Materials Needed:</b> "Planning for Retirement"</p>
    
    <p><b>The facilitator should begin this activity by asking the following questions:</b>
	<ol>
    	<li>What is your personal definition of wealth? Do you define wealth by dollars or by possessions?</li>
        <li>How do you suppose people get wealthy?</li>
        <li>Have you thought about saving and planning for retirement?</li>
    </ol>
    </p>
    
    <p>Next, the facilitator should distribute a copy of "Planning for Retirement" to each participant.</p>

	<p>The facilitator should divide participants into groups of three or four.  Direct them to discuss and record their group's responses to the three questions.  Allow adequate time for small groups to complete task.</p>

	<p>Reassemble as a large group and share ideas.</p>
    
    <p class="last"><b>The facilitator should conclude this activity with the following questions:</b>
    <ol>
    	<li>How do taxes affect your choices of retirement investments?</li>
        <li>Why is the employer contribution an advantage of putting money into a 401k or 403b at some companies?</li>
        <li>What factors should you consider when choosing a financial planner or advisor to help you with your retirement planning?</li>
    </ol>
    </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/PlanforRetirement.pdf" class="pdf">Plan for Retirement</a></p>
        <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' ); ?>
