<?php 

$page = ""; 
$section = "misc"; 
$title = "Classroom Ideas - 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_classroomideas.png" width="900" height="85" alt="Real Stories" class="trans" />

</div> <!-- end heading --> 





<div class="container">  <?php # Wraps the two columns to keep things organized ?>




<!-- FULL COLUMN  -->


<div id="fullcontent"  class="bbg trans">
     
	<h2 class="top">Get Insured</h2>

          <h4><strong>Health Insurance Options</strong> </h4>
          <p>Explore the importance of health insurance.</p>
          <p class="cta"><a href="facilitatorguide_ch5_lesson1.php">Check it out</a></p>
          
          <h4><strong>Other Types of Insurance</strong> </h4>
          <p>Create a presentation which informs the class on a particular type of insurance.</p>
          <p class="cta"><a href="facilitatorguide_ch5_lesson2.php">Check it out</a></p>
          
          <h4><strong>Dependents and Insurance</strong> </h4>
          <p>Investigate how having a dependent increases the need for different types of insurance.</p>
          <p class="cta"><a href="facilitatorguide_ch5_lesson3.php">Check it out</a></p>
     
</div> <!-- end full content div  -->
 
 
 <!-- END FULL COLUMN  -->
 
  </div> <!-- end column container div  -->
  



<?php include( '../includes/footer.php' ); ?>
