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/","20240206055001","https://web.archive.org/","web","/_static/", "1707198601"); </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/20240206055001cs_/https://www.faasafety.gov/include/lookandfeel/css/FAAST.css"/><link type="text/css" rel="stylesheet" href="/web/20240206055001cs_/https://www.faasafety.gov/include/lookandfeel/css/FAAST_navigation.css"/><link type="text/css" rel="stylesheet" href="/web/20240206055001cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_Lists.css"/><link type="text/css" rel="stylesheet" href="/web/20240206055001cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_Forms.css"/><link type="text/css" rel="stylesheet" href="/web/20240206055001cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_round_corners.css"/><link type="text/css" rel="stylesheet" href="/web/20240206055001cs_/https://www.faasafety.gov/gslac/include/css/GSLAC.css"/> <!-- Page-specific includes --> <script type="text/javascript" language="javascript" src="/web/20240206055001js_/https://www.faasafety.gov/js/prototype_1.7.3.js"></script><script type="text/javascript" language="javascript" src="/web/20240206055001js_/https://www.faasafety.gov/js/scriptaculous-js-1.9.0/src/scriptaculous.js"></script><script type="text/javascript" language="javascript" src="/web/20240206055001js_/https://www.faasafety.gov/js/jquery/jquery-3.6.0.js"></script><script type="text/javascript" language="javascript" src="/web/20240206055001js_/https://www.faasafety.gov/js/jquery/jquery-ui.js?v=12"></script><script type="text/javascript" language="javascript" src="/web/20240206055001js_/https://www.faasafety.gov/js/jquery/plugins/ScrollingList.min.js"></script><script type="text/javascript" language="javascript" src="/web/20240206055001js_/https://www.faasafety.gov/js/HtmlSanitizer.js"></script><script type="text/javascript" language="javascript" src="/web/20240206055001js_/https://www.faasafety.gov/js/overlib.js"></script><link type="text/css" rel="stylesheet" href="/web/20240206055001cs_/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/20240206055001js_/https://www.faasafety.gov/js/FAAST.js"></script> <script type="text/javascript" src="/web/20240206055001js_/https://www.faasafety.gov/js/FAA_master.js"></script> <script type="text/javascript" src="/web/20240206055001js_/https://www.faasafety.gov/js/dot_analytics.js"> </script> <script src="https://web.archive.org/web/20240206055001js_/https://www.google.com/recaptcha/api.js" async defer></script> <link type="text/css" rel="stylesheet" href="/web/20240206055001cs_/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/20240206055001/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/20240206055001js_/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/20240206055001/https://www.faa.gov/" title="FAA Homepage"> <img src="/web/20240206055001im_/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/20240206055001/https://www.faasafety.gov/about/mission.aspx" style="text-decoration:underline;">About the FAASTeam</a> </div> <div id="homeLink"> <a href="/web/20240206055001/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/20240206055001/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/20240206055001/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/20240206055001/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/20240206055001/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/20240206055001/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/20240206055001im_/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/20240206055001im_/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"> <div><h2>Login to Your Account</h2></div> <hr class="default"> <form action="https://web.archive.org/web/20240206055001/https://www.faasafety.gov/login/Default.aspx?eAuth=true&w=638427738011007836" method="post" role="form"> <div style="width: 225px;"> <div class="hdr2Raspberry" style="text-align:center"> FAA/DOT Employee or Contractor</div> <div style="text-align:center"><input name="ctl00$userWidget$btnGo_02" type="submit" id="ctl00_userWidget_btnGo_02" value="LOGIN" style="width:150px;height: 20px;text-align:center" role="button" title="My Access"/> </div> </div> </form> <hr class="default"> <form action="https://web.archive.org/web/20240206055001/https://www.faasafety.gov/login/Default.aspx?w=638427738011007836" method="post" role="form"> <input type="hidden" name="dest" id="userWidgetLoginDestination" value="default" title="Destination"/> <div class="hdr2Raspberry" style="text-align:center">External User</div> <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" onfocusin="enableUserLoginFields()" onfocusout="disableUserLoginFields()" 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 class="forms_row_value" style="display:table-cell"> <div class="forms_row_valueerror"> <label id="emailValErrLabel" style="display:none">Please click LOGIN button above to login as FAA employee or Contractor.</label> </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="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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/20240206055001js_/https://www.faasafety.gov/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZOItfZgusWCvD09w-nA6rwMMu2KBqb5CZSInuUL8V7PFkoxeZg2&t=638368855540000000" type="text/javascript"></script> <script type="text/javascript"> function enableUserLoginFields() { if(document.getElementById('ctl00_ContentPlaceHolder1_cEmailAddress') !== null) { document.getElementById('ctl00_ContentPlaceHolder1_buttonLogin').disable = false; document.getElementById('ctl00_ContentPlaceHolder1_cPassword').disabled = false; document.getElementById('cemailValErrLabel').style.display = 'none'; return; } document.getElementById('emailValErrLabel').style.display = 'none'; document.getElementById('ctl00_userWidget_btnGo').disabled = false; document.getElementById('userWidgetPassword').disabled = false; } function disableUserLoginFields() { let a = document.getElementById('ctl00_ContentPlaceHolder1_cEmailAddress'); const domains = ['FAA.GOV','DOT.GOV']; if(a !== null) { a.value = a.value.trim().toUpperCase(); if (domains.includes(a.value.split('@')[1])) { document.getElementById('ctl00_ContentPlaceHolder1_buttonLogin').disabled = true; document.getElementById('ctl00_ContentPlaceHolder1_cPassword').disabled = true; document.getElementById('cemailValErrLabel').style.display = 'inline'; } else { document.getElementById('ctl00_ContentPlaceHolder1_buttonLogin').disabled = false; document.getElementById('ctl00_ContentPlaceHolder1_cPassword').disabled = false; document.getElementById('cemailValErrLabel').style.display = 'none'; } } let x = document.getElementById('userWidgetEmail'); x.value = x.value.trim().toUpperCase(); if (domains.includes(x.value.split('@')[1])) { document.getElementById('emailValErrLabel').style.display = 'inline'; document.getElementById('ctl00_userWidget_btnGo').disabled = true; document.getElementById('userWidgetPassword').disabled = true; } else { document.getElementById('emailValErrLabel').style.display = 'none'; document.getElementById('ctl00_userWidget_btnGo').disabled = false; document.getElementById('userWidgetPassword').disabled = false; } } </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/20240206055001/https://www.faasafety.gov/files/highlights/67_upper.jpg', imageBottom: 'https://web.archive.org/web/20240206055001/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/20240206055001/https://www.faasafety.gov/gslac/ALC/lib_categoryview.aspx?categoryId=38', linkBottom: 'https://web.archive.org/web/20240206055001/https://sdrs.faa.gov/', urlTarget: '_blank'}, { name: 'Use of Video and Communication Technology', imageTop: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/86_upper.jpg', imageBottom: 'https://web.archive.org/web/20240206055001/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/20240206055001/https://drs.faa.gov/browse/excelExternalWindow/DRSDOCID171637754520230105173329.0001', linkBottom: 'https://web.archive.org/web/20240206055001/https://drs.faa.gov/browse/excelExternalWindow/DRSDOCID171637754520230105173329.0001', urlTarget: '_blank'}, { name: 'WINGS Pro Near You', imageTop: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/98_upper.jpeg', imageBottom: 'https://web.archive.org/web/20240206055001/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/20240206055001/https://www.google.com/maps/d/viewer?mid=1a1RHZ46sx6z1sAjUe7lcqhMtr1ZSUZU', linkBottom: 'https://web.archive.org/web/20240206055001/https://www.google.com/maps/d/viewer?mid=1a1RHZ46sx6z1sAjUe7lcqhMtr1ZSUZU', urlTarget: '_blank'}, { name: 'Compliance Program', imageTop: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/99_upper.jpg', imageBottom: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/99_lower.jpg', imageTopAlt: 'FAA Compliance Program', imageBottomAlt: 'FAA Compliance Program', linkTop: 'https://web.archive.org/web/20240206055001/https://www.faa.gov/about/initiatives/cp/cp_articles/', linkBottom: 'https://web.archive.org/web/20240206055001/https://www.faa.gov/about/initiatives/cp/', urlTarget: '_blank'}, { name: 'GAA Awards ', imageTop: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/100_upper.jpeg', imageBottom: 'https://web.archive.org/web/20240206055001/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/20240206055001/https://www.generalaviationawards.com/', linkBottom: 'https://web.archive.org/web/20240206055001/https://www.generalaviationawards.com/nominate', urlTarget: '_blank'}, { name: 'From the Flight Deck', imageTop: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/101_upper.jpg', imageBottom: 'https://web.archive.org/web/20240206055001/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/20240206055001/https://www.faa.gov/airports/runway_safety/videos/', linkBottom: 'https://web.archive.org/web/20240206055001/https://www.faa.gov/airports/runway_safety/videos/', urlTarget: '_blank'}, { name: 'Drone2', imageTop: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/107_upper.jpg', imageBottom: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/107_lower.jpg', imageTopAlt: ' ', imageBottomAlt: ' ', linkTop: 'https://web.archive.org/web/20240206055001/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/20240206055001/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/20240206055001/https://www.faasafety.gov/files/highlights/111_upper.JPG', imageBottom: 'https://web.archive.org/web/20240206055001/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/20240206055001/https://flyeagle.org/', linkBottom: 'https://web.archive.org/web/20240206055001/https://flyeagle.org/', urlTarget: '_blank'}, { name: 'Check out the latest FAA Safety Briefing here! ', imageTop: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/118_upper.jpg', imageBottom: 'https://web.archive.org/web/20240206055001/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/20240206055001/https://www.faa.gov/newsroom/faa-safety-briefing-magazine ', linkBottom: 'https://web.archive.org/web/20240206055001/https://www.faa.gov/newsroom/faa-safety-briefing-magazine ', urlTarget: '_blank'}, { name: 'EZ WINGS', imageTop: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/119_upper.jpg', imageBottom: 'https://web.archive.org/web/20240206055001/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/20240206055001/https://www.ezwings.net/', linkBottom: 'https://web.archive.org/web/20240206055001/https://www.ezwings.net/', urlTarget: '_blank'}, { name: 'IA Refresher Courses', imageTop: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/121_upper.jpg', imageBottom: 'https://web.archive.org/web/20240206055001/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/20240206055001/https://www.faasafety.gov/gslac/ALC/libview_normal.aspx?id=377214', linkBottom: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/gslac/ALC/libview_normal.aspx?id=377214', urlTarget: '_blank'}, { name: 'USA Jobs', imageTop: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/122_upper.jpeg', imageBottom: 'https://web.archive.org/web/20240206055001/https://www.faasafety.gov/files/highlights/122_lower.jpeg', imageTopAlt: 'USA Jobs', imageBottomAlt: 'USA Jobs', linkTop: 'https://web.archive.org/web/20240206055001/https://www.usajobs.gov/Search/Results?j=1825&d=TD&hp=public&p=1', linkBottom: 'https://web.archive.org/web/20240206055001/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/20240206055001js_/https://www.faasafety.gov/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvldrxJTNHSsu1vQ5iJ9tngxOwFNJX8Q1igHsxI6jAzKHh__6CR9OWE5mJR4NGMaVco2RzR36fCYjSPk8m30Lsbd2AY3ttxO5AtHITVBoBhpdI8hnoZBSOBrDyXYyoWES9lJ8RRE1&t=722fe453" type="text/javascript"></script> <script src="/web/20240206055001js_/https://www.faasafety.gov/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OH-o7RQnlca9RhyjfirRDsOnEkQOAsSs1NIGt7pF1eHENRpyz1VvvT6ZQb5t9-cB9XPCueJM-enol2TrpkNtlkPL920t3Ah_meOCozxNzyJvLBPIEztjusUmCHkBMtkk1d-pEsI1&t=722fe453" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ var PageMethods = function() { PageMethods.initializeBase(this); this._timeout = 0; this._userContext = null; this._succeeded = null; this._failed = null; } PageMethods.prototype = { _get_path:function() { var p = this.get_path(); if (p) return p; else return PageMethods._staticInstance.get_path();}, CloseBanner:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'CloseBanner',false,{},succeededCallback,failedCallback,userContext); }} PageMethods.registerClass('PageMethods',Sys.Net.WebServiceProxy); PageMethods._staticInstance = new PageMethods(); PageMethods.set_path = function(value) { PageMethods._staticInstance.set_path(value); } PageMethods.get_path = function() { return PageMethods._staticInstance.get_path(); } PageMethods.set_timeout = function(value) { PageMethods._staticInstance.set_timeout(value); } PageMethods.get_timeout = function() { return PageMethods._staticInstance.get_timeout(); } PageMethods.set_defaultUserContext = function(value) { PageMethods._staticInstance.set_defaultUserContext(value); } PageMethods.get_defaultUserContext = function() { return PageMethods._staticInstance.get_defaultUserContext(); } PageMethods.set_defaultSucceededCallback = function(value) { PageMethods._staticInstance.set_defaultSucceededCallback(value); } PageMethods.get_defaultSucceededCallback = function() { return PageMethods._staticInstance.get_defaultSucceededCallback(); } PageMethods.set_defaultFailedCallback = function(value) { PageMethods._staticInstance.set_defaultFailedCallback(value); } PageMethods.get_defaultFailedCallback = function() { return PageMethods._staticInstance.get_defaultFailedCallback(); } PageMethods.set_enableJsonp = function(value) { PageMethods._staticInstance.set_enableJsonp(value); } PageMethods.get_enableJsonp = function() { return PageMethods._staticInstance.get_enableJsonp(); } PageMethods.set_jsonpCallbackParameter = function(value) { PageMethods._staticInstance.set_jsonpCallbackParameter(value); } PageMethods.get_jsonpCallbackParameter = function() { return PageMethods._staticInstance.get_jsonpCallbackParameter(); } PageMethods.set_path("default.aspx"); PageMethods.CloseBanner= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.CloseBanner(onSuccess,onFailed,userContext); } //]]> </script> <div> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334"/> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="CNlDYmTWntB4HpCzwlt+e8Y5MxEwMg31wJAPOItjUhue3cIlCTpkLVWui35HYwBafVf4IbLs3rLOwtsW2g6tMVfVboEv6s7ewjM01IwdIAealIgqT/d6Lqx5aoIWUgR09X2hkjAZe+cfW7wHpyqcOltWkYSr7PzG+WDf6ybaqewx7jHlVwUx0lOqRpJzu3ss1k8aPZmKSxw6hl+GPFlpkBGkTK8/WX4c1eIHE7+lYDstzl3H"/> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', 'aspnetForm', [], [], [], 5400, '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; } #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;} #close {position: absolute;right: 40px;top: 20px;text-indent: -9999px;background: url(/web/20240206055001im_/https://www.faasafety.gov/images/icons/close_small.gif); background-repeat:no-repeat;height: 16px;width: 16px;cursor: pointer;} #note {padding: 0px 15px;position: absolute;z-index: 6001;top: -10px;left: 0;right: 0;background: #fde073;line-height: 1.5;overflow:auto; -webkit-box-shadow: 0 0 5px black;-moz-box-shadow:0 0 5px black;box-shadow:0 0 5px black;} #note {-webkit-transform: translateY(-100px);-webkit-animation: slideDown 0.5s 1.0s 1 ease-in-out forwards;-moz-transform: translateY(-100px);-moz-animation: slideDown 0.5s 1.0s 1 ease-in-out forwards;} .row {display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;} .column {display: flex;flex-direction: column;flex-basis: 100%;} .bnote-column {width: 95%;} @-webkit-keyframes slideDown { 0% { -webkit-transform: translateY(-100px); } 100% { -webkit-transform: translateY(0px); } } @-moz-keyframes slideDown { 0% { -moz-transform: translateY(-100px); } 100% { -moz-transform: translateY(0px); } } </style> <div class="clearfix"> <div id="note" style="display:none"> <div class="row"> <div class="column"> <div class="bnote-column"> </div> </div> <div class="column"> <div class="bclose-column"> <a id="close">[close]</a> </div> </div> </div> </div> <div id="ctl00_ContentPlaceHolder1_pnlPopup" class="modalPopup" style="display: none;"> <img id="ctl00_ContentPlaceHolder1_imgHelp" src="/web/20240206055001im_/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/20240206055001im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20240206055001/https://www.faasafety.gov/gslac/ALC/CourseLanding.aspx?cID=685" title="Health as a Human Factor: Solvents (AMT Core Course 2024) ">Health as a Human Factor: Solvents (AMT Core Course 2024)</a><br/></p><p><img src="/web/20240206055001im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20240206055001/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/20240206055001im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20240206055001/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/20240206055001im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20240206055001/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/20240206055001im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20240206055001/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/20240206055001im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20240206055001/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/20240206055001/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/20240206055001im_/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/20240206055001/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/20240206055001/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/20240206055001im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="Navigation Bullet"/> <a target="_blank" href="/web/20240206055001/https://www.faasafety.gov/files/AMT/documents/AMTAwardsIndividual.pdf">Tutorial for Individuals</a> <br/> <img src="/web/20240206055001im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="Navigation Bullet"/> <a target="_blank" href="/web/20240206055001/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">16,690 AMT Awards Earned in 2023</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/20240206055001/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/20240206055001im_/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/20240206055001im_/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/20240206055001/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/20240206055001/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/20240206055001/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/20240206055001/https://www.faasafety.gov/WINGS/Pub/ProgramInfo/PhaseEarnerList.aspx"> <img style="float: left; padding: 0px 10px 0px 1px;" src="/web/20240206055001im_/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 58,005 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 245,435 phases.<br/> </div> <div style="text-align: center"><br/> <a href="/web/20240206055001/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001im_/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/20240206055001/https://www.youtube.com/playlist?list=PL5vHkqHi51DT2Y54kjRtmjJ3Dgaj_Sv7V" target="_blank"> <img src="/web/20240206055001im_/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/20240206055001im_/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/20240206055001/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/20240206055001/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/20240206055001/http://www.faa.gov/pilots/" title="FAA Pilots Portal">Pilots</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/http://www.faa.gov/mechanics/" title="FAA Aircraft Mechanics Portal">Mechanics</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/http://www.faa.gov/other_visit/aviation_industry/">Other Aviation Professionals</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/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/20240206055001/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/20240206055001/http://www.faa.gov/regulations_policies/handbooks_manuals/aircraft/">Aircraft</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/http://www.faa.gov/regulations_policies/handbooks_manuals/aviation/">Aviation</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/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/20240206055001/https://drs.faa.gov/browse/TCDSMODEL/doctypeDetails">Type Certificate Data Sheets (TCDS)</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/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/20240206055001/http://www.faa.gov/data_research/accident_incident/">Accident & Incident Data</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/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/20240206055001/http://www.faa.gov/airports/runway_safety/diagrams/">Airport Diagrams</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/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/20240206055001/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/20240206055001/http://www.faa.gov/regulations_policies/advisory_circulars/">Advisory Circulars</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/https://drs.faa.gov/browse/ADFRAWD/doctypeDetails">Airworthiness Directives</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/http://www.faa.gov/regulations_policies/faa_regulations/">Federal Aviation Regulations (FAR)</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/http://www.faa.gov/regulations_policies/orders_notices/">Orders & Notices</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/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/20240206055001/https://amsrvs.registry.faa.gov/airmeninquiry/">Airmen Inquiry</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/https://amsrvs.registry.faa.gov/amsrvs/Logon.asp">Airmen Online Services</a> </li> <li> <a href="https://web.archive.org/web/20240206055001/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.022.001 </div> <br/> </div> <script type="text/javascript"> close = document.getElementById("close"); close.addEventListener('click', function () { note = document.getElementById("note"); note.style.display = 'none'; PageMethods.CloseBanner(); }, false); document.onreadystatechange = (e) => { if (document.readyState === "interactive") { var target = document.querySelector('#note'); var navDocLink = target.querySelector('.bnote-column a'); if (navDocLink !== null) { navDocLink.addEventListener('click', function () { var note = document.getElementById("note"); note.style.display = 'none'; //window.location.href = navDocLink.href + (navDocLink.href.indexOf('?') > -1 ? '&action=bclose' : '?action=bclose'); }); } } }; </script> <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/20240206055001/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/20240206055001/https://www.faa.gov/web_policies/" target="_blank">Web Policies & Notices</a></li> <li><a href="https://web.archive.org/web/20240206055001/https://www.faa.gov/privacy/" target="_blank">Privacy Policy</a></li> <li><a href="https://web.archive.org/web/20240206055001/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/20240206055001/http://www.dot.gov/" target="_blank">DOT.gov</a></li> <li><a href="https://web.archive.org/web/20240206055001/http://www.usa.gov/" target="_blank">USA.gov</a></li> <li><a href="https://web.archive.org/web/20240206055001/http://www.plainlanguage.gov/" target="_blank">Plainlanguage.gov</a></li> <li><a href="https://web.archive.org/web/20240206055001/http://www.regulations.gov/" target="_blank">Regulations.gov</a></li> <li><a href="https://web.archive.org/web/20240206055001/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/20240206055001/https://www.faasafety.gov/OnlineHelp/faq.aspx">Help - FAQs</a></li> <li><a href="/web/20240206055001/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/20240206055001js_/https://www.faasafety.gov/js/LeavingAlert.js"></script> <!--Leaving alert--> <script type="text/javascript" src="https://web.archive.org/web/20240206055001js_/https://www.faa.gov/script/omniture/appMeasurement.js"></script> </body> </html> <!-- FILE ARCHIVED ON 05:50:01 Feb 06, 2024 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:35:57 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: 0.593 exclusion.robots: 0.025 exclusion.robots.policy: 0.015 esindex: 0.011 cdx.remote: 13.3 LoadShardBlock: 426.153 (6) PetaboxLoader3.datanode: 282.877 (7) load_resource: 102.679 PetaboxLoader3.resolve: 47.632 -->