<?php $__env->startSection('page_title'); ?>
    OSAA - Parents and Students
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Information and Resources for Parents and Students
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    @parent


<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>
	
	$('.button').button();
	$('.button.document').button({ icons : { primary : 'ui-icon-document'}});

<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_functions'); ?>
    
<?php $__env->stopSection(); ?>


<?php $__env->startSection('main_content'); ?>    		
	
	

	
<?php $__env->stopSection(); ?>