<?php $__env->startSection('page_title'); ?>
    OSAA - Governance
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Governance
<?php $__env->stopSection(); ?>

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


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

<?php $__env->startSection('jquery_init'); ?>
	
	
	$('.button').button();	

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

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


<?php $__env->startSection('main_content'); ?>    		
	<div class="columns">

		<div class="third">

			<h1>Handbooks</h1>
			<p style="height:75px;">
				For the most up to date rules and handbooks, visit the rules and handbooks section.
			</p>
			
			<a href="<?php echo url('/governance/handbooks'); ?>" class="button">Handbooks</a>
		</div>		

		<div class="third">
			<h1>Forms</h1>
			<p style="height:75px;">
				The forms section contains a gathering of common forms for download.
			</p>

			<a href="<?php echo url('/governance/forms'); ?>" class="button">Forms</a>
		</div>

		<div class="third">

			<h1>Delegate Assembly</h1>
			<p style="height:75px;">
				The delegate assembly page includes rosters, agendas, caucus items, and summaries.
			</p>
			
			<a href="<?php echo url('/governance/delegate-assembly'); ?>" class="button">Delegate Assembly</a>
		</div>

	</div>

	<br class="clear" /><br /><br /><br /><br /><br /><br /><br /><br /><br />

	<div class="columns">		

		<div class="third">
			<h1>Executive Board</h1>
			<p style="height:75px;">
				Executive Board information includes board roster, agenda, and meeting summaries.
			</p>

			<a href="<?php echo url('/governance/executive-board'); ?>" class="button">Executive Board</a>
		</div>

		<div class="third">
			<h1>Committees</h1>
			<p style="height:75px;">
				Various committees are listed on the committees page with respective agendas and meeting notes.
			</p>

			<a href="<?php echo url('/governance/committees'); ?>" class="button">Committees</a>
		</div>

		<div class="third">
			<h1>Task Forces</h1>
			<p style="height:75px;">
				Various task forces are listed on the task forces page with respective agendas and meeting notes.
			</p>

			<a href="<?php echo url('/governance/task-forces'); ?>" class="button">Task Forces</a>
		</div>

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