﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
	<xsl:output method="xml" indent="yes"/>

	<xsl:template match="/">
		<xsl:variable name="TemplateURL" select="normalize-space(AjaxRequest/TemplateURL)"></xsl:variable>

		<div id="div_WelcomeContent" class="dragonDivColordBakground">
			<div class="textCenter">
				<img alt="Welcome" class="verticallyMiddle" style="display:none;" onload="setWidthAndHeightImage(this, 750);" src="{$TemplateURL}web/images/ver_2_0/dragonkick/unique.png"></img>
			</div>
			<div>
				<div class="partiesHeaderText">
					Welcome to USAFMA
				</div>
				<div class="welcomeContentText">
					<div class="marginTop25">
						Welcome to USA Freestyle Martial Arts! You have chosen one of San Diego's premier martial art academy's since 1986. We are committed to making your martial art experience fun, in a safe and professional environment. USA Freestyle Martial Arts provides a comprehensive program for self defense, fitness, and personal development. From our children's to adult's martial art programs, we are dedicated to helping you and your family achieve your personal best!
					</div>
					<div class="marginTop25 marginBottom5">Mission Statement</div>
					<div>Empower our students to achieve their personal best in life.</div>
					<div>Encourage education, strong morals, family values, and great character within our community.</div>
					<div>Inspire others through honor, integrity, and loyalty.</div>
					<div>We are committed to make a difference in the world.</div>
					<div class="marginTop25">
						<div>Student Creed</div>
						<div>I am developing myself in a positive manner mentally, physically, and spiritually.</div>
						<div>I am developing confidence, discipline, and respect in order to bring out the best in myself and others.</div>
						<div>I am using my martial arts to inspire a caring world.</div>
						<div>I am dedicated and motivated to "Achieve Black Belt Excellence."</div>
						<div>USA Freestyle Martial Arts</div>
					</div>
				</div>
			</div>

		</div>
		<div align="center">
			<span style="color: #C1C1C1;">
				This site is powered by
			</span>
			<a class="publicationSummary" style="color:#C1C1C1;" href="/pro" target="_blank">LifeSpace Pro</a>
		</div>
	</xsl:template>
</xsl:stylesheet>
