CINXE.COM
Safer Skies Through Education - 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/","20231017010145","https://web.archive.org/","web","/_static/", "1697504505"); </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> Safer Skies Through Education - FAA - FAASTeam - FAASafety.gov </title> <!-- Firefox is helpless without this --> <base target="_self"/> <link type="text/css" rel="stylesheet" href="/web/20231017010145cs_/https://www.faasafety.gov/include/lookandfeel/css/FAAST.css"/><link type="text/css" rel="stylesheet" href="/web/20231017010145cs_/https://www.faasafety.gov/include/lookandfeel/css/FAAST_navigation.css"/><link type="text/css" rel="stylesheet" href="/web/20231017010145cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_Lists.css"/><link type="text/css" rel="stylesheet" href="/web/20231017010145cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_Forms.css"/><link type="text/css" rel="stylesheet" href="/web/20231017010145cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_round_corners.css"/><link type="text/css" rel="stylesheet" href="/web/20231017010145cs_/https://www.faasafety.gov/gslac/include/css/GSLAC.css"/> <!-- Page-specific includes --> <script type="text/javascript" language="javascript" src="/web/20231017010145js_/https://www.faasafety.gov/js/prototype_1.7.3.js"></script><script type="text/javascript" language="javascript" src="/web/20231017010145js_/https://www.faasafety.gov/js/scriptaculous-js-1.9.0/src/scriptaculous.js"></script><script type="text/javascript" language="javascript" src="/web/20231017010145js_/https://www.faasafety.gov/js/jquery/jquery-3.6.0.js"></script><script type="text/javascript" language="javascript" src="/web/20231017010145js_/https://www.faasafety.gov/js/jquery/jquery-ui.js?v=12"></script><script type="text/javascript" language="javascript" src="/web/20231017010145js_/https://www.faasafety.gov/js/jquery/plugins/ScrollingList.min.js"></script><script type="text/javascript" language="javascript" src="/web/20231017010145js_/https://www.faasafety.gov/js/HtmlSanitizer.js"></script><script type="text/javascript" language="javascript" src="/web/20231017010145js_/https://www.faasafety.gov/js/overlib.js"></script><link type="text/css" rel="stylesheet" href="/web/20231017010145cs_/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/20231017010145js_/https://www.faasafety.gov/js/FAAST.js"></script> <script type="text/javascript" src="/web/20231017010145js_/https://www.faasafety.gov/js/FAA_master.js"></script> <script type="text/javascript" src="/web/20231017010145js_/https://www.faasafety.gov/js/dot_analytics.js"> </script> <script src="https://web.archive.org/web/20231017010145js_/https://www.google.com/recaptcha/api.js" async defer></script> <link type="text/css" rel="stylesheet" href="/web/20231017010145cs_/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> <script type="text/javascript"> </script> <script type="text/javascript"> jQuery(document).ready(function ($) { $("ul.scrolling_list").scrollList("up", 20, 500); $("ul.scrolling_list").click(function () { window.location.href = '/about/industryMembers.aspx'; }); $(".wings_link").click(function () { let a = document.createElement('a'); a.target = '_blank'; a.href = 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/gslac/ALC/lib_categoryview.aspx?categoryId=86'; a.click(); }) }); </script> <script type="text/javascript"> Event.observe(window, 'load', HOT_TOPIC.init); Event.observe(window, 'load', CONTACT_SUPPORT_LINK.init); // Add click handlers for buttons to show and hide modal popup on pageLoad function pageLoad() { if ($('showModalPopupClientButton')) { Event.observe('showModalPopupClientButton', 'click', showModalPopupViaClient); } } function showModalPopupViaClient(ev) { ev.preventDefault(); var modalPopupBehavior = $find('programmaticModalPopupBehavior'); modalPopupBehavior.show(); } function hideModalPopupViaClient(ev) { ev.preventDefault(); var modalPopupBehavior = $find('programmaticModalPopupBehavior'); modalPopupBehavior.hide(); } </script> <!-- Google tag (gtag.js) --> <script async src="https://web.archive.org/web/20231017010145js_/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/20231017010145/https://www.faa.gov/" title="FAA Homepage"> <img src="/web/20231017010145im_/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/20231017010145/https://www.faasafety.gov/about/mission.aspx" style="text-decoration:underline;">About the FAASTeam</a> </div> <div id="homeLink"> <a href="/web/20231017010145/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/20231017010145/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/20231017010145/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/20231017010145/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/20231017010145/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="levelOneItemLeft"> </div> <div id="ctl00_Navigation_repeatLevelOne_ctl03_NavigationItem" class="levelItem levelOneItem" onmouseover="NAVIGATION.showLevelTwo(event, this, 'Resources');" onmouseout="NAVIGATION.hideLevelTwo(event, this, 'Resources');"> <div id="Resources_Container" class="levelOneContainer"> <div class="title"> <a href="/web/20231017010145/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="levelOneItemRight right"> </div> <div class="helpPage"> <a id="ctl00_Navigation_lnkHelp" onclick="FAA_UTILITY.openHelp('/OnlineHelp/Default.aspx?page=/default.aspx');" style="text-decoration: underline;">Page Help</a> </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"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/hottopics/FAASTeamLogo.png" id="FAASTeamLogo" style="vertical-align:middle" alt="FAASTeam"/><span style="font-size:1em">| </span><span style="font-size:.833em">Safer Skies Through Education</span></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/20231017010145im_/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/20231017010145/https://www.faasafety.gov/login/Default.aspx?w=638330833054499332" 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="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="login/PasswordRecovery.aspx?E=P">Forgot Password</a> <span>|</span> <a role="link" href="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="login/reg/Register.aspx">Create an Account</a> <span>|</span> <a role="link" href="about/mission.aspx" style="font-weight: 500;">About FAASTeam</a> </div> </div> </form> </div> </div> </div> </div> </div> </div> <form name="aspnetForm" method="post" action="./" 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="mtHDH57TRayzUKaeVHiVwQHyfdO92MClbnbOsyppDU5sbGVP0snDGzlhjgUKe0WgVPkV+JmrZP/ayLJS9/b3BYM4TmLYn6OzGEGNYMFcoSpAC56nQY5HR9yvzZaYZofBP53ATgCkBR3lHJSn05PmYoUGCdgWALWMgivlPTJn8hMc6LuPRFFWBl/6nATQTGZpofi1/AUWoelRAGkfa2EV+gvpcS5cAwxAP/rl8eJFpPQQSVcsOF/aCDwLkzP3MxRcWA0fKoOJn7nGH74lDl+pEKXJNH2BH4nrz0PRkf45/qlUIt6TdYhKFdL8GwvXAD9p5vWaYHA0zjFowGglBSEsW855oozt7XU2nAdOMFjptvv8RTg8KOMyNZM4eIgkH7Fx2VtWnBicJwSZi29zHS5/brgt3dDAmEJO4EZNAR6NsRl0ahjQ5SP0AQmCPA6qXKF9waJmcNww0SehOqmSTQI3TPXKstSvkLh4UpxEgItYovogjRp/GOs1FMVx2bmRB6PjaUD+S/fDRXl6Pg5yi4GiA5HDEcr/2HoRPgorOrf5BYeKTZJCF/qU6u4ViRNkwHCsHnllGEPqpE6sUnobaJ8yurSlhTe4kEgHvxmBvuWVy2PCN/uAMnEg7Y91T7ncbMY1mveqsjr2mkNzScyPv7bQtcQoWeqP32rdgiTvDpyhEF5EWG+2JpjJrUofH2qIdwMsnOVO8IJcyNIuZWxtJ18/SxRgYJFczUdoGlG+G89N6PMEy78HHuKNhDNrslgRRi+ZdN0zOYl/2bsv6egtbErhOwWtirj3RQt8Sb9ACzr3DC0diEBEnLx/yWI7TW8pyen0T0YRIkPBzbv6RO5XBDxjk8d/GACNRloQg9KH0XOyAmRiO7Ta3Ye2UOPdZVonht1MfsVBXm2WWikY40s7sQZdYvri2teYplkXbndcl2kRzwrEQpk67ZectAXlAJfWzap6Qkv1OMNU0V4/c8dmDOMOdTlyGgc9BNaH5pRt7eW3HebenZfnoVf8iCafr+ElFJh4RFrzD1v8Affnmc8c5qcKpe47sGyBW3sJ6j1aIdoHgK9oteokYXoM/ybLM1+HRGT6jAk+NWnjyxzoxlyJE9XN/cBeLjVnqBjX6Cwy2FDSqTQRF980qpZOm6aMjRTJOEB1GOgMSct7aiuXvoEfFH5KU2BQ2UXkZeysLrArvmskZsNauSsehlXUbi0LjyecRcTmrHSoX4h3hcqP6Wa0adlkC/4lwQzgNb2Vu/paFR8FfMTL/wv5T7qAElMViDpvCiXvkrURdOCm6P/QmBIlkHKtidGChDAZxGOSIdSOIjZbi5ZCcG6R+xF7gdclJBlwW2nFwqcjabBw7kl2Lm8cfH34uQlC17SJGouSu1jlQXOvIcCWWbNg/QMrzHyhfIMgoFoZ7ZqueRIDXtj407BYjBvq4cWLlVcxy6eOUH8+GledJ1tiWdnkx/NLVAF+1HBBvRUU5d86fttwhNvhlI2uYIpv/F2D0/imZ2Mp/b28ztqvl05wTuDzfas9EvSwPWVlnhMgt45zdT9njxz5L1bF3sxmPFuq6T/EKaz1ZjAyu441Tu6vKbhH5FDzMRO8g/cwkZZugA/0HUk2R/iRUG6SRKA/4SSyDn4P7S9wU9K5DwvGzB2BXuEmM7bvsSpRAwg4FXQNKJ2CEyjg+9qUaqOF5j0v8O33FAnJVcaPjbUzCnebXtP4TPF6o0bekv+7YMRHSAb92SULKtEzUA60GsqGr+WZP3n3b9/6naXwUftvZG55ZEILOFypUSwxeaF9mQIK81WZ8/ENRpXvpJxFSrGnZ2X3GQ3abYNjacTiTRPWpn2zJvktcvx6T0bVpcPHkHfe/hqlKQZdLdTNZjr5uhqPLPYsfsey0rTaJCgQQSFZ7YSaLks4Zbi3sRQSeOrnp6RGGRcCYwU1EYaF7qNUXsi4Vx1dAHwciY2MQyAB4H0fwXr0UpTWNxlcQtLuirrg/YTkSZB/GTLSCQy3HpE7fITiTlqvGG7hl0K+3YoRo+haBhaP4mpOjXBv03WWjFaM3cm/vP4E+XAzGSWFT8QF05d/LGD6ARTAy6MycWCGYe6AyXlbJsVdbQA0NBfvIME1zMZravGWoDnOEWSSnaKErYeEe4g9G/KVPQHN2CzPXUKd/tBsGcXVMLWrBYapOrUhZW7zerJEilcTC3/dqHlfzn4MRCySHCvRkYsYXZjZ3rOlGx7ztf4z62csJgvzLxOOv3a0E/udOxbpVwbH4zjVoplpeNgPB+JrkRtr161n4ZlufDWD6xFaYpGqRahNFZIb1YsG99Cjzec1eQ75XdVny4JNVRtLoO7M66z2FI0SuJY/qRX0OiLCQdmvUBp+vkmMEwpPp2BWTsgpdMuCuLxX5eo6LujhZ9x3IKBQjPq0QGA/evjgSubWd8LZf6STodgYfTZH0TK64n9Kp52Ek3YQ73UTctgAYo3BV1Tj2tP78pbWB7pExEGn307UUukGyMAa+mEswdsMOzSH2FSQoyMVPXJEpJP+32A3L/WKgqybQisFLFgk05xVeXUgYX9Kij8nnZEf2ZAA6a3UhxQSYx7FlFLpSFFVb5rpmNP/SniAIv8O/dr+K1t9WYqAj5ZfgHJl4TPaxeQBt+zK0fSxxEk0zmcc0T69GXs13iCtcB+xMccUzxcxx0JvG5OiFqygjvBxNd/uO1NMj4Fmi4bbqGFVv3p0qizt+4y2CNZiDH28IEWNjXNXAbZgDxuLO9iCB9nVMrXOed9ehA73c7oc/6OKKiaxcjrHtNERHX2GbApwatE4eaE2lShzlwzz0pQvScZO2iysBmHVwpTmoxMDX/6AQqrG1qgi1rHrqqkHxeYqaE+duCjMRvIppQqwo46+tuNVqbwuz03W12PM2mjXxNTKrHE83vrVuPVDgIzI/50RwDx769vU6WFfc+Zd65G4abTRx7M2dfpQrIXoty1heGCURb+yifV4jpyqgmdRrUjGzXZZxL+8b0+voyGfQpMhLsDEhaysycROScF+WoAqVFejgi/ohLfuLBDJtGyh2t5X1CDCE7sMQraCzFZP5F1A0WaCknKlgCGgFaw3zBP47fPC0HKyyosCMQ+jDfQV20UABrmXk8G7uxWMxU1/LSe8KHLv5s/kovtZ1e8MgtcjgV3TrqKSq5S+XBwY166mYEQ53j/EqoLdyuXo9jKVLneOhe2Oz61lcXXzRDGij9aJPyGWOImTykKhBfzPpJwCB90O33AegqFXKnkYwgfztmarDRZhPhEcATe5Ctu/TQWlGfh4APFO4k14yKGOnKmGNbnKXByhJl7QFiHSWgkmTI5UvEStKI4n9HHg3+0+AegOTOiG6sPR4AeJIfqXZtAuF+WjHG/Jmjrz5Yo9hcJLLubUkym9iR/VYHvBMLjVEuP3NSX9lRR92vHF8pntUIV5RzTDKAKFAeLHPuRX+YufM47zuiCpO7Q/We9V9mnHJI+epyKeEM76STkKJI6FIFuKHLGTUDLYpg5yDhnyFnm8qPzUnkMqnPYMpg6eGR5DZWOUQPJooWACyLnGnbkRnsZeZthDeYvw8BQtTvYialUT/MtpfoHo5l4LkP5NIm9As6M+o5oZOGGDzKcEJTzUq5VOQeDrpDD0/F1SMRadXDkzSjF40jvBEwIMUWL8TLIMzfLyTXYTnc7g7z0nxMyGQNw5BRDNdusjRhVK1SSW/QnfFQRGBB19GoXlUHmM1TNjjugtqBAUBsjunSwBwHjP1loxs+0w/52neURo3I05lce9pTiXHz4UzNVK2JyaXjPRu7M+QOAtN/IkP6M1wNQO22N7gnPg9XwhwS76EP5Dw4y0wSl/AZVp0jmq98C3fkn8JeHESFXUtohJQzw7SErQv/oorzIzvYcc1L7nNcGk9mlc2UweBf81zha/TlBXy4CY6sDbRnAtin8LDuFsf6BQq+N0+j2ZTRAOSdTgewLv5jLggVA7qQtK112ya4ThrvqBLh/BQYxIR7BdkZUzX84hbD67JDhSh2QMDwirUGcdk9eYfatFcrxLIaGY+zN/ghLHq32P2AAs5RZnfFDdspTDe43ITstCgh0fAmBYNnH/pAaD2L2Y6gwlBdJqfZ+tTvA5ZjB+MDZ4pTYMjSPiVOpBVryNEDMAWzGcuulFAsxGJIyAwGVUhkvB5HG/KzNLbrGy2+PVmk5HjNr2eK6oR+9keT4/x885qhE1ff3++Pv0ytWrltLTY7oukbwlhU4J2+I8v2F/BwtKJomyPLVGtXgTezotbcopEYKIfQ+wGgLRwOp2CM15eEvJLTjQSoib8EB6j1Cy1kRtM/nXItV0o1FjUtU70aOuuqu18UJdIDG2ZX/xnq4EGrgK/Bug6BfBvguA+/Os5d8mFMHngxu5aKnfMG6jpMqdrSxq5B/EfIT91cZuVAJ19bUniMMMGKCf7L3g2uHweJ845f2AOnrnJTjeHNfJxD436llSXxwVpmfGoNyJVrQX01l8WPzx311AUum0IlbGHmX7IPlEpkVqu1Ojc9Dyr3MoiCIYqtvA2rjRRaOYnP5beBo3LfBCa70nYAjE0VLbGx76xzqN61K5+Hwa8RQyDDlBE+1jAh9n1yX3qdYDAq2ftXaK/kbM/iaOKVkTVLbSVlGBkhNgJdv1TXplXnmSooebJ66I2OJRivSdzyOrtbuJkHBMDzUXEgP+GRuuVBDp++d6//nwdEfP6jVZiO8I66WCvGutktDVPSH5GJCDHLFOhSmHBvdgCNjjU+RV83kCc1dpVzShcX6Rg7LyzChyDZWwaYR579m5vlZxD9DrpVKF05tJwgRTgt0RkCmrrQ9tC/G+2lduprmvOzMC50pb0TyGpoGa3BSJqY32ssnNhTF8tgkvRg7VKaNJVWk8IkS6fJPYexml1xybsYitcC0H3dTuL1FZ6XWlJsXCsj1Az4Mgm8+UlWJm0GzMi9i0tm0XeeuUqIh06sjtpz1wMFSrxafUIuUkC7qeWf0i1qxDt+HXnJEztNcMjLn6cSlA2SecQ4a0v+c5CetfKjR3TbhIJgEDoxdntbLRV6dFswZbL57voDz7acqWKAK91VveKb2m3h9el0777y1ywqeqbHUPxadVsH+3Kk0IfVHUTXeoxAkedYD3W0PX8EirkJ6dNhSdxxw+BpRQTPeD9HJz8F2zLcrg5rP8nA5EuTGI8xfXf2jeDltuAXujTvSOogXCnwzH/pzaCKFMsXJvKiOZZeP06pGTb7qFWpSuYLJJ9bqnNv0qPNNTYqt1jOfYd76uH9PYfillY8cQ6VYCvhsWPxYmo0Hkc8p/tElNBp+JJeVUKOIdb+Djk0XY0qG0Satk7ZLdgJuWf4TFRFR8vqDMWq7Wq6pQFxvuCHvvMX/hahnsW2MyQPeXqGErdJDPKyR7w1PPxTvnkW6UuJtySQcyraDQqGYJsk3PJsVoUZR0p0DrDCUvwUZEN+xLfO8vB4A5G9jl+EQOZ2Ttk1SUIdzvKdUYITGdE5syhzA62baTyY+6"/> </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/20231017010145js_/https://www.faasafety.gov/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZOItfZgusWCvD09w-nA6rwMMu2KBqb5CZSInuUL8V7PFkoxeZg2&t=638259186740000000" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ Event.observe(window, 'load', FAA_USER_WIDGET.toggle); HOT_TOPIC.IMAGES = [ { name: 'General Aviation Maintenance Alerts', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/67_upper.jpg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/67_lower.JPG', imageTopAlt: 'Select this Link to Submit a Report', imageBottomAlt: 'Select this Link to Submit a Report', linkTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/gslac/ALC/lib_categoryview.aspx?categoryId=38', linkBottom: 'https://web.archive.org/web/20231017010145/https://sdrs.faa.gov/', urlTarget: '_blank'}, { name: 'Use of Video and Communication Technology', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/86_upper.jpg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/86_lower.jpg', imageTopAlt: 'Use of Video and Communication Technology', imageBottomAlt: 'Use of Video and Communication Technology', linkTop: 'https://web.archive.org/web/20231017010145/https://drs.faa.gov/browse/excelExternalWindow/DRSDOCID171637754520230105173329.0001', linkBottom: 'https://web.archive.org/web/20231017010145/https://drs.faa.gov/browse/excelExternalWindow/DRSDOCID171637754520230105173329.0001', urlTarget: '_blank'}, { name: 'WINGS Pro Near You', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/98_upper.jpeg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/98_lower.jpg', imageTopAlt: 'Click to Find a WINGS Pro Near You', imageBottomAlt: 'Click to Find a WINGSPro Near You', linkTop: 'https://web.archive.org/web/20231017010145/https://www.google.com/maps/d/viewer?mid=1a1RHZ46sx6z1sAjUe7lcqhMtr1ZSUZU', linkBottom: 'https://web.archive.org/web/20231017010145/https://www.google.com/maps/d/viewer?mid=1a1RHZ46sx6z1sAjUe7lcqhMtr1ZSUZU', urlTarget: '_blank'}, { name: 'Compliance Program', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/99_upper.jpg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/99_lower.jpg', imageTopAlt: 'FAA Compliance Program', imageBottomAlt: 'FAA Compliance Program', linkTop: 'https://web.archive.org/web/20231017010145/https://www.faa.gov/about/initiatives/cp/cp_articles/', linkBottom: 'https://web.archive.org/web/20231017010145/https://www.faa.gov/about/initiatives/cp/', urlTarget: '_blank'}, { name: 'GAA Awards ', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/100_upper.jpeg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/100_lower.jpg', imageTopAlt: 'General Aviation Awards', imageBottomAlt: 'Click Here to Nominate Someone', linkTop: 'https://web.archive.org/web/20231017010145/https://www.generalaviationawards.com/', linkBottom: 'https://web.archive.org/web/20231017010145/https://www.generalaviationawards.com/nominate', urlTarget: '_blank'}, { name: 'From the Flight Deck', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/101_upper.jpg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/101_lower.jpg', imageTopAlt: 'From the Flight Deck', imageBottomAlt: 'Hazards and Hot Spots', linkTop: 'https://web.archive.org/web/20231017010145/https://www.faa.gov/airports/runway_safety/videos/', linkBottom: 'https://web.archive.org/web/20231017010145/https://www.faa.gov/airports/runway_safety/videos/', urlTarget: '_blank'}, { name: 'Drone2', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/107_upper.jpg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/107_lower.jpg', imageTopAlt: ' ', imageBottomAlt: ' ', linkTop: 'https://web.archive.org/web/20231017010145/https://www.arcgis.com/home/webmap/viewer.html?webmap=78b909e271474aecb5909a8393b9b61a&extent=-126.0617,24.2888,-67.131,50.6542', linkBottom: 'https://web.archive.org/web/20231017010145/https://www.arcgis.com/home/webmap/viewer.html?webmap=78b909e271474aecb5909a8393b9b61a&extent=-126.0617,24.2888,-67.131,50.6542', urlTarget: '_blank'}, { name: 'Lead Free Aviation Fuel', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/111_upper.JPG', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/111_lower.jpg', imageTopAlt: 'Path to a Lead-Free Aviation System', imageBottomAlt: 'EAGLE Website', linkTop: 'https://web.archive.org/web/20231017010145/https://flyeagle.org/', linkBottom: 'https://web.archive.org/web/20231017010145/https://flyeagle.org/', urlTarget: '_blank'}, { name: 'Check out the latest FAA Safety Briefing here! ', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/118_upper.jpg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/118_lower.jpg', imageTopAlt: 'Check out the latest FAA Safety Briefing here!', imageBottomAlt: 'Check out the latest FAA Safety Briefing here!', linkTop: 'https://web.archive.org/web/20231017010145/https://www.faa.gov/newsroom/faa-safety-briefing-magazine ', linkBottom: 'https://web.archive.org/web/20231017010145/https://www.faa.gov/newsroom/faa-safety-briefing-magazine ', urlTarget: '_blank'}, { name: 'EZ WINGS', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/119_upper.jpg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/119_lower.jpg', imageTopAlt: 'Request and Validate WINGS Credit', imageBottomAlt: 'Request and Validate WINGS Credit', linkTop: 'https://web.archive.org/web/20231017010145/https://www.ezwings.net/', linkBottom: 'https://web.archive.org/web/20231017010145/https://www.ezwings.net/', urlTarget: '_blank'}, { name: 'IA Refresher Courses', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/121_upper.jpg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/121_lower.jpg', imageTopAlt: 'Wanted: IA Refresher Course Providers', imageBottomAlt: 'Wanted: IA Refresher Course Providers', linkTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/gslac/ALC/libview_normal.aspx?id=377214', linkBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/gslac/ALC/libview_normal.aspx?id=377214', urlTarget: '_blank'}, { name: 'USA Jobs', imageTop: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/122_upper.jpeg', imageBottom: 'https://web.archive.org/web/20231017010145/https://www.faasafety.gov/files/highlights/122_lower.jpeg', imageTopAlt: 'USA Jobs', imageBottomAlt: 'USA Jobs', linkTop: 'https://web.archive.org/web/20231017010145/https://www.usajobs.gov/Search/Results?j=1825&d=TD&hp=public&p=1', linkBottom: 'https://web.archive.org/web/20231017010145/https://www.usajobs.gov/Search/Results?j=1825&d=TD&hp=public&p=1', urlTarget: '_blank'} ]; 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/20231017010145js_/https://www.faasafety.gov/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvldrxJTNHSsu1vQ5iJ9tngxOwFNJX8Q1igHsxI6jAzKHh__6CR9OWE5mJR4NGMaVco2RzR36fCYjSPk8m30Lsbd2AY3ttxO5AtHITVBoBhpdI8hnoZBSOBrDyXYyoWES9lJ8RRE1&t=5d0a842b" type="text/javascript"></script> <script src="/web/20231017010145js_/https://www.faasafety.gov/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OH-o7RQnlca9RhyjfirRDsOnEkQOAsSs1NIGt7pF1eHENRpyz1VvvT6ZQb5t9-cB9XPCueJM-enol2TrpkNtlkPL920t3Ah_meOCozxNzyJvLBPIEztjusUmCHkBMtkk1d-pEsI1&t=5d0a842b" type="text/javascript"></script> <div> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334"/> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="mxtL8TdxkG/7al+0x3L0rR0KS0v7OsG2bDopZ7xLBEhPnfZKV1YLUDXHOe3XXEEdnO/3odps44h10sZS0c8kV12YYVVGfocLCpw58A+oIElVl6KX6KLsqrpvObhLD7SYa6ugY0PLfOyewRvQLOJf9VXSxcPG/YZ+lr3bx9W7Krni04sXXUqqcyKHHtyLpZz37fB+D+wtkYiy1oVWdGnZ4RwXTqo="/> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', 'aspnetForm', [], [], [], 90, 'ctl00'); //]]> </script> <div style="width: 930px;height:100%"> <style type="text/css"> #homeLeft { float: left; width: 690px; } #homeRight { float: left; width: 230px; height: 100%; } .homeBox { float: left; width: 220px; margin: 0px 10px 0px 0px; color: #303A52; padding-bottom: 10px; } .homeBoxHeader { font-weight: bold; padding: 0px 0px 5px 5px; font-size: 1.167em; color: #FFFFFF; text-align: left; } .homeBoxHeaderLink { float: right; padding: 0px 5px 0px 0px; font-size: .833em; } .homeBoxHeaderLink a { color: #FFFFFF; } .homeBoxContent { height: 180px; border-top: solid 1px #C5C6C8; border-left: solid 1px #C5C6C8; border-right: solid 1px #C5C6C8; } .homeBoxContentSmall { height: 130px; padding: 3px 3px 3px 5px; line-height: 20px; border: solid 1px #C5C6C8; } .homeBoxContentWarning { padding: 3px 3px 3px 5px; border: solid 1px #C5C6C8; font-size: .75em; line-height: 13px; text-align: justify; } .homeBoxRow { height: 40px; padding: 3px 3px 3px 5px; } .homeBoxRowLast { border: none; } .homeBoxLink { text-align: right; } .homeBoxIntroText { font-size: .833em; text-align: left; padding-right: 5px; } .homeBoxLinkBorder { width: 218px; height: 15px; border-left: solid 1px #C5C6C8; border-right: solid 1px #C5C6C8; border-bottom: solid 1px #C5C6C8; } .homeBoxLink a, .homeBoxLink a:visited { font-size: .917em; font-weight: normal; color: #303A52; } .homeBoxForm { padding: 3px 3px 3px 5px; } .homeBoxText { padding: 3px 3px 3px 5px; line-height: 18px; } .ajaxUpdating { background-color: Red; } .progress { width: 100%; text-align: center; padding-top: 50px; } .eventDate { font-weight: bold; } .eventDate a, .eventDate a:visited { color: black; } .eventTitle { padding-left: 10px; } .eventTooltipTitle { font-weight: bold; } .eventTooltipBody { padding-left: 10px; } .homeBoxHotTopicLinkLeft { float: left; width: 48%; padding-left: 3px; cursor: pointer; } .homeBoxHotTopicLinkRight { float: left; width: 48%; text-align: right; padding-right: 3px; cursor: pointer; } .homeBoxHotTopic img { padding-left: 0px; } .imageBox { display:inline-table; height:100%; border-right: solid 1px #C5C6C8; } .linkBoxMain { border: solid 1px #C5C6C8; padding: 5px 5px 5px 5px; vertical-align: top; } .linkBox { display:inline-table; width:23%; text-decoration:none; vertical-align: top; } .linkBox a { text-decoration:none; } .linkBox a:hover { text-decoration:underline; } .linkBox ul { padding-left: 17px; } .linkBoxTitle { font-size: 1em; font-weight: 600; /* color: #98012E;; */ color: Black; } #ataglance .leftColumn { color: #4F5F81; padding-left: 10px; float: left; width: 130px; } #ataglance .rightColumn { float: left; width: 70px; } #ataglance .title { font-weight: bold; } #ataglance .noPhase { text-decoration: none; } .FirstTimeRedesign { font-size: 1.167em; color: #C90000; } div.scrolling_list_container { overflow: hidden; position: absolute; width: 210px; border: 0px none #999999; } ul.scrolling_list { height: 60px; margin: 0; padding: 0; } .OrangeLink a:visited, .OrangeLink a:active { color: #f58400; } .RasLink a:visited, .RasLink a:active { color: #98012E; } .versionbox { float:right; color:gray; font-size: 1em; padding-right:3px; } .wings_link{ color:red; font-style: italic; font-weight:bold; font-size: 12px; padding: 2px; margin:5px; background: #F8F8F8; border: solid #BDBDBD 1px; cursor:pointer; } .wings_link_toq{ font-size: 16px; font-weight:inherit; text-transform:uppercase; } </style> <div class="clearfix"> <div id="ctl00_ContentPlaceHolder1_pnlPopup" class="modalPopup" style="display: none;"> <img id="ctl00_ContentPlaceHolder1_imgHelp" src="/web/20231017010145im_/https://www.faasafety.gov/images/Home-Page.jpg" alt="Help" style="border-width:0px;"/> </div> <div class="clearfix"> <div class="homeBox"> <div id="ctl00_ContentPlaceHolder1_rcTileTop1_pnlTop"> <div id="ctl00_ContentPlaceHolder1_rcTileTop1_pnlTopCorners" class="lightblueSpiffy"> <div id="ctl00_ContentPlaceHolder1_rcTileTop1_pnlTopPixel1" class="lightblueSpiffy1"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop1_pnlTopPixel2" class="lightblueSpiffy2"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop1_pnlTopPixel3" class="lightblueSpiffy3"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop1_pnlTopPixel4" class="lightblueSpiffy4"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop1_pnlTopPixel5" class="lightblueSpiffy5"> </div> </div> </div> <div class="homeBoxHeader lightblueSpiffyfg"> Featured Courses</div> <div class="homeBoxContent "> <div class="homeBoxIntroText" style="padding-left: 4px; padding-top: 4px;"> Earn WINGS or AMT Credit by completing one of our featured online courses!</div> <div style="padding: 1px; font-size: 0.833em;"> <p><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20231017010145/https://www.faasafety.gov/gslac/ALC/CourseLanding.aspx?cID=911" title="Fatigue Countermeasures for AMTs (FY 2023 AMT Core Course) ">Fatigue Countermeasures for AMTs (FY 2023 AMT Core Course)</a><br/></p><p><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20231017010145/https://www.faasafety.gov/gslac/ALC/CourseLanding.aspx?cID=683" title="Conducting Preflight Self-Briefings for Student and VFR Pilots ">Conducting Preflight Self-Briefings for Student and VFR Pilots</a><br/></p><p><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20231017010145/https://www.faasafety.gov/gslac/ALC/CourseLanding.aspx?cID=677" title="Part 107 Small UAS Recurrent ">Part 107 Small UAS Recurrent</a><br/></p><p><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20231017010145/https://www.faasafety.gov/gslac/ALC/CourseLanding.aspx?cID=515" title="Part 107 Small UAS Recurrent - Part 61 Pilots ">Part 107 Small UAS Recurrent - Part 61 Pilots</a><br/></p><p><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20231017010145/https://www.faasafety.gov/gslac/ALC/CourseLanding.aspx?cID=451" title="Part 107 Small UAS Initial - Part 61 Pilots ">Part 107 Small UAS Initial - Part 61 Pilots</a><br/></p><p><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20231017010145/https://www.faasafety.gov/gslac/ALC/CourseLanding.aspx?cID=405" title="DC SFRA ">DC SFRA</a><br/></p> </div> </div> <div class="homeBoxLink homeBoxLinkBorder"> <a href="/web/20231017010145/https://www.faasafety.gov/gslac/ALC/course_catalog.aspx" class="arrowPostfix">View Catalog</a> </div> </div> <div class="homeBox"> <div id="ctl00_ContentPlaceHolder1_rcTileTop3_pnlTop"> <div id="ctl00_ContentPlaceHolder1_rcTileTop3_pnlTopCorners" class="lightblueSpiffy"> <div id="ctl00_ContentPlaceHolder1_rcTileTop3_pnlTopPixel1" class="lightblueSpiffy1"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop3_pnlTopPixel2" class="lightblueSpiffy2"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop3_pnlTopPixel3" class="lightblueSpiffy3"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop3_pnlTopPixel4" class="lightblueSpiffy4"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop3_pnlTopPixel5" class="lightblueSpiffy5"> </div> </div> </div> <div class="homeBoxHeader lightblueSpiffyfg"> Hot Topics</div> <div class="homeBoxContent"> <div id="hotTopicDiv" class="homeBoxHotTopic"> </div> <div id="hotTopicProgress"> <div class="progress"> <img src="/web/20231017010145im_/https://www.faasafety.gov/images/icons/waitindicator.gif" alt="Please Wait"/> <strong>One Moment Please...</strong> </div> </div> </div> <div class="homeBoxLinkBorder"> <a class="homeBoxHotTopicLinkLeft" onclick="HOT_TOPIC.previous(true); return false;"> Previous</a> <a class="homeBoxHotTopicLinkRight" onclick="HOT_TOPIC.next(true); return false;"> Next</a> </div> </div> <div class="homeBox"> <div id="ctl00_ContentPlaceHolder1_rcTileTop2_pnlTop"> <div id="ctl00_ContentPlaceHolder1_rcTileTop2_pnlTopCorners" class="lightblueSpiffy"> <div id="ctl00_ContentPlaceHolder1_rcTileTop2_pnlTopPixel1" class="lightblueSpiffy1"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop2_pnlTopPixel2" class="lightblueSpiffy2"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop2_pnlTopPixel3" class="lightblueSpiffy3"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop2_pnlTopPixel4" class="lightblueSpiffy4"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop2_pnlTopPixel5" class="lightblueSpiffy5"> </div> </div> </div> <div class="homeBoxHeader lightblueSpiffyfg"> Upcoming Seminars</div> <div class="homeBoxContent"> <div id="ctl00_ContentPlaceHolder1_pnlEventsAnonymous" class="homeBoxText"> Thousands of aviation safety seminars take place annually around the nation. Find one near you. </div> <div id="ctl00_ContentPlaceHolder1_pnlZipSearch"> <br/> <div class="searchRowColumn2" style="padding-left: 4px;"> Zip: <input name="ctl00$ContentPlaceHolder1$txtZipCode" type="text" maxlength="5" id="ctl00_ContentPlaceHolder1_txtZipCode" title="Zip" style="width:40px;"/>, <input name="ctl00$ContentPlaceHolder1$txtRadius" type="text" maxlength="4" id="ctl00_ContentPlaceHolder1_txtRadius" title="miles" style="width:30px;"/> miles<input type="submit" name="ctl00$ContentPlaceHolder1$btnSearchSems" value="Search" id="ctl00_ContentPlaceHolder1_btnSearchSems"/> </div> </div> </div> <div class="homeBoxLink homeBoxLinkBorder"> <a href="/web/20231017010145/https://www.faasafety.gov/SPANS/events/EventList.aspx" class="arrowPostfix">Find Seminars</a> </div> </div> </div> <div class="clearfix"> <div class="homeBox"> <div id="ctl00_ContentPlaceHolder1_rcTileTop4_pnlTop"> <div id="ctl00_ContentPlaceHolder1_rcTileTop4_pnlTopCorners" class="raspberrySpiffy"> <div id="ctl00_ContentPlaceHolder1_rcTileTop4_pnlTopPixel1" class="raspberrySpiffy1"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop4_pnlTopPixel2" class="raspberrySpiffy2"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop4_pnlTopPixel3" class="raspberrySpiffy3"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop4_pnlTopPixel4" class="raspberrySpiffy4"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop4_pnlTopPixel5" class="raspberrySpiffy5"> </div> </div> </div> <div class="homeBoxHeader raspberrySpiffyfg clearfix"> AMT Awards <span class="homeBoxHeaderLink"><a href="https://web.archive.org/web/20231017010145/https://drs.faa.gov/browse/excelExternalWindow/60F273F3825DFD9F8625801B00615A1D.0001" target="_blank">AC 65-25</a></span></div> <div class="homeBoxContent"> <div class="homeBoxText"> The AMT Awards program encourages AMTs and employers to take advantage of initial and recurrent training by issuing awards based on training received. </div> <div class="homeBoxText"> <img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="Navigation Bullet"/> <a target="_blank" href="/web/20231017010145/https://www.faasafety.gov/files/AMT/documents/AMTAwardsIndividual.pdf">Tutorial for Individuals</a> <br/> <img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="Navigation Bullet"/> <a target="_blank" href="/web/20231017010145/https://www.faasafety.gov/files/AMT/documents/AMTAwardsEmployer.pdf">Tutorial for Employers</a> </div> <div class="homeBoxText" style="color: #267F00; font-weight: bold;"> <span id="ctl00_ContentPlaceHolder1_lblLastYear">14,871 AMT Awards Earned in 2022</span> </div> </div> <div class="homeBoxLink homeBoxLinkBorder"> <a href="AMT/pub/mh.aspx" class="arrowPostfix">Learn more!</a> </div> </div> <div class="homeBox"> <div id="ctl00_ContentPlaceHolder1_rcTileTop5_pnlTop"> <div id="ctl00_ContentPlaceHolder1_rcTileTop5_pnlTopCorners" class="raspberrySpiffy"> <div id="ctl00_ContentPlaceHolder1_rcTileTop5_pnlTopPixel1" class="raspberrySpiffy1"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop5_pnlTopPixel2" class="raspberrySpiffy2"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop5_pnlTopPixel3" class="raspberrySpiffy3"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop5_pnlTopPixel4" class="raspberrySpiffy4"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop5_pnlTopPixel5" class="raspberrySpiffy5"> </div> </div> </div> <div class="homeBoxHeader raspberrySpiffyfg"> WINGS <span class="homeBoxHeaderLink"><a href="https://web.archive.org/web/20231017010145/https://drs.faa.gov/browse/excelExternalWindow/9E3E97F6E4D841D98625783F004F1159.0001" target="_blank">AC 61-91J</a></span></div> <div id="ataglance" class="homeBoxContent"> <div id="ctl00_ContentPlaceHolder1_pnlNotLoggedInWings" class="homeBoxText"> <div style="padding-top: 30px;"> <a id="ctl00_ContentPlaceHolder1_lnkWingsLearnMoreBtn" href="WINGS/pub/learn_more.aspx"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/WINGS/icons/WingsLearnMore.gif" alt="Quick WINGS Learn More" style="border-width:0px;"/></a> </div> <div style="padding-top: 30px;"> <a id="ctl00_ContentPlaceHolder1_lnkQuickWINGSNotLogged" onmouseout="return nd();" onmouseover="return overlib('Quick WINGS provides a quick and easy way for pilots to view and print a checklist of Activities for a Basic Phase of WINGS. The checklist will include a complete listing of activities and tasks to complete the Flight requirements, and may include online courses, seminars, and other activities to satisfy the three Knowledge requirements.', ABOVE, WIDTH, 500);" href="WINGS/quickWINGSLanding.aspx"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/WINGS/icons/QuickWingsLogIn.gif" alt="Quick WINGS Login" style="border-width:0px;"/></a> </div> </div> </div> <div class="homeBoxLink homeBoxLinkBorder"> <span style="float: left; padding-left: 3px;"><a class="arrowPostfix" href="documents/Wings_Manual.pdf" target="_blank">User Guide</a></span> <div class="RasLink"> </div> </div> </div> <div class="homeBox"> <div id="ctl00_ContentPlaceHolder1_Corners1_pnlTop"> <div id="ctl00_ContentPlaceHolder1_Corners1_pnlTopCorners" class="raspberrySpiffy"> <div id="ctl00_ContentPlaceHolder1_Corners1_pnlTopPixel1" class="raspberrySpiffy1"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_Corners1_pnlTopPixel2" class="raspberrySpiffy2"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_Corners1_pnlTopPixel3" class="raspberrySpiffy3"> </div> <div id="ctl00_ContentPlaceHolder1_Corners1_pnlTopPixel4" class="raspberrySpiffy4"> </div> <div id="ctl00_ContentPlaceHolder1_Corners1_pnlTopPixel5" class="raspberrySpiffy5"> </div> </div> </div> <div class="homeBoxHeader raspberrySpiffyfg"> Instructor Portal</div> <div class="homeBoxContent"> <div class="homeBoxText"> By virtue of holding instructor privileges, instructors can validate or give immediate WINGS credit through this portal. <div style="float:left;padding:4px 4px 4px 4px;"> <a href="/web/20231017010145/https://www.faasafety.gov/cfi/pub/cfiactivitygivecredit_1.aspx" title="Give Credit Through the Instructor Portal">Click Here</a> to give immediate WINGS flight credit.</div> <div style="float:left;padding:4px 4px 4px 4px;"> <a href="/web/20231017010145/https://www.faasafety.gov/cfi/pub/WINGSFlightInstructorGuide.aspx" title="WINGS Flight Instructor Guide"><span style="font-weight:700;font-style:italic;">WINGS</span> Flight Instructor Guide</a> </div> </div> </div> <div class="homeBoxLink homeBoxLinkBorder"> <a href="/web/20231017010145/https://www.faasafety.gov/cfi/pub/cfiLanding.aspx" class="arrowPostfix">Enter Instructor Portal</a> </div> </div> <div class="homeBox"> <div id="ctl00_ContentPlaceHolder1_rcTileTop8_pnlTop"> <div id="ctl00_ContentPlaceHolder1_rcTileTop8_pnlTopCorners" class="raspberrySpiffy"> <div id="ctl00_ContentPlaceHolder1_rcTileTop8_pnlTopPixel1" class="raspberrySpiffy1"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop8_pnlTopPixel2" class="raspberrySpiffy2"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop8_pnlTopPixel3" class="raspberrySpiffy3"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop8_pnlTopPixel4" class="raspberrySpiffy4"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop8_pnlTopPixel5" class="raspberrySpiffy5"> </div> </div> </div> <div class="homeBoxHeader raspberrySpiffyfg"> WINGS Achievements</div> <div class="homeBoxContent"> <div class="homeBoxText"> <a href="/web/20231017010145/https://www.faasafety.gov/WINGS/Pub/ProgramInfo/PhaseEarnerList.aspx"> <img style="float: left; padding: 0px 10px 0px 1px;" src="/web/20231017010145im_/https://www.faasafety.gov/images/WINGS/Content/WINGSPinsTiny.png" alt="WINGS Achievement Roster" title="Search the WINGS Achievement Roster to find your name"/></a>We are excited to report that 56,315 pilots have earned at least one phase in the <span style="font-style:italic;font-weight:bold;">WINGS</span> - Pilot Proficiency Program, and these pilots have earned a total of 238,141 phases.<br/> </div> <div style="text-align: center"><br/> <a href="/web/20231017010145/https://www.faasafety.gov/WINGS/Pub/ProgramInfo/PhaseEarnerList.aspx">See the list and find your name</a></div> </div> <div class="homeBoxLink homeBoxLinkBorder"> </div> </div> </div> <div class="clearfix"> <div class="homeBox"> <div id="ctl00_ContentPlaceHolder1_rcTileTop7_pnlTop"> <div id="ctl00_ContentPlaceHolder1_rcTileTop7_pnlTopCorners" class="blueSpiffy"> <div id="ctl00_ContentPlaceHolder1_rcTileTop7_pnlTopPixel1" class="blueSpiffy1"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop7_pnlTopPixel2" class="blueSpiffy2"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop7_pnlTopPixel3" class="blueSpiffy3"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop7_pnlTopPixel4" class="blueSpiffy4"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop7_pnlTopPixel5" class="blueSpiffy5"> </div> </div> </div> <div class="homeBoxHeader blueSpiffyfg"> FAASTeam Directory</div> <div class="homeBoxContentSmall"> <div id="ctl00_ContentPlaceHolder1_pnlSearchDirectory" class="homeBoxForm" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ctl00_ContentPlaceHolder1_btnSearchDirectory')"> <label class="homeBoxIntroText" style="line-height: 12px;" for="ctl00_ContentPlaceHolder1_txtSearchDirectoryText"> Search by phone number, first or last name, city or state, position or keyword.</label> <input name="ctl00$ContentPlaceHolder1$txtSearchDirectoryText" type="text" id="ctl00_ContentPlaceHolder1_txtSearchDirectoryText" title="Search FAASTeam Directory" size="15"/> <input type="submit" name="ctl00$ContentPlaceHolder1$btnSearchDirectory" value="Search" id="ctl00_ContentPlaceHolder1_btnSearchDirectory" title="Search Directory"/> </div> <br/> <div id="ctl00_ContentPlaceHolder1_Panel1" style="text-align:center;"> <a id="ctl00_ContentPlaceHolder1_HyperLink1" href="FAASTApp/directory/default.aspx">Click here to find FAASTeam leaders in your state.</a> </div> </div> </div> <div class="homeBox"> <div id="ctl00_ContentPlaceHolder1_rcTileTop9_pnlTop"> <div id="ctl00_ContentPlaceHolder1_rcTileTop9_pnlTopCorners" class="blueSpiffy"> <div id="ctl00_ContentPlaceHolder1_rcTileTop9_pnlTopPixel1" class="blueSpiffy1"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop9_pnlTopPixel2" class="blueSpiffy2"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop9_pnlTopPixel3" class="blueSpiffy3"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop9_pnlTopPixel4" class="blueSpiffy4"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop9_pnlTopPixel5" class="blueSpiffy5"> </div> </div> </div> <div class="homeBoxHeader blueSpiffyfg"> FAASTeam Industry Members</div> <div class="homeBoxContentSmall"> <div class="homeBoxIntroText" style="line-height: 12px;"> FAASTeam Industry Members are industries, organizations, businesses and associations that support the FAASTeam at a national level and who have a vested interest in aviation safety. Click below for more information.</div> <div class="scrolling_list_container"> <ul class="scrolling_list"> <li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Academy of Model Aeronautics</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Aeronautical Proficiency Training LLC</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">AskBob.aero</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Association for Unmanned Vehicle Sysems</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Association for Women in Aviation Maintenance (AWAM)</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">ASTM / Space TEC Partners, Inc.</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Avemco Insurance Company</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Aviation Educator Hall of Fame Inc.</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Aviation Supplies & Academics</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Balloon Federation of America</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Bulldog Aviation Club</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Civil Air Patrol, Inc</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Flight School Association of North America</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Florida Aviation Network</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Gleim Publications</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Global Jet Services Inc.</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Grey Owl Aviation Consultants Inc.</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Influential Drones</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">International Helicopter Safety Team</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">King Schools, Inc</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">LearningZen.com</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Master Instructors LLC</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Mooney Summit, Inc</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">MyFAA</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">National Agricultural Aviation Association</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">National Association of Flight Instructors (NAFI)</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Ninety-Nines Inc.</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">North Coast Drone Alliance</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Pilot Institute</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Professional Aviation Maintenance Association (PAMA)</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">SAFE (Society of Aviation and Flight Educators)</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Skillfull Inc</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">SocialFlight</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Sporty's</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">TBM Owners and Pilots Foundation</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">The Balloon Training Academy</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">United States Pilots Association</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">Whirly-Girls International</a></li><li style="padding-left:0.5em;text-indent:-0.5em;"><img src="/web/20231017010145im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="#">WINGS Industry Network</a></li> </ul> </div> </div> </div> <div class="homeBox"> <div id="ctl00_ContentPlaceHolder1_rcTileTop11_pnlTop"> <div id="ctl00_ContentPlaceHolder1_rcTileTop11_pnlTopCorners" class="blueSpiffy"> <div id="ctl00_ContentPlaceHolder1_rcTileTop11_pnlTopPixel1" class="blueSpiffy1"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop11_pnlTopPixel2" class="blueSpiffy2"> <span></span> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop11_pnlTopPixel3" class="blueSpiffy3"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop11_pnlTopPixel4" class="blueSpiffy4"> </div> <div id="ctl00_ContentPlaceHolder1_rcTileTop11_pnlTopPixel5" class="blueSpiffy5"> </div> </div> </div> <div class="homeBoxHeader blueSpiffyfg"> FAA YouTube</div> <div class="homeBoxContentSmall" style="padding:0 0 0 0;height:136px;"> <a href="https://web.archive.org/web/20231017010145/https://www.youtube.com/playlist?list=PL5vHkqHi51DT2Y54kjRtmjJ3Dgaj_Sv7V" target="_blank"> <img src="/web/20231017010145im_/https://www.faasafety.gov/images/Youtube.jpg" alt="FAA YouTube"/></a> </div> </div> </div> <div class="linkBoxMain"> <div class="imageBox"> <img id="ctl00_ContentPlaceHolder1_Image1" src="/web/20231017010145im_/https://www.faasafety.gov/images/quicklinks.jpg" alt="quicklinks" style="border-width:0px;"/> </div> <div class="linkBox"> <span class="linkBoxTitle">Offices</span> <ul> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/about/office_org/field_offices/fsdo/">Flight Standards District Offices (FSDO)</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/airports/runway_safety/">Runway Safety</a> </li> </ul> <span class="linkBoxTitle">FAA For...</span> <ul> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/pilots/" title="FAA Pilots Portal">Pilots</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/mechanics/" title="FAA Aircraft Mechanics Portal">Mechanics</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/other_visit/aviation_industry/">Other Aviation Professionals</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/education/">Educators & Students</a> </li> </ul> </div> <div class="linkBox"> <span class="linkBoxTitle">Forms</span> <ul> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/forms/">FAA Forms</a> </li> </ul> <span class="linkBoxTitle">Handbooks & Manuals</span> <ul> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/regulations_policies/handbooks_manuals/aircraft/">Aircraft</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/regulations_policies/handbooks_manuals/aviation/">Aviation</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/regulations_policies/handbooks_manuals/examiners_inspectors/">Examiner & Inspector</a> </li> </ul> <span class="linkBoxTitle">Aircraft Certificates</span> <ul> <li> <a href="https://web.archive.org/web/20231017010145/https://drs.faa.gov/browse/TCDSMODEL/doctypeDetails">Type Certificate Data Sheets (TCDS)</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/https://drs.faa.gov/browse/STC/doctypeDetails">Supplemental Type Certificates</a> </li> </ul> </div> <div class="linkBox"> <span class="linkBoxTitle">Accidents & Incidents</span> <ul> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/data_research/accident_incident/">Accident & Incident Data</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/data_research/accident_incident/preliminary_data/">Preliminary Accident & Incident Data</a> </li> </ul> <span class="linkBoxTitle">Aeronautical Navigation Products</span> <ul> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/airports/runway_safety/diagrams/">Airport Diagrams</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/">(d-CS) formerly the Airport/Facility Directory</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dtpp/">Terminal Procedures (d-TPP)</a> </li> </ul> </div> <div class="linkBox"> <span class="linkBoxTitle">Regulations & Guidelines</span> <ul> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/regulations_policies/advisory_circulars/">Advisory Circulars</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/https://drs.faa.gov/browse/ADFRAWD/doctypeDetails">Airworthiness Directives</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/regulations_policies/faa_regulations/">Federal Aviation Regulations (FAR)</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://www.faa.gov/regulations_policies/orders_notices/">Orders & Notices</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/http://tfr.faa.gov/tfr2/list.html">Temporary Flight Restrictions</a> </li> </ul> <span class="linkBoxTitle">Other Popular FAA Sites</span> <ul> <li> <a href="https://web.archive.org/web/20231017010145/https://amsrvs.registry.faa.gov/airmeninquiry/">Airmen Inquiry</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/https://amsrvs.registry.faa.gov/amsrvs/Logon.asp">Airmen Online Services</a> </li> <li> <a href="https://web.archive.org/web/20231017010145/https://www.faa.gov/licenses_certificates/aircraft_certification/aircraft_registry/">FAA Registry Aircraft Inquiry</a> </li> </ul> </div> </div> <div class="versionbox"> v 3.15.020.001 </div> <br/> </div> <br/> </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/20231017010145/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/20231017010145/https://www.faa.gov/web_policies/" target="_blank">Web Policies & Notices</a></li> <li><a href="https://web.archive.org/web/20231017010145/https://www.faa.gov/privacy/" target="_blank">Privacy Policy</a></li> <li><a href="https://web.archive.org/web/20231017010145/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/20231017010145/http://www.dot.gov/" target="_blank">DOT.gov</a></li> <li><a href="https://web.archive.org/web/20231017010145/http://www.usa.gov/" target="_blank">USA.gov</a></li> <li><a href="https://web.archive.org/web/20231017010145/http://www.plainlanguage.gov/" target="_blank">Plainlanguage.gov</a></li> <li><a href="https://web.archive.org/web/20231017010145/http://www.regulations.gov/" target="_blank">Regulations.gov</a></li> <li><a href="https://web.archive.org/web/20231017010145/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/20231017010145/https://www.faasafety.gov/OnlineHelp/faq.aspx">Help - FAQs</a></li> <li><a href="/web/20231017010145/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/20231017010145js_/https://www.faasafety.gov/js/LeavingAlert.js"></script> <!--Leaving alert--> <script type="text/javascript" src="https://web.archive.org/web/20231017010145js_/https://www.faa.gov/script/omniture/appMeasurement.js"></script> </body> </html> <!-- FILE ARCHIVED ON 01:01:45 Oct 17, 2023 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:28:17 Nov 24, 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: 0.609 exclusion.robots: 0.032 exclusion.robots.policy: 0.022 esindex: 0.009 cdx.remote: 10.259 LoadShardBlock: 315.736 (6) PetaboxLoader3.datanode: 204.586 (7) PetaboxLoader3.resolve: 122.89 (2) load_resource: 94.115 -->