<?xml version="1.0" encoding="utf-8"?>
	<!DOCTYPE xsl:stylesheet [
	<!ENTITY amp   "&#38;">
	<!ENTITY copy   "&#169;">
	<!ENTITY gt   "&#62;">
	<!ENTITY hellip "&#8230;">
	<!ENTITY laquo  "&#171;">
	<!ENTITY lsaquo   "&#8249;">
	<!ENTITY lsquo   "&#8216;">
	<!ENTITY lt   "&#60;">
	<!ENTITY nbsp   "&#160;">
	<!ENTITY quot   "&#34;">
	<!ENTITY raquo  "&#187;">
	<!ENTITY rsaquo   "&#8250;">
	<!ENTITY rsquo   "&#8217;">
	]>
	<!-- 
	Implementations Skeletor v3 - 5/10/2014
	
	HOME PAGE 
	A complex page type.
	
	Contributors: Your Name Here
	Last Updated: Enter Date Here
	-->
	<xsl:stylesheet version="3.0" 
	    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	    xmlns:xs="http://www.w3.org/2001/XMLSchema"
	    xmlns:ou="http://omniupdate.com/XSL/Variables"
	    xmlns:fn="http://omniupdate.com/XSL/Functions"
	    xmlns:ouc="http://omniupdate.com/XSL/Variables"
	    exclude-result-prefixes="ou xsl xs fn ouc">
				
		<xsl:import href="common-2020-home.xsl"/>
				
		<xsl:template name="template-headcode">
			<xsl:if test="$ou:action='edt'">
			</xsl:if>
		</xsl:template>
		
		<xsl:template name="template-footcode"/>
			
		<xsl:template name="page-content"> 
		
			<!--<xsl:apply-templates select="ouc:div[@label='slider']" mode="button"/>
			<xsl:apply-templates select="ouc:div[@label='slider']/descendant::gallery">
				<xsl:with-param name="gallery-type" select="'carousel'"/>
			</xsl:apply-templates>-->
	
			<main>
			<div id="featuresbar">
			<div id="featuresbar-holder">
				<section id="news">
				<xsl:apply-templates select="ouc:div[@label='news']" />	
				</section>
				
				<section id="calendar">
				<h2 class="hidden-header">Calendar</h2>
				<xsl:apply-templates select="ouc:div[@label='calendar']" />	
				</section>
				</div>
				</div>
				
			<section id="bythenumbers">
			<div id="bythenumbers-holder">
			<xsl:apply-templates select="ouc:div[@label='stats']" />
			</div>
			</section>
				
			<section id="progress">
			<div id="progress-holder">
			<xsl:apply-templates select="ouc:div[@label='progress']" />
			</div>
			</section>
				
			<section id="datapromo">
			<xsl:apply-templates select="ouc:div[@label='promo']" />
			</section>
				
			<section id="president">
			<div id="president-holder">
			<xsl:apply-templates select="ouc:div[@label='president']" />
			</div>
			<hr class="clearall" />
			</section>
			
			<section id="agenda">
			<div id="agenda-holder">
			<xsl:apply-templates select="ouc:div[@label='agenda']" />	
			</div>
			</section>
				
			<section id="roi">
			<div id="roi-holder">
			<xsl:apply-templates select="ouc:div[@label='roi']" />	
			</div>	
			</section>
			</main>
		</xsl:template>
		
		
	</xsl:stylesheet>
