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/","20230916191017","https://web.archive.org/","web","/_static/", "1694891417"); </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/20230916191017cs_/https://www.faasafety.gov/include/lookandfeel/css/FAAST.css"/><link type="text/css" rel="stylesheet" href="/web/20230916191017cs_/https://www.faasafety.gov/include/lookandfeel/css/FAAST_navigation.css"/><link type="text/css" rel="stylesheet" href="/web/20230916191017cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_Lists.css"/><link type="text/css" rel="stylesheet" href="/web/20230916191017cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_Forms.css"/><link type="text/css" rel="stylesheet" href="/web/20230916191017cs_/https://www.faasafety.gov/include/lookandfeel/css/FAASTeam_round_corners.css"/><link type="text/css" rel="stylesheet" href="/web/20230916191017cs_/https://www.faasafety.gov/gslac/include/css/GSLAC.css"/> <!-- Page-specific includes --> <script type="text/javascript" language="javascript" src="/web/20230916191017js_/https://www.faasafety.gov/js/prototype_1.7.3.js"></script><script type="text/javascript" language="javascript" src="/web/20230916191017js_/https://www.faasafety.gov/js/scriptaculous-js-1.9.0/src/scriptaculous.js"></script><script type="text/javascript" language="javascript" src="/web/20230916191017js_/https://www.faasafety.gov/js/jquery/jquery-3.6.0.js"></script><script type="text/javascript" language="javascript" src="/web/20230916191017js_/https://www.faasafety.gov/js/jquery/jquery-ui.js?v=12"></script><script type="text/javascript" language="javascript" src="/web/20230916191017js_/https://www.faasafety.gov/js/jquery/plugins/ScrollingList.min.js"></script><script type="text/javascript" language="javascript" src="/web/20230916191017js_/https://www.faasafety.gov/js/HtmlSanitizer.js"></script><script type="text/javascript" language="javascript" src="/web/20230916191017js_/https://www.faasafety.gov/js/overlib.js"></script><link type="text/css" rel="stylesheet" href="/web/20230916191017cs_/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/20230916191017js_/https://www.faasafety.gov/js/FAAST.js"></script> <script type="text/javascript" src="/web/20230916191017js_/https://www.faasafety.gov/js/FAA_master.js"></script> <script type="text/javascript" src="/web/20230916191017js_/https://www.faasafety.gov/js/dot_analytics.js"> </script> <script src="https://web.archive.org/web/20230916191017js_/https://www.google.com/recaptcha/api.js" async defer></script> <link type="text/css" rel="stylesheet" href="/web/20230916191017cs_/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/20230916191017/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/20230916191017js_/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/20230916191017/https://www.faa.gov/" title="FAA Homepage"> <img src="/web/20230916191017im_/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/20230916191017/https://www.faasafety.gov/about/mission.aspx" style="text-decoration:underline;">About the FAASTeam</a> </div> <div id="homeLink"> <a href="/web/20230916191017/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/20230916191017/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/20230916191017/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/20230916191017/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/20230916191017/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/20230916191017/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/20230916191017im_/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/20230916191017im_/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/20230916191017/https://www.faasafety.gov/login/Default.aspx?w=638304702174407103" 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="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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/20230916191017js_/https://www.faasafety.gov/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZOItfZgusWCvD09w-nA6rwMMu2KBqb5CZSInuUL8V7PFkoxeZg2&t=638240169260000000" 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/20230916191017/https://www.faasafety.gov/files/highlights/67_upper.jpg', imageBottom: 'https://web.archive.org/web/20230916191017/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/20230916191017/https://www.faasafety.gov/gslac/ALC/lib_categoryview.aspx?categoryId=38', linkBottom: 'https://web.archive.org/web/20230916191017/https://sdrs.faa.gov/', urlTarget: '_blank'}, { name: 'Use of Video and Communication Technology', imageTop: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/86_upper.jpg', imageBottom: 'https://web.archive.org/web/20230916191017/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/20230916191017/https://drs.faa.gov/browse/excelExternalWindow/DRSDOCID171637754520230105173329.0001', linkBottom: 'https://web.archive.org/web/20230916191017/https://drs.faa.gov/browse/excelExternalWindow/DRSDOCID171637754520230105173329.0001', urlTarget: '_blank'}, { name: 'WINGS Pro Near You', imageTop: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/98_upper.jpeg', imageBottom: 'https://web.archive.org/web/20230916191017/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/20230916191017/https://www.google.com/maps/d/viewer?mid=1a1RHZ46sx6z1sAjUe7lcqhMtr1ZSUZU', linkBottom: 'https://web.archive.org/web/20230916191017/https://www.google.com/maps/d/viewer?mid=1a1RHZ46sx6z1sAjUe7lcqhMtr1ZSUZU', urlTarget: '_blank'}, { name: 'Compliance Program', imageTop: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/99_upper.jpg', imageBottom: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/99_lower.jpg', imageTopAlt: 'FAA Compliance Program', imageBottomAlt: 'FAA Compliance Program', linkTop: 'https://web.archive.org/web/20230916191017/https://www.faa.gov/about/initiatives/cp/cp_articles/', linkBottom: 'https://web.archive.org/web/20230916191017/https://www.faa.gov/about/initiatives/cp/', urlTarget: '_blank'}, { name: 'GAA Awards ', imageTop: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/100_upper.jpeg', imageBottom: 'https://web.archive.org/web/20230916191017/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/20230916191017/https://www.generalaviationawards.com/', linkBottom: 'https://web.archive.org/web/20230916191017/https://www.generalaviationawards.com/nominate', urlTarget: '_blank'}, { name: 'From the Flight Deck', imageTop: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/101_upper.jpg', imageBottom: 'https://web.archive.org/web/20230916191017/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/20230916191017/https://www.faa.gov/airports/runway_safety/videos/', linkBottom: 'https://web.archive.org/web/20230916191017/https://www.faa.gov/airports/runway_safety/videos/', urlTarget: '_blank'}, { name: 'Drone2', imageTop: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/107_upper.jpg', imageBottom: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/107_lower.jpg', imageTopAlt: ' ', imageBottomAlt: ' ', linkTop: 'https://web.archive.org/web/20230916191017/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/20230916191017/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/20230916191017/https://www.faasafety.gov/files/highlights/111_upper.JPG', imageBottom: 'https://web.archive.org/web/20230916191017/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/20230916191017/https://flyeagle.org/', linkBottom: 'https://web.archive.org/web/20230916191017/https://flyeagle.org/', urlTarget: '_blank'}, { name: 'Check out the latest FAA Safety Briefing here! ', imageTop: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/118_upper.jpg', imageBottom: 'https://web.archive.org/web/20230916191017/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/20230916191017/https://www.faa.gov/newsroom/faa-safety-briefing-magazine ', linkBottom: 'https://web.archive.org/web/20230916191017/https://www.faa.gov/newsroom/faa-safety-briefing-magazine ', urlTarget: '_blank'}, { name: 'EZ WINGS', imageTop: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/119_upper.jpg', imageBottom: 'https://web.archive.org/web/20230916191017/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/20230916191017/https://www.ezwings.net/', linkBottom: 'https://web.archive.org/web/20230916191017/https://www.ezwings.net/', urlTarget: '_blank'}, { name: 'IA Refresher Courses', imageTop: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/files/highlights/121_upper.jpg', imageBottom: 'https://web.archive.org/web/20230916191017/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/20230916191017/https://www.faasafety.gov/gslac/ALC/libview_normal.aspx?id=377214', linkBottom: 'https://web.archive.org/web/20230916191017/https://www.faasafety.gov/gslac/ALC/libview_normal.aspx?id=377214', 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/20230916191017js_/https://www.faasafety.gov/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvldrxJTNHSsu1vQ5iJ9tngxOwFNJX8Q1igHsxI6jAzKHh__6CR9OWE5mJR4NGMaVco2RzR36fCYjSPk8m30Lsbd2AY3ttxO5AtHITVBoBhpdI8hnoZBSOBrDyXYyoWES9lJ8RRE1&t=96346c8" type="text/javascript"></script> <script src="/web/20230916191017js_/https://www.faasafety.gov/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OH-o7RQnlca9RhyjfirRDsOnEkQOAsSs1NIGt7pF1eHENRpyz1VvvT6ZQb5t9-cB9XPCueJM-enol2TrpkNtlkPL920t3Ah_meOCozxNzyJvLBPIEztjusUmCHkBMtkk1d-pEsI1&t=96346c8" type="text/javascript"></script> <div> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334"/> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="EsJNwB5mkOaRFjtd/vUHuiV5k628VzrNR5ksLhOF3Lfzu4NiHDEI8fdUCuoX2j9ysO0wOYp2eMpXpUw0XElGEq3oe6KfRR69LqIGiV/V0m6Ct9Ig35er4fF2paNIi5rsMY5xoyBxdPjj1H175TTvflHXwsTKhOi7fg6Ky4RJg02zC1zQcqc6Ng9oI/oF19Wh/3KZICbJwdQ05PnNKPGy+H/GCtc="/> </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/20230916191017im_/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/20230916191017im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20230916191017/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/20230916191017im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20230916191017/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/20230916191017im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20230916191017/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/20230916191017im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20230916191017/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/20230916191017im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20230916191017/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/20230916191017im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="navigation bullet"/> <a href="/web/20230916191017/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/20230916191017/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/20230916191017im_/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/20230916191017/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/20230916191017/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/20230916191017im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="Navigation Bullet"/> <a target="_blank" href="/web/20230916191017/https://www.faasafety.gov/files/AMT/documents/AMTAwardsIndividual.pdf">Tutorial for Individuals</a> <br/> <img src="/web/20230916191017im_/https://www.faasafety.gov/images/navigation/bullet.gif" alt="Navigation Bullet"/> <a target="_blank" href="/web/20230916191017/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/20230916191017/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/20230916191017im_/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/20230916191017im_/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/20230916191017/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/20230916191017/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/20230916191017/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/20230916191017/https://www.faasafety.gov/WINGS/Pub/ProgramInfo/PhaseEarnerList.aspx"> <img style="float: left; padding: 0px 10px 0px 1px;" src="/web/20230916191017im_/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 55,867 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 236,187 phases.<br/> </div> <div style="text-align: center"><br/> <a href="/web/20230916191017/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017im_/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/20230916191017/https://www.youtube.com/playlist?list=PL5vHkqHi51DT2Y54kjRtmjJ3Dgaj_Sv7V" target="_blank"> <img src="/web/20230916191017im_/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/20230916191017im_/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/20230916191017/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/20230916191017/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/20230916191017/http://www.faa.gov/pilots/" title="FAA Pilots Portal">Pilots</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/http://www.faa.gov/mechanics/" title="FAA Aircraft Mechanics Portal">Mechanics</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/http://www.faa.gov/other_visit/aviation_industry/">Other Aviation Professionals</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/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/20230916191017/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/20230916191017/http://www.faa.gov/regulations_policies/handbooks_manuals/aircraft/">Aircraft</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/http://www.faa.gov/regulations_policies/handbooks_manuals/aviation/">Aviation</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/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/20230916191017/http://rgl.faa.gov/Regulatory_and_Guidance_Library/rgMakeModel.nsf/Frameset?OpenPage">Type Certificate Data Sheets (TCDS)</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/http://rgl.faa.gov/Regulatory_and_Guidance_Library/rgSTC.nsf/MainFrame?OpenFrameSet">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/20230916191017/http://www.faa.gov/data_research/accident_incident/">Accident & Incident Data</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/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/20230916191017/http://www.faa.gov/airports/runway_safety/diagrams/">Airport Diagrams</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/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/20230916191017/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/20230916191017/http://www.faa.gov/regulations_policies/advisory_circulars/">Advisory Circulars</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/http://rgl.faa.gov/Regulatory_and_Guidance_Library/rgAD.nsf/Frameset?OpenPage">Airworthiness Directives</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/http://www.faa.gov/regulations_policies/faa_regulations/">Federal Aviation Regulations (FAR)</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/http://www.faa.gov/regulations_policies/orders_notices/">Orders & Notices</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/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/20230916191017/https://amsrvs.registry.faa.gov/airmeninquiry/">Airmen Inquiry</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/https://amsrvs.registry.faa.gov/amsrvs/Logon.asp">Airmen Online Services</a> </li> <li> <a href="https://web.archive.org/web/20230916191017/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.019.003 </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/20230916191017/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/20230916191017/https://www.faa.gov/web_policies/" target="_blank">Web Policies & Notices</a></li> <li><a href="https://web.archive.org/web/20230916191017/https://www.faa.gov/privacy/" target="_blank">Privacy Policy</a></li> <li><a href="https://web.archive.org/web/20230916191017/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/20230916191017/http://www.dot.gov/" target="_blank">DOT.gov</a></li> <li><a href="https://web.archive.org/web/20230916191017/http://www.usa.gov/" target="_blank">USA.gov</a></li> <li><a href="https://web.archive.org/web/20230916191017/http://www.plainlanguage.gov/" target="_blank">Plainlanguage.gov</a></li> <li><a href="https://web.archive.org/web/20230916191017/http://www.recovery.gov/" target="_blank">Recovery.gov</a></li> <li><a href="https://web.archive.org/web/20230916191017/http://www.regulations.gov/" target="_blank">Regulations.gov</a></li> <li><a href="https://web.archive.org/web/20230916191017/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/20230916191017/https://www.faasafety.gov/OnlineHelp/faq.aspx">Help - FAQs</a></li> <li><a href="/web/20230916191017/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/20230916191017js_/https://www.faasafety.gov/js/LeavingAlert.js"></script> <!--Leaving alert--> <script type="text/javascript" src="https://web.archive.org/web/20230916191017js_/https://www.faa.gov/script/omniture/appMeasurement.js"></script> </body> </html> <!-- FILE ARCHIVED ON 19:10:17 Sep 16, 2023 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:59:09 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.497 exclusion.robots: 0.021 exclusion.robots.policy: 0.014 esindex: 0.01 cdx.remote: 6.171 LoadShardBlock: 480.656 (6) PetaboxLoader3.datanode: 168.106 (7) PetaboxLoader3.resolve: 98.733 (3) load_resource: 58.776 -->