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

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Handbooks
<?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'); ?>    		
	<h1>OSAA Handbook</h1>
	<p>
		The OSAA Handbook can be revised during the year by the Executive Board or Delegate Assembly. 
		Please <a href="<?php echo url('/contact'); ?>">contact the OSAA office</a> if you have specific questions regarding any portion of the OSAA Handbook.
	</p>

	<p>
		Throughout the long history of the OSAA one statement has remained true: the schools control the rules. 
		This article by Mike Wallmark, former Associate Executive Director, details where OSAA rules came from, 
		how OSAA rules can be changed by member schools, how OSAA rules are enforced, exceptions to OSAA eligibility rules and the appeals process for denials of hardship requests.
	</p>
	<p>
		<a href="<?php echo asset('docs/handbooks/Schools Control the Rules.pdf'); ?>" target="_blank">The Schools Control the Rules of the OSAA</a>	
	</p>

	<div class="columns">
		<div class="third">
			<h2>Web Version</h2>
			<p style="height:130px;">
				The web version is a web page of the OSAA Handbook with a table of contents and direct links to information regarding articles, 
				rules, board policies, participation limitations, sport seasons, and official fees.  You can search the entire handbook with your browser's built-in search feature.
			</p>

			<a href="<?php echo url('/governance/handbooks/osaa'); ?>" class="button">Web Version</a>
		</div>

		<div class="third">
			<h2>PDF Version</h2>
			<p style="height:130px;">
				Download a complete PDF version of the OSAA Handbook. Note that this large file may take a minute to load depending 
				on your connection speed. This file is ideal for printing your own copy of the OSAA Handbook or for printing certain pages.
			</p>

			<a href="<?php echo asset ('docs/handbooks/osaahandbook.pdf'); ?>" target="_blank" class="button document">PDF Version</a>

			<div class="float_right" style="color: #990000; font-weight: bold; font-size: 9pt; padding-top: 0.75em;">(Updated <?php echo date('n/j/Y g:ia', filemtime(public_path() . '/docs/handbooks/osaahandbook.pdf')); ?>)</div>
		</div>
		
		<div class="fourth" style="margin-left:7%;">	
			<h2>Major Rule Changes</h2>
			<p style="height:130px;">
				This document outlines the major rule changes implemented in this year's Handbook.
			</p>

			<a href="<?php echo asset ('docs/handbooks/MajorRuleChanges.pdf'); ?>" target="_blank" class="button document">Major Rule Changes</a>
		</div>

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

	<h1>Other Handbooks</h1>

	<div class="columns">

		<div class="third">
			<h2>Cheerleading</h2>
			<a href="<?php echo asset ('docs/handbooks/chehandbook.pdf'); ?>" target="_blank" class="button document">PDF Version</a><br />
			<div style="color: #990000; font-weight: bold; font-size: 9pt;">(Updated <?php echo date('n/j/Y', filemtime(public_path() . '/docs/handbooks/chehandbook.pdf')); ?>)</div>
			<br />
		</div>

		<div class="third">
			<h2>Dance/Drill</h2>
			<a href="<?php echo asset ('docs/handbooks/dnchandbook.pdf'); ?>" target="_blank" class="button document">PDF Version</a><br />
			<div style="color: #990000; font-weight: bold; font-size: 9pt;">(Updated <?php echo date('n/j/Y', filemtime(public_path() . '/docs/handbooks/dnchandbook.pdf')); ?>)</div> 
			<br />
		</div>

		<div class="third">
			<h2>Speech</h2>
			<a href="<?php echo asset ('docs/handbooks/spehandbook.pdf'); ?>" target="_blank" class="button document">PDF Version</a><br />
			<div style="color: #990000; font-weight: bold; font-size: 9pt;">(Updated <?php echo date('n/j/Y', filemtime(public_path() . '/docs/handbooks/spehandbook.pdf')); ?>)</div>
			<br />
		</div>

		<div class="third">
			<h2>Band/Orchestra</h2>
			<a href="<?php echo asset ('docs/handbooks/bndhandbook.pdf'); ?>" target="_blank" class="button document">PDF Version</a><br />
			<div style="color: #990000; font-weight: bold; font-size: 9pt;">(Updated <?php echo date('n/j/Y', filemtime(public_path() . '/docs/handbooks/bndhandbook.pdf')); ?>)</div>
			<br />
		</div>

		<div class="third">
			<h2>Choir</h2>
			<a href="<?php echo asset ('docs/handbooks/chohandbook.pdf'); ?>" target="_blank" class="button document">PDF Version</a><br />			
			<div style="color: #990000; font-weight: bold; font-size: 9pt;">(Updated <?php echo date('n/j/Y', filemtime(public_path() . '/docs/handbooks/chohandbook.pdf')); ?>)</div>
			<br />
		</div>

		<div class="third">
			<h2>Solo Music</h2>
			<a href="<?php echo asset ('docs/handbooks/solhandbook.pdf'); ?>" target="_blank" class="button document">PDF Version</a><br />
			<div style="color: #990000; font-weight: bold; font-size: 9pt;">(Updated <?php echo date('n/j/Y', filemtime(public_path() . '/docs/handbooks/solhandbook.pdf')); ?>)</div>
			<br />
		</div>

		<div class="third">
			<h2>Athletic Officials Handbook</h2>
			<a href="<?php echo asset ('docs/officials/AOH.pdf'); ?>" target="_blank" class="button document">PDF Version</a><br />
			<div style="color: #990000; font-weight: bold; font-size: 9pt;">(Updated <?php echo date('n/j/Y', filemtime(public_path() . '/docs/officials/AOH.pdf')); ?>)</div>
			<br />
		</div>
	</div>
	

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