<?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">Digging Out Of Debt</h2>

              <h4><strong>Understanding a Credit Card Bill</strong> </h4>
              <p>Learn how to read and understand a credit card bill.</p>
              <p class="cta"><a href="facilitatorguide_ch3_lesson2.php">Check it out</a></p>
              
              <h4><strong>Debit vs. Credit Card</strong> </h4>
              <p>Analyze the differences between debit and credit cards.</p>
              <p class="cta"><a href="facilitatorguide_ch3_lesson3.php">Check it out</a></p>
              
              <h4><strong>Student Loans</strong> </h4>
              <p>Explore and research the many options of student loans.</p>
              <p class="cta"><a href="facilitatorguide_ch3_lesson4.php">Check it out</a></p>
              
              <h4><strong>Selecting a Credit Card Online (Web Exclusive)</strong> </h4>
              <p>Learn how to select a credit card through comparing and contrasting card options.</p>
              <p class="cta"><a href="facilitatorguide_ch3_techlesson.php">Check it out</a></p>
     
</div> <!-- end full content div  -->
 
 
 <!-- END FULL COLUMN  -->
 
  </div> <!-- end column container div  -->
  



<?php include( '../includes/footer.php' ); ?>
