<?php
//2015-06-26 - nwmosses - added includes to display proper menu for logged in users
include_once("../../php/common_functions.php"); //common functions in the course registartion system
include_once("../../php/config.php"); //holds global config variables
$page_title = "In Person Instructions";
include("../../php/top.php"); //the HTML that outlines the top of the page
?>
<article class="ces-wide">
<div class="ces-header">
<?php include("../../menu.php"); ?>
<h2>CES - In Person Instructions<br>
<small class="ces-sub-heading grey">All sessions are offered at no cost.</small>
</h2>
<h3>In Person Session Instructions</h3>
<p>To allow time for parking and registration, arrive at least 15 minutes prior to the session.</p>
<p>Session handouts will be provided upon sign in. Bring a pen/pencil and extra notepaper.</p>
<p>At the end of the session, you will be given an Attendance Receipt.</p>
<p><a href="http://www.ahs.ca/Facilities/ACH/">Alberta Children's Hospital</a></p>
<p><a href="http://www.ahs.ca/Facilities/ACH/page55.asp">Parking Options at Alberta Children's Hospital</a></p>
<p>CES sessions should qualify for Category B credits with ACSW.</p>
</article>
</section><!-- #middle-->
</div><!-- #wrapper -->
<?php require_once $_SERVER['DOCUMENT_ROOT'].'/require/footer.php';?>