CINXE.COM
NEVADA ADMINISTRATIVE CODE
<!DOCTYPE html> <html lang="en"> <head> <title>NEVADA ADMINISTRATIVE CODE</title> <meta http-equiv="Refresh" content="10; URL=Chapters.html"> <link rel="shortcut icon" href="/Home/image/graphic/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <link href="/Site/Library/css/styles_site.css" rel="stylesheet" type="text/css"> <link href="/site/library/css/theme-backgrounds.css" rel="stylesheet" type="text/css" > <link href="/site/library/css/theme-colors.css" rel="stylesheet" type="text/css" > <link href="/site/library/css/theme-navigation.css" rel="stylesheet" type="text/css"> <!--fix this to the proper path--> <link href="/Division/Legal/LawLibrary/styles/Legal_styles.css" rel="stylesheet" type="text/css" > </head> <body> <header class="header" id="header"></header> <main id="main-content" tabindex="-1" class="container-fluid mb-3 vertHeight"> <div class="row mt-3 mb-0"> <div class="col-md-12"> <h1 class="text-center font-weight-bold">NEVADA ADMINISTRATIVE CODE</h1> </div> </div> <div class="text-center marginlessParagraph"> <div class="row mt-3"> <div class="col-md-12 "> <p>Containing All Permanent Regulations of State Agencies</p> <p>Adopted under chapter 233B of NRS </p> </div> </div> <div class="row mt-3"> <div class="col-md-12 "> <p>Classified, Arranged, Revised, Indexed and Published</p> <p>(Pursuant to NRS 233B.062 to 233B.065 inclusive) </p> </div> </div> <div class="row mt-4"> <div class="col-md-12"> <p>by the</p> <p class="font-weight-bold">LEGISLATIVE COUNSEL</p> <p>STATE OF NEVADA</p> </div> </div> <div class="row mt-4 smallText"> <div class="col-md-12"> <p>Please direct any questions or suggestions</p> <p>pertaining to NAC to:</p> </div> </div> <div class="row smallText mt-2"> <div class="col-md-12"> <p>Legislative Counsel Bureau</p> <p>401 S. Carson St.</p> <p>Carson City, Nevada 89701-4747</p> <p>(775) 684-6830</p> </div> </div> <div class="row smallText"> <div class="col-md-12 mt-3"> <p>Copyright © <span id="yearNow"></span> by State of Nevada </p> <hr> <p>All rights reserved.</p> </div> </div> <div class="row"> <div class="col-md-12 mt-3"> <p>You will be taken to the NAC Table of Chapters in a moment. If you are not, you may <a href="Chapters.html">click here</a>.</p> </div> </div> </div> </main> <!--footer goes here by jQuery--> <footer id="footer"></footer> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> <script> $(document).ready(function () { $("#header").load('/Site/header/HeaderBoot4.html' + "?" + Math.random()); $("#footer").load('/Site/footer/footer-v2.html' + "?" + Math.random()); //auto update copyright year var currentDate = new Date(); var yearNow = currentDate.getFullYear(); $('#yearNow').text(yearNow); }); </script> </body> </html>