CINXE.COM
Resources - About the FAASTeam - FAA - FAASTeam - FAASafety.gov
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head id="ctl00_Head1"><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.faasafety.gov/about/mission.aspx","20230913105249","https://web.archive.org/","web","/_static/", "1694602369"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Style-Type" content="text/css"/><meta http-equiv="content-type" content="text/html;charset=utf-8"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="-1"/><meta http-equiv="Cache-Control" content="no-cache"/><title> Resources - About the FAASTeam - FAA - FAASTeam - FAASafety.gov </title> <!-- Firefox is helpless without this --> <base target="_self"/> <link type="text/css" rel="stylesheet" href="/web/20230913105249cs_/https://www.faasafety.gov/include/lookandfeel/css/FAAST.css"/><link type="text/css" rel="stylesheet" href="/web/20230913105249cs_/https://www.faasafety.gov/include/lookandfeel/css/FAAST_navigation.css"/><link type="text/css" rel="stylesheet" href="/web/20230913105249cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_Lists.css"/><link type="text/css" rel="stylesheet" href="/web/20230913105249cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_Forms.css"/><link type="text/css" rel="stylesheet" href="/web/20230913105249cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_round_corners.css"/><link type="text/css" rel="stylesheet" href="/web/20230913105249cs_/https://www.faasafety.gov/gslac/include/css/GSLAC.css"/> <!-- Page-specific includes --> <script type="text/javascript" language="javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/prototype_1.7.3.js"></script><script type="text/javascript" language="javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/scriptaculous-js-1.9.0/src/scriptaculous.js"></script><script type="text/javascript" language="javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/jquery/jquery-3.6.0.js"></script><script type="text/javascript" language="javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/jquery/jquery-ui.js?v=12"></script><script type="text/javascript" language="javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/jquery/plugins/ScrollingList.min.js"></script><script type="text/javascript" language="javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/HtmlSanitizer.js"></script><script type="text/javascript" language="javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/overlib.js"></script><link type="text/css" rel="stylesheet" href="/web/20230913105249cs_/https://www.faasafety.gov/js/jquery/jquery-ui.css?v=12"></link> <script>jQuery.noConflict();</script> <!-- END Page-specific includes --> <script type="text/javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/FAAST.js"></script> <script type="text/javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/FAA_master.js"></script> <script type="text/javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/dot_analytics.js"> </script> <script src="https://web.archive.org/web/20230913105249js_/https://www.google.com/recaptcha/api.js" async defer></script> <link type="text/css" rel="stylesheet" href="/web/20230913105249cs_/https://www.faasafety.gov/include/lookandfeel/css/FAAJquery.css"/> <style id="antiClickjack">body{display:none !important;}</style> <style type="text/css">#myaccess {font-weight: normal; padding: 1px 20px 0px 0px; height:20px; float:right; font-size:1.167em; font-family:Arial; font-weight:bold; color:#303A52;}</style> <script type="text/javascript"> if (self === top) { var antiClickjack = document.getElementById("antiClickjack"); antiClickjack.parentNode.removeChild(antiClickjack); } else { top.location = self.location; } var CONTACT_SUPPORT_LINK = { IMAGES: [], // Initialized by code-behind DELAY_SECONDS: 5, CURRENT_INDEX: -1, init: function () { CONTACT_SUPPORT_LINK.CURRENT_INDEX = Math.floor(Math.random() * CONTACT_SUPPORT_LINK.IMAGES.length); //$('hotTopicProgress').hide(); CONTACT_SUPPORT_LINK.next(); }, previous: function (userClicked) { clearTimeout(CONTACT_SUPPORT_LINK.TIMEOUT); CONTACT_SUPPORT_LINK.CURRENT_INDEX--; if (CONTACT_SUPPORT_LINK.CURRENT_INDEX < 0) { CONTACT_SUPPORT_LINK.CURRENT_INDEX = CONTACT_SUPPORT_LINK.IMAGES.length - 1; } CONTACT_SUPPORT_LINK.updateSCLink(); if (!userClicked) { CONTACT_SUPPORT_LINK.addTimeout(); } }, next: function (userClicked) { clearTimeout(CONTACT_SUPPORT_LINK.TIMEOUT); CONTACT_SUPPORT_LINK.CURRENT_INDEX++; if (CONTACT_SUPPORT_LINK.CURRENT_INDEX == CONTACT_SUPPORT_LINK.IMAGES.length) { CONTACT_SUPPORT_LINK.CURRENT_INDEX = 0; } CONTACT_SUPPORT_LINK.updateSCLink(); if (!userClicked) { CONTACT_SUPPORT_LINK.addTimeout(); } }, addTimeout: function () { CONTACT_SUPPORT_LINK.TIMEOUT = setTimeout("CONTACT_SUPPORT_LINK.next();", CONTACT_SUPPORT_LINK.DELAY_SECONDS * 1000); }, updateSCLink: function () { var sclink = CONTACT_SUPPORT_LINK.IMAGES[CONTACT_SUPPORT_LINK.CURRENT_INDEX]; if (sclink == null) return; var cntPhotoDiv = document.getElementById('ctl00_userWidget_cntPhotoDiv'); while (cntPhotoDiv.hasChildNodes()) { cntPhotoDiv.removeChild(cntPhotoDiv.firstChild); } var photoLink = new Element('a', { 'href': sclink.link, 'target': sclink.urlTarget }); var photoImg = new Element('img', { 'src': sclink.image, 'alt': sclink.imageAlt, 'width': 50, 'height': 45 }); photoLink.appendChild(photoImg); cntPhotoDiv.appendChild(photoLink); var cntNameDiv = document.getElementById('ctl00_userWidget_cntNameDiv'); while (cntNameDiv.hasChildNodes()) { cntNameDiv.removeChild(cntNameDiv.firstChild); } var nameLink = new Element('a', { 'href': sclink.link, 'target': sclink.urlTarget}); var linkText = document.createTextNode(sclink.name); nameLink.appendChild(linkText); cntNameDiv.appendChild(nameLink); } }; </script> <!-- Google tag (gtag.js) --> <script async src="https://web.archive.org/web/20230913105249js_/https://www.googletagmanager.com/gtag/js?id=G-LKCZHNJK0R"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-LKCZHNJK0R'); </script> <!-- End Google Analytics --> </head> <body> <!-- If you need to return to the top of the overall page --> <a name="top"></a> <!-- For the overlib library --> <div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div> <div id="container"> <!-- FAA.gov Header --> <div id="accessibility" class="hidden"> <ul> <li><a href="#mainContent">Jump to main content</a></li> </ul> </div> <div id="header" class="clearfix" role="banner"> <div id="headerLeft"> <a href="https://web.archive.org/web/20230913105249/https://www.faa.gov/" title="FAA Homepage"> <img src="/web/20230913105249im_/https://www.faasafety.gov/images/headerFooter/header_bg.gif" alt="Federal Aviation Administration" height="99" width="202"/> </a> </div> <div id="headerRight"> <div class="clearfix"> <div id="about"> <a href="/web/20230913105249/https://www.faasafety.gov/about/mission.aspx" style="text-decoration:underline;">About the FAASTeam</a> </div> <div id="homeLink"> <a href="/web/20230913105249/https://www.faasafety.gov/default.aspx" style="text-decoration:underline;">Home</a> </div> </div> <div id="searchBox"> <form style="border: 0; margin: 0; padding: 0; display: inline; " action="/web/20230913105249/https://www.faasafety.gov/gslac/ALC/lib_search.aspx" method="get" role="search"> <div style="display:inline; text-align:right;"> <input type="submit" name="submit" value="Search FAASafety Website" title="Search"/> </div> </form> </div> </div> </div> <!-- END FAA.gov Header --> <div class="clearfix"> <div class="minimumHeight"></div> <!-- Page Content --> <div id="mainContent" class="content" role="main"> <div id="navigation" style="visibility:hidden" role="navigation"> <div id="levelOne" class="levelOneBackground clearfix"> <div id="ctl00_Navigation_repeatLevelOne_ctl00_NavigationItemLeft" class="levelOneItemLeft left"> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl00_NavigationItem" class="levelItem levelOneItem" onmouseover="NAVIGATION.showLevelTwo(event, this, 'Activities, Courses, Seminars & Webinars');" onmouseout="NAVIGATION.hideLevelTwo(event, this, 'Activities, Courses, Seminars & Webinars');"> <div id="Activities, Courses, Seminars & Webinars_Container" class="levelOneContainer"> <div class="title"> <a href="/web/20230913105249/https://www.faasafety.gov/content/TabLanding.aspx?tab=courses">Activities, Courses, Seminars & Webinars</a> </div> <div class="leftBorder subnavigationContainer" id="Activities, Courses, Seminars & Webinars_submenuContainer" style="display:none;"> <div class="topBorder"></div> <div class="rightBorder"> <ul id="Activities, Courses, Seminars & Webinars_submenu" class="subnavigation"></ul> </div> </div> </div> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl00_NavigationItemRight" class="levelOneItemRight"> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl01_NavigationItemLeft" class="levelOneItemLeft"> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl01_NavigationItem" class="levelItem levelOneItem" onmouseover="NAVIGATION.showLevelTwo(event, this, 'Maintenance Hangar');" onmouseout="NAVIGATION.hideLevelTwo(event, this, 'Maintenance Hangar');"> <div id="Maintenance Hangar_Container" class="levelOneContainer"> <div class="title"> <a href="/web/20230913105249/https://www.faasafety.gov/content/TabLanding.aspx?tab=mechanics">Maintenance Hangar</a> </div> <div class="leftBorder subnavigationContainer" id="Maintenance Hangar_submenuContainer" style="display:none;"> <div class="topBorder"></div> <div class="rightBorder"> <ul id="Maintenance Hangar_submenu" class="subnavigation"></ul> </div> </div> </div> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl01_NavigationItemRight" class="levelOneItemRight"> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl02_NavigationItemLeft" class="levelOneItemLeft"> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl02_NavigationItem" class="levelItem levelOneItem" onmouseover="NAVIGATION.showLevelTwo(event, this, 'Pilots');" onmouseout="NAVIGATION.hideLevelTwo(event, this, 'Pilots');"> <div id="Pilots_Container" class="levelOneContainer"> <div class="title"> <a href="/web/20230913105249/https://www.faasafety.gov/content/TabLanding.aspx?tab=pilots">Pilots</a> </div> <div class="leftBorder subnavigationContainer" id="Pilots_submenuContainer" style="display:none;"> <div class="topBorder"></div> <div class="rightBorder"> <ul id="Pilots_submenu" class="subnavigation"></ul> </div> </div> </div> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl02_NavigationItemRight" class="levelOneItemRight"> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl03_NavigationItemLeft" class="levelOneItemLeftSelected"> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl03_NavigationItem" class="levelItem levelOneItem selected" onmouseover="NAVIGATION.showLevelTwo(event, this, 'Resources');" onmouseout="NAVIGATION.hideLevelTwo(event, this, 'Resources');"> <div id="Resources_Container" class="levelOneContainer"> <div class="title"> <a href="/web/20230913105249/https://www.faasafety.gov/content/TabLanding.aspx?tab=resources">Resources</a> </div> <div class="leftBorder subnavigationContainer" id="Resources_submenuContainer" style="display:none;"> <div class="topBorder"></div> <div class="rightBorder"> <ul id="Resources_submenu" class="subnavigation"></ul> </div> </div> </div> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl03_NavigationItemRight" class="levelOneItemRightSelected"> </div> <div class="helpPage"> <a id="ctl00_Navigation_lnkHelp" onclick="FAA_UTILITY.openHelp('/OnlineHelp/Default.aspx?page=/about/mission.aspx');" style="text-decoration: underline;">Page Help</a> </div> </div> <div id="ctl00_Navigation_pnlLevelTwo"> <div id="levelTwo" class="clearfix"> <div class="leftSide"><img src="/web/20230913105249im_/https://www.faasafety.gov/images/navigation/levelTwoSide.gif" alt="Left"/></div> <div id="ctl00_Navigation_repeatLevelTwo_ctl00_NavigationItem" class="levelItem levelTwoItem selected"> <a href="/web/20230913105249/https://www.faasafety.gov/about/mission.aspx" target="_self">The FAASTeam</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl01_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl01_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/FAASTApp/directory/default.aspx" target="_self">Directory</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl02_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl02_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/OnlineHelp/faq.aspx" target="_self">FAQ</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl03_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl03_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/gslac/ALC/lib_tableofcontents.aspx" target="_self">Library</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl04_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl04_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/hottopics.aspx" target="_self">News</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl05_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl05_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/SPANS/notices_public.aspx" target="_self">Notices</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl06_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl06_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/FAASTApp/repslib/default.aspx" target="_self">Representatives Library</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl07_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl07_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/gslac/onlineresources.aspx" target="_self">Online Resources</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl08_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl08_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/RSS/Feed_List.aspx" target="_self">RSS Web Feeds</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl09_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl09_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/gslac/ALC/lib_search.aspx" target="_self">Search</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl11_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl11_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/support/Submit.aspx" target="_self">Support</a> </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl12_pnlSeparator" class="levelItem separator"> | </div> <div id="ctl00_Navigation_repeatLevelTwo_ctl12_NavigationItem" class="levelItem levelTwoItem"> <a href="/web/20230913105249/https://www.faasafety.gov/AMT/amtinfo/EmpTpInfo.aspx?ref=wings" target="_self">Training Providers</a> </div> <div class="rightSide"><img src="/web/20230913105249im_/https://www.faasafety.gov/images/navigation/levelTwoSide.gif" alt="Right"/></div> </div> </div> </div> <div id="titleRow" class="clearfix"> <div style="float:left;width:690px;"> <h1 style="font-size:x-small;font-weight:normal;margin:0px;"><div class="pageTitle"> <span id="ctl00_lblPageTitle">About the FAASTeam</span> </div></h1> </div> <script type="text/javascript"> Event.observe(window, 'load', FAA_USER_WIDGET.init); </script> <script language="javascript" type="text/javascript"> LoginOnEnterKey = function(evt) { if (evt.keyCode == Event.KEY_RETURN) { WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$userWidget$btnGo", "", true, "", "", false, false)); $('ctl00_userWidget_btnGo').click(); return false; } else { return true; } } </script> <style> .usrwopensubsubtitle { font-size: 0.85em; font-weight: 700; color: #000000; border-bottom: solid 1px #666666; } .cntCont { display: grid; grid-gap: 5px; grid-template-areas: "photo name" "photo nav" } .cntPhotoDiv { grid-area: photo; } .cntNameDiv { grid-area: name; } .linkDiv { grid-area: nav; font-size: 0.85em; font-weight: 700; color: #000000; } #usrwopen .row { padding: 3px 3px 5px 5px; width: 195px; } .ct_sec{ margin: 4px 0 1px 8px; padding: 3px 3px ; font-size:12px; } </style> <div id="uw"> <div id="usrw"> <div class="i" role="button"> <img id="usrwarrow" src="/web/20230913105249im_/https://www.faasafety.gov/include/lookandfeel/images/usrw/ar_down.gif" alt="Down Arrow"/><div id="oc">open</div> </div> <div class="name"> <div class="namei"> <div id="ctl00_userWidget_uw_Guest1"> <div class="msg">Welcome Guest</div> <div class="login">Login Here</div> </div> </div> </div> </div> <div id="usrwopen" style="display: none;"> <div class="i"> <div class="i2"> <div id="ctl00_userWidget_GuestContent" class="cont"> <form action="https://web.archive.org/web/20230913105249/https://www.faasafety.gov/login/Default.aspx?w=638301811694104476" method="post" role="form"> <input type="hidden" name="dest" id="userWidgetLoginDestination" value="default" title="Destination"/> <div> <div><h2>Login to Your Account</h2></div> <div class="links sub" style="width: 225px;"> <div style="text-align: right;"> <div class="inline-table usrwopen"><label for="userWidgetEmail">Login:</label></div> <div class="inline-table"> <input type="text" title="Login" id="userWidgetEmail" name="un" style="width: 154px; color:#999;" onkeydown="LoginOnEnterKey(event)" onblur="this.value = this.value || this.defaultValue; this.style.color = '#999';" onfocus="this.value=''; this.style.color = '#000';" value=" Enter Email Address"/> </div> </div> <div style="text-align: right;padding-right:10px;"> <div style="padding:0px 0px 10px 5px;"> <a id="ctl00_userWidget_lnkEmailChanged" tabindex="-1" role="link" href="/web/20230913105249/https://www.faasafety.gov/login/PasswordRecovery.aspx?E=Y" style="font-weight:500;">My Email Has Changed</a> </div> </div> <div> <div class="inline-table usrwopen"><label for="userWidgetPassword">Password:</label></div> <div class="inline-table"><input title="Password" type="password" id="userWidgetPassword" name="pw" style="width: 154px;" onkeydown="LoginOnEnterKey(event)" autocomplete="off"/></div> </div> </div> <div class="links sub" style="padding: 2px;"> <a role="link" href="/web/20230913105249/https://www.faasafety.gov/login/PasswordRecovery.aspx?E=P">Forgot Password</a> <span>|</span> <a role="link" href="/web/20230913105249/https://www.faasafety.gov/login/login_help.aspx">Help</a> <div class="goButton" style="display:inline-table;"> <input name="ctl00$userWidget$btnGo" type="submit" id="ctl00_userWidget_btnGo" value="Go" style="width:30px;" role="button" title="Go"/> </div> </div> <div style="height: 18px;"></div> <div class="hdr2Raspberry">New to FAASafety.gov?</div> <div class="links imp"> <a role="link" href="/web/20230913105249/https://www.faasafety.gov/login/reg/Register.aspx">Create an Account</a> <span>|</span> <a role="link" href="mission.aspx" style="font-weight: 500;">About FAASTeam</a> </div> </div> </form> </div> </div> </div> </div> </div> </div> <form name="aspnetForm" method="post" action="./mission.aspx" id="aspnetForm" style="display:inline;"> <div> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value=""/> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value=""/> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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"/> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/web/20230913105249js_/https://www.faasafety.gov/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZOItfZgusWCvD09w-nA6rwMMu2KBqb5CZSInuUL8V7PFkoxeZg2&t=638240169260000000" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ NAVIGATION.LEVEL_ONE = { 'Activities, Courses, Seminars & Webinars' : [ {'title' : 'Activities', 'link' : '/WINGS/pub/accreditedactivities/activitySearch.aspx', 'target' : '_self'}, {'title' : 'Courses', 'link' : '/gslac/ALC/course_catalog.aspx', 'target' : '_self'}, {'title' : 'Seminars & Webinars', 'link' : '/SPANS/events/EventList.aspx', 'target' : '_self'}, {'title' : 'Topic Suggestions', 'link' : '/SPANS/suggestions.aspx', 'target' : '_self'} ], 'Maintenance Hangar' : [ {'title' : 'About', 'link' : '/AMT/pub/mh.aspx', 'target' : '_self'}, {'title' : 'Awards', 'link' : '/content/Awards/DefaultAmt.aspx', 'target' : '_self'}, {'title' : 'Charles Taylor Master Mechanic', 'link' : '/content/MasterMechanic/Default.aspx', 'target' : '_self'}, {'title' : 'Courses with AMT Credit', 'link' : '/gslac/ALC/course_catalog.aspx?view=AMT', 'target' : '_self'}, {'title' : 'Employers', 'link' : '/AMT/pub/employer.aspx', 'target' : '_self'}, {'title' : 'IA Renewal Course List', 'link' : '/WINGS/pub/IATrainingProviders/default.aspx', 'target' : '_self'}, {'title' : 'Team Rewards', 'link' : '/WINGS/pub/vendors/vrl.aspx', 'target' : '_self'}, {'title' : 'Toolbox', 'link' : '/gslac/onlineresources.aspx?masterId=2&n=amt', 'target' : '_self'}, {'title' : 'Help', 'link' : '/AMT/amtinfo/AMTHelp.aspx', 'target' : '_self'} ], 'Pilots' : [ {'title' : 'Award Programs', 'link' : '/content/Awards/Default.aspx', 'target' : '_self'}, {'title' : 'Instructor Portal', 'link' : '/cfi/pub/cfiLanding.aspx', 'target' : '_self'}, {'title' : 'Team Rewards', 'link' : '/WINGS/pub/vendors/vrl.aspx', 'target' : '_self'}, {'title' : 'WINGS – Learn More', 'link' : '/WINGS/pub/learn_more.aspx', 'target' : '_self'}, {'title' : 'Wright Brothers Master Pilot Award', 'link' : '/content/MasterPilot/default.aspx', 'target' : '_self'} ], 'Resources' : [ {'title' : 'About the FAASTeam', 'link' : '/about/mission.aspx', 'target' : '_self'}, {'title' : 'FAASTeam Directory', 'link' : '/FAASTApp/directory/default.aspx', 'target' : '_self'}, {'title' : 'FAQ', 'link' : '/OnlineHelp/faq.aspx', 'target' : '_self'}, {'title' : 'Library', 'link' : '/gslac/ALC/lib_tableofcontents.aspx', 'target' : '_self'}, {'title' : 'News', 'link' : '/hottopics.aspx', 'target' : '_self'}, {'title' : 'Notices', 'link' : '/SPANS/notices_public.aspx', 'target' : '_self'}, {'title' : 'Representatives Library', 'link' : '/FAASTApp/repslib/default.aspx', 'target' : '_self'}, {'title' : 'Online Resources', 'link' : '/gslac/onlineresources.aspx', 'target' : '_self'}, {'title' : 'RSS Web Feeds', 'link' : '/RSS/Feed_List.aspx', 'target' : '_self'}, {'title' : 'Search', 'link' : '/gslac/ALC/lib_search.aspx', 'target' : '_self'}, {'title' : 'Support', 'link' : '/support/Submit.aspx', 'target' : '_self'}, {'title' : 'Training Providers', 'link' : '/AMT/amtinfo/EmpTpInfo.aspx?ref=wings', 'target' : '_self'} ] }; NAVIGATION.init(); //]]> </script> <script src="/web/20230913105249js_/https://www.faasafety.gov/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvldrxJTNHSsu1vQ5iJ9tngxOwFNJX8Q1igHsxI6jAzKHh__6CR9OWE5mJR4NGMaVco2RzR36fCYjSPk8m30Lsbd2AY3ttxO5AtHITVBoBhpdI8hnoZBSOBrDyXYyoWES9lJ8RRE1&t=96346c8" type="text/javascript"></script> <script src="/web/20230913105249js_/https://www.faasafety.gov/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OH-o7RQnlca9RhyjfirRDsOnEkQOAsSs1NIGt7pF1eHENRpyz1VvvT6ZQb5t9-cB9XPCueJM-enol2TrpkNtlkPL920t3Ah_meOCozxNzyJvLBPIEztjusUmCHkBMtkk1d-pEsI1&t=96346c8" type="text/javascript"></script> <div> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="AFAE81C0"/> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="TfTgU0RDX1qZUftm3DXw65rb4Ostot76qeULV5pRQ+mHR8JygSSAOLo12GMYraIiUSpPsx3kTacXACzt5sTEMbGDVuj1gccRfv+SiN82IaT09vkItsskhz0bfLb3OZp47ZbXEnnQ+OFyVYql4WF/NBSzcFt6UgAuDHRVZIT8JQvz57pVnJ+Gq+9NZDsWpUr9wZNgYw=="/> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', 'aspnetForm', [], [], [], 90, 'ctl00'); //]]> </script> <div style="width: 930px;height:100%"> <div id="tabContainer"> <link href="/web/20230913105249cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_Tabs.css" type="text/css" rel="Stylesheet"/> <div class="instructions"> </div> <div class="tabs clearfix"> <div class="multiviewTab"> <div id="ctl00_ContentPlaceHolder1_aboutNav_mvtAbout_pnlTab" class="tab tabSel"> <a id="ctl00_ContentPlaceHolder1_aboutNav_mvtAbout_lnkTab" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$aboutNav$mvtAbout$lnkTab','')">FAASTeam Mission</a> <br/> </div> <div id="ctl00_ContentPlaceHolder1_aboutNav_mvtAbout_pnlTabRight" class="tabRight tabRightSel"> </div> </div> <div class="multiviewTab"> <div id="ctl00_ContentPlaceHolder1_aboutNav_mvtDirectory_pnlTab" class="tab tabUnsel"> <a id="ctl00_ContentPlaceHolder1_aboutNav_mvtDirectory_lnkTab" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$aboutNav$mvtDirectory$lnkTab','')">FAASTeam Online Directory</a> <br/> </div> <div id="ctl00_ContentPlaceHolder1_aboutNav_mvtDirectory_pnlTabRight" class="tabRight tabRightUnsel"> </div> </div> <div class="multiviewTab"> <div id="ctl00_ContentPlaceHolder1_aboutNav_mvtJoin_pnlTab" class="tab tabUnsel"> <a id="ctl00_ContentPlaceHolder1_aboutNav_mvtJoin_lnkTab" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$aboutNav$mvtJoin$lnkTab','')">Join the FAASTeam</a> <br/> </div> <div id="ctl00_ContentPlaceHolder1_aboutNav_mvtJoin_pnlTabRight" class="tabRight tabRightUnsel"> </div> </div> <div class="multiviewTab"> <div id="ctl00_ContentPlaceHolder1_aboutNav_mvtLinkTo_pnlTab" class="tab tabUnsel"> <a id="ctl00_ContentPlaceHolder1_aboutNav_mvtLinkTo_lnkTab" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$aboutNav$mvtLinkTo$lnkTab','')">Link to FAASafety.gov</a> <br/> </div> <div id="ctl00_ContentPlaceHolder1_aboutNav_mvtLinkTo_pnlTabRight" class="tabRight tabRightUnsel"> </div> </div> </div> <div class="tabContents"> <br/> <div class="inline"> <div class="inline-table" style="width:320px; text-align: center; "><img src="/web/20230913105249im_/https://www.faasafety.gov/images/hottopics/FAASTeamLogo.gif" alt="FAASTeam" border="0" style="vertical-align: middle;"/></div> <div class="inline-table" style="width:1px; border-right: thin solid #5A76B0;height:155px;vertical-align: middle;"> </div> <div class="inline-table" style="padding-left: 16px; text-align: left; vertical-align: middle; font-size: 1.167em; width:550px;height:100px"> <div class="sectionHeading" style="font-size: 18px"> FAASTeam Mission Statement </div> <div style="padding-left: 18px; padding-right: 12px; font-size: 1em;"> Lower the Nation’s aviation accident rate by conveying safety principles and practices through training, outreach, and education; while establishing partnerships and encouraging the continual growth of a positive safety culture within the aviation community. </div> <br/> <div style="padding-left: 18px; padding-right: 12px; font-size: 1em; font-style: italic;"> The FAASTeam logo connotes safety of flight and conveys the concept that the FAASTeam is part of the FAA, implying we are authoritative, and suggests we are approachable by the aviation community. </div> </div> </div> <div style="padding-bottom: 16px;"></div> <div style="border-top: #193888 1px dashed;"></div> <div style="padding-bottom: 16px;padding-top:16px;height:100%"> <div class="inline" style="padding-bottom:16px;"> <div class="inline-table" style=" width:530px; padding-left: 16px; text-align: left; vertical-align: middle; font-size: 1.167em; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;"> <div style="font-weight: 500; font-family: Arial, Helvetica, Sans-serif; font-style: italic; font-size: .917em;"> <div style="padding-bottom: 8px;">"As the educational outreach arm of the FAA, the FAASTeam is committed to serving the General Aviation community, and making our skies even safer.</div> <div style="padding-bottom: 16px;"><a href="/web/20230913105249/https://www.faasafety.gov/FAASTApp/pub/default.aspx">Join the FAASTeam and help us make a difference!</a> "</div> <div style="padding-left: 80px; font-family: Tahoma, verdana, helvetica, Sans-Serif; font-size: .88em; font-weight: 700; font-style: normal;">-- Patricia Mathes, Manager, National FAA Safety Team</div> </div> </div> <div class="inline-table" style="padding-left:80px;width:230px; height:125px; vertical-align: middle; text-align: center;"><img src="/web/20230913105249im_/https://www.faasafety.gov/images/faasteammanager_2.jpg" alt="FAASTeam Manager photo" hspace="8" border="0"/></div> </div> <div class="sectionHeading"> What makes the FAASTeam unique? </div> <br/> <div class="sectionSubHeading">FAASTeam Organizational Structure</div> <div style="padding-bottom: 8px;"> To fulfill its mission, the FAA’s Safety Program has a National FAA Safety Team (FAASTeam) staff with assigned personnel holding positions such as Safety Liaison Team (SLT) Leads. FAASTeam Program Managers (FPMs) report to the Flight Standards District Offices (FSDOs). The National FAASTeam develops the National Performance Plan (NPP) as well as national policy and guidance. FSDOs utilize assigned FPMs to accomplish the NPP and achieve the FAA’s safety program goals. </div> <div class="sectionSubHeading">FAASTeam Process to Reduce Accidents</div> <div style="padding-bottom: 8px;"> The National FAASTeam develops standardized safety interventions for General Aviation (GA), and supports other safety initiatives such as UAS, NextGen, Runway Safety and the General Aviation Joint Safety Committee (GAJSC) Safety Enhancements, etc. These are included in the FAASTeam National Performance Plan (NPP). In addition, there is flexibility built into the program that affords the FPMs the ability to innovate locally, and respond to localized safety issues through: </div> <ul style="padding-bottom: 8px;"> <li>Accident/incident reports involving airmen from the area</li> <li>Hazards identified by FAA Inspectors at local Flight Standards District Offices</li> <li>Information from the local aviation community</li> </ul> <div class="sectionSubHeading">FAASTeam Tools</div> <div style="padding-bottom: 8px;"> FAASTeam program management applies a Safety Risk Management approach, using system safety principles, risk prioritization, and new technology concepts. The FAASTeam uses system safety techniques to shift the safety culture towards the reduction of aviation accidents. </div> <div class="sectionSubHeading">Relationships with the Aviation Community</div> <div style="padding-bottom: 8px;"> The FAASTeam partners with individuals and the aviation industry to create a unified effort to lower the nation's accident rate and move the safety culture in a positive direction. </div> <ul style="padding-bottom: 8px;"> <li> <div style="font-weight: 700;">FAASTeam Members</div> <div style="padding-bottom: 8px;"> A FAASTeam Member is anyone who makes a conscious effort to promote aviation safety and become part of the shift in safety culture. To become a member: </div> <ul style="padding-bottom: 8px;"> <li>Sign up at FAASafety.gov and take part in all it has to offer</li> <li>Pilots – participate in the WINGS Pilot Proficiency Program</li> <li>Mechanics – participate in the automated AMT Awards Program</li> <li>Attend live FAASTeam events in your area</li> <li>Attend webinars online</li> </ul> </li> <li> <div style="font-weight: 700;">FAASTeam Representatives</div> <div style="padding-bottom: 8px;"> Aviation safety volunteers who wish to work closely with FAASTeam Program Managers (FPM) and local aviation communities to actively promote safety may be designated as FAASTeam Representatives. FPMs train these volunteers and provide them with equipment and materials. </div> </li> <li> <div style="font-weight: 700;">FAASTeam Industry Members</div> <div style="padding-bottom: 8px;"> Companies or associations of people who have a stake in aviation safety may become Industry Members. FAASTeam guidelines describe how these groups can formalize their desires to promote aviation safety together with the FAASTeam. </div> </li> </ul> <div style="padding-bottom: 8px;">We invite you to <a href="/web/20230913105249/https://www.faasafety.gov/FAASTApp/pub/default.aspx">join</a> the FAASTeam at whatever level is right for you.</div> <div style="padding-bottom: 8px;">Together, as a team, we can make a difference by reducing aviation accidents!</div> </div> </div> </div> </div> </form> </div> <!-- END Page Content --> </div> <!-- FAA.gov Footer --> <div id="footer" role="contentinfo"> <div class="address"> <p><a href="https://web.archive.org/web/20230913105249/https://www.dot.gov/" title="Department of Transportation" target="_blank">U.S. Department of Transportation</a><br> Federal Aviation Administration<br> 800 Independence Avenue, SW<br> Washington, DC 20591<br> 1-866-TELL-FAA (1-866-835-5322)</p> </div> <div class="midSection divide"> <p class="title">Web Policies</p> <ul> <li><a href="https://web.archive.org/web/20230913105249/https://www.faa.gov/web_policies/" target="_blank">Web Policies & Notices</a></li> <li><a href="https://web.archive.org/web/20230913105249/https://www.faa.gov/privacy/" target="_blank">Privacy Policy</a></li> <li><a href="https://web.archive.org/web/20230913105249/https://www.faa.gov/accessibility/" target="_blank">Accessibility</a></li> </ul> </div> <div class="midSection divide"> <p class="title">Government Sites</p> <ul> <li><a href="https://web.archive.org/web/20230913105249/http://www.dot.gov/" target="_blank">DOT.gov</a></li> <li><a href="https://web.archive.org/web/20230913105249/http://www.usa.gov/" target="_blank">USA.gov</a></li> <li><a href="https://web.archive.org/web/20230913105249/http://www.plainlanguage.gov/" target="_blank">Plainlanguage.gov</a></li> <li><a href="https://web.archive.org/web/20230913105249/http://www.recovery.gov/" target="_blank">Recovery.gov</a></li> <li><a href="https://web.archive.org/web/20230913105249/http://www.regulations.gov/" target="_blank">Regulations.gov</a></li> <li><a href="https://web.archive.org/web/20230913105249/http://www.data.gov/" target="_blank">Data.gov</a></li> </ul> </div> <div class="right divide"> <p class="title">Contact Us</p> <ul> <li><a href="/web/20230913105249/https://www.faasafety.gov/OnlineHelp/faq.aspx">Help - FAQs</a></li> <li><a href="/web/20230913105249/https://www.faasafety.gov/about/contact.aspx">Contact Us</a></li> <li><a>Hours: Monday - Friday<br/>10:00 AM to 4:00 PM EST</a></li> <li><a>faasafety@faa.gov</a></li> </ul> </div> </div> <!-- END FAA.gov Footer --> </div> <!-- Leaving site alert --> <div id="dialogL" style="display: none;" title="You are about to leave FAASafety.gov"/> <script type="text/javascript" src="/web/20230913105249js_/https://www.faasafety.gov/js/LeavingAlert.js"></script> <!--Leaving alert--> <script type="text/javascript" src="https://web.archive.org/web/20230913105249js_/https://www.faa.gov/script/omniture/appMeasurement.js"></script> </body> </html> <!-- FILE ARCHIVED ON 10:52:49 Sep 13, 2023 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 22:41:29 Nov 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 1.052 exclusion.robots: 0.028 exclusion.robots.policy: 0.017 esindex: 0.011 cdx.remote: 10.793 LoadShardBlock: 236.156 (3) PetaboxLoader3.datanode: 153.648 (4) PetaboxLoader3.resolve: 145.183 (3) load_resource: 107.916 -->