http://ncleg.net/Sessions/2011/Bills/House/HTML/H129v2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=Generator content="Microsoft Word 14 (filtered)">
<title>House Bill 129*-Second Edition</title>
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Times New \(W1\)";}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.MsoToc1, li.MsoToc1, div.MsoToc1
{margin-top:6.0pt;
margin-right:0in;
margin-bottom:6.0pt;
margin-left:0in;
page-break-after:avoid;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;
font-weight:bold;}
p.MsoToc2, li.MsoToc2, div.MsoToc2
{margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:12.25pt;
margin-bottom:.0001pt;
page-break-after:avoid;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;}
p.MsoToc3, li.MsoToc3, div.MsoToc3
{margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:23.75pt;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.MsoHeader, li.MsoHeader, div.MsoHeader
{mso-style-link:"Header Char";
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.MsoFooter, li.MsoFooter, div.MsoFooter
{mso-style-link:"Footer Char";
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
span.MsoLineNumber
{font-family:"Times New Roman","serif";}
p.MsoMacroText, li.MsoMacroText, div.MsoMacroText
{mso-style-link:"Macro Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
span.HeaderChar
{mso-style-name:"Header Char";
mso-style-link:Header;
font-family:"Times New Roman","serif";}
span.FooterChar
{mso-style-name:"Footer Char";
mso-style-link:Footer;
font-family:"Times New Roman","serif";}
span.MacroTextChar
{mso-style-name:"Macro Text Char";
mso-style-link:"Macro Text";
font-family:Consolas;}
p.LMSBase, li.LMSBase, div.LMSBase
{mso-style-name:LMSBase;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.nonumber, li.nonumber, div.nonumber
{mso-style-name:nonumber;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBase, li.aBase, div.aBase
{mso-style-name:aBase;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aMargin1, li.aMargin1, div.aMargin1
{mso-style-name:aMargin1;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:.25in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aArticle, li.aArticle, div.aArticle
{mso-style-name:aArticle;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aArticleTitle, li.aArticleTitle, div.aArticleTitle
{mso-style-name:aArticleTitle;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBillSection, li.aBillSection, div.aBillSection
{mso-style-name:aBillSection;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:.75in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBlock1, li.aBlock1, div.aBlock1
{mso-style-name:aBlock1;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:1.25in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.5in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBlock2, li.aBlock2, div.aBlock2
{mso-style-name:aBlock2;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:1.75in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.5in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBlock3, li.aBlock3, div.aBlock3
{mso-style-name:aBlock3;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:2.25in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.5in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBlock4, li.aBlock4, div.aBlock4
{mso-style-name:aBlock4;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:2.75in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.5in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBlock5, li.aBlock5, div.aBlock5
{mso-style-name:aBlock5;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:3.25in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.5in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aChapter, li.aChapter, div.aChapter
{mso-style-name:aChapter;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
p.aHeading, li.aHeading, div.aHeading
{mso-style-name:aHeading;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;
font-weight:bold;}
p.aLongTitle, li.aLongTitle, div.aLongTitle
{mso-style-name:aLongTitle;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.25in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.25in;
font-size:12.0pt;
font-family:"Times New \(W1\)";
text-transform:uppercase;}
p.aMargin2, li.aMargin2, div.aMargin2
{mso-style-name:aMargin2;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:.75in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aPart, li.aPart, div.aPart
{mso-style-name:aPart;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aSection, li.aSection, div.aSection
{mso-style-name:aSection;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.75in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.75in;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
p.aSP, li.aSP, div.aSP
{mso-style-name:aSP;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
font-size:12.0pt;
font-family:"Times New Roman","serif";
color:blue;
font-weight:bold;}
p.aSPComment, li.aSPComment, div.aSPComment
{mso-style-name:aSPComment;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New \(W1\)";
color:red;
display:none;
font-weight:bold;}
p.aSPFunds1, li.aSPFunds1, div.aSPFunds1
{mso-style-name:aSPFunds1;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aSPHeadingLine, li.aSPHeadingLine, div.aSPHeadingLine
{mso-style-name:aSPHeadingLine;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
p.ASPlist, li.ASPlist, div.ASPlist
{mso-style-name:ASPlist;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:2.5in;
margin-bottom:.0001pt;
text-indent:-1.75in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aSPRequestedBY, li.aSPRequestedBY, div.aSPRequestedBY
{mso-style-name:aSPRequestedBY;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New \(W1\)";}
p.aSPTitle, li.aSPTitle, div.aSPTitle
{mso-style-name:aSPTitle;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.25in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.25in;
font-size:12.0pt;
font-family:"Times New \(W1\)";
text-transform:uppercase;
font-weight:bold;}
p.aSubChapter, li.aSubChapter, div.aSubChapter
{mso-style-name:aSubChapter;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;
font-weight:bold;}
p.aSubPart, li.aSubPart, div.aSubPart
{mso-style-name:aSubPart;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aTitle, li.aTitle, div.aTitle
{mso-style-name:aTitle;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aSPHeading, li.aSPHeading, div.aSPHeading
{mso-style-name:aSPHeading;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:1.0in;
margin-bottom:.0001pt;
text-indent:-1.0in;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;
font-weight:bold;}
p.aSPFundsHeading1, li.aSPFundsHeading1, div.aSPFundsHeading1
{mso-style-name:aSPFundsHeading1;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
p.aSPType, li.aSPType, div.aSPType
{mso-style-name:aSPType;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
color:blue;
font-weight:bold;}
p.aSPFunds2, li.aSPFunds2, div.aSPFunds2
{mso-style-name:aSPFunds2;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aSPFundsHeading2, li.aSPFundsHeading2, div.aSPFundsHeading2
{mso-style-name:aSPFundsHeading2;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
p.TOCPageHeader, li.TOCPageHeader, div.TOCPageHeader
{mso-style-name:TOCPageHeader;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;
font-weight:bold;}
p.msochpdefault, li.msochpdefault, div.msochpdefault
{mso-style-name:msochpdefault;
margin-right:0in;
margin-left:0in;
font-size:10.0pt;
font-family:"Times New Roman","serif";}
span.cHistoryNote
{mso-style-name:cHistoryNote;}
.MsoChpDefault
{font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:.6in .9in .5in 1.2in;}
div.WordSection1
{page:WordSection1;}
-->
</style>
</head>
<body lang=EN-US>
<div class=WordSection1>
<p class=nonumber align=center style='margin-top:24.0pt;text-align:center'><b>GENERAL
ASSEMBLY OF NORTH CAROLINA</b></p>
<p class=nonumber align=center style='margin-top:3.0pt;margin-right:0in;
margin-bottom:6.0pt;margin-left:0in;text-align:center'><b>SESSION 2011</b></p>
<p class=nonumber align=left style='text-align:left'><b>H&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2</b></p>
<p class=nonumber align=center style='text-align:center'><b>HOUSE BILL 129*</b></p>
<p class=nonumber align=center style='text-align:center'><b>Committee
Substitute Favorable 3/23/11</b></p>
<p class=nonumber align=center style='text-align:center'><b>&nbsp;</b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=629
style='width:6.55in;border-collapse:collapse'>
<tr>
<td width=544 colspan=2 valign=top style='width:408.25pt;border:none;
border-bottom:solid windowtext 1.0pt;padding:0in .05in 0in 5.4pt'>
<p class=nonumber align=left style='margin-bottom:6.0pt;text-align:left'>Short
Title:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level Playing Field/Local
Gov't Competition.</p>
</td>
<td width=84 valign=top style='width:63.35pt;border:none;border-bottom:solid windowtext 1.0pt;
padding:0in .05in 0in 5.4pt'>
<p class=nonumber align=right style='margin-bottom:6.0pt;text-align:right'>(Public)</p>
</td>
</tr>
<tr>
<td width=96 valign=top style='width:1.0in;border:none;border-bottom:solid windowtext 1.0pt;
padding:0in .05in 0in 5.4pt'>
<p class=nonumber align=left style='margin-top:3.0pt;margin-right:0in;
margin-bottom:3.0pt;margin-left:0in;text-align:left'>Sponsors:</p>
</td>
<td width=533 colspan=2 valign=top style='width:5.55in;border:none;
border-bottom:solid windowtext 1.0pt;padding:0in .05in 0in 5.4pt'>
<p class=nonumber style='margin-top:3.0pt;margin-right:0in;margin-bottom:
3.0pt;margin-left:0in'>&nbsp;</p>
</td>
</tr>
<tr>
<td width=96 valign=top style='width:1.0in;border:none;border-bottom:solid windowtext 1.0pt;
padding:0in .05in 0in 5.4pt'>
<p class=nonumber align=left style='margin-top:3.0pt;margin-right:0in;
margin-bottom:3.0pt;margin-left:0in;text-align:left'>Referred to:</p>
</td>
<td width=533 colspan=2 valign=top style='width:5.55in;border:none;
border-bottom:solid windowtext 1.0pt;padding:0in .05in 0in 5.4pt'>
<p class=nonumber style='margin-top:3.0pt;margin-right:0in;margin-bottom:
3.0pt;margin-left:0in'>&nbsp;</p>
</td>
</tr>
<tr>
<td width=96 style='width:1.0in;padding:0in 0in 0in 0in'></td>
<td width=448 style='width:336.0pt;padding:0in 0in 0in 0in'></td>
<td width=84 style='width:63.0pt;padding:0in 0in 0in 0in'></td>
</tr>
</table>
<p class=nonumber align=center style='margin-top:6.0pt;margin-right:0in;
margin-bottom:12.0pt;margin-left:0in;text-align:center'>February 21, 2011</p>
<p class=aBase align=center style='text-align:center'>A BILL TO BE ENTITLED</p>
<p class=aLongTitle><span style='font-family:"Times New Roman","serif"'>AN ACT to
protect jobs and investment by regulating local government competition with
private business.</span></p>
<p class=aMargin2>Whereas, certain cities in the State have chosen to compete
with private providers of communications services; and</p>
<p class=aMargin2>Whereas, these cities have been permitted to enter into
competition with private providers as a result of a decision of the North
Carolina Court of Appeals rather than legislation enacted by the General
Assembly; and</p>
<p class=aMargin2>Whereas, the communications industry is an industry of
economic growth and job creation; and</p>
<p class=aMargin2>Whereas, as expressed in G.S.&nbsp;66-58, known as the
Umstead Act, it is against the public policy of this State for any unit,
department, or agency of the State, or any division or subdivision of a unit,
department, or agency of the State to engage directly or indirectly in the sale
of goods, wares, or merchandise in competition with citizens of the State; and </p>
<p class=aMargin2>Whereas, to protect jobs and to promote investment, it is
necessary to ensure that the State does not indirectly subsidize competition
with private industry through actions by cities and to ensure that where there
is competition between the private sector and the State, directly or through
its subdivisions, it exists under a framework that does not discourage private
investment and job creation; Now, therefore, </p>
<p class=aBase>The General Assembly of North Carolina enacts:</p>
<p class=aBillSection><b>SECTION 1.(a)</b> Chapter 160A of the General Statutes
is amended by adding a new Article to read as follows:</p>
<p class=aMargin1 align=center style='text-align:center'>&quot;<u>Article 16A.</u></p>
<p class=aMargin1 align=center style='text-align:center'>&quot;<u>Provision of
Communications Service by Cities.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.&nbsp; Definitions.</u></p>
<p class=aMargin1><u>The following definitions apply in this Article:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>City-owned
communications service provider. - A city that provides communications service
using a communications network, whether directly, indirectly, or through an
interlocal agreement or a joint agency.</u></p>
<p class=aBlock1><u>(2) </u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Communications
network. - A wired or wireless network for the provision of communications
service.</u></p>
<p class=aBlock1><u>(3) </u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Communications
service. - The provision of cable, video programming, telecommunications,
broadband, or high-speed Internet access service to the public, or any sector
of the public, for a fee, regardless of the technology used to deliver the
service. The terms &quot;cable service,&quot; &quot;telecommunications
service,&quot; and &quot;video programming service&quot; have the same meanings
as in G.S.&nbsp;105-164.3. Neither the sharing of data between the governmental
entities for governmental purposes nor the provision of free services to the
public or a subset thereof shall be considered the provision of communications
service.</u></p>
<p class=aBlock1><u>(4) </u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>High-speed
Internet access service. - Internet access service with transmission speeds
that are consistent with requirements for basic broadband service as defined by
the Federal Communications Commission.</u></p>
<p class=aBlock1><u>(5)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Interlocal
agreement. - An agreement between units of local government as authorized by
Part 1 of Article 20 of Chapter 160A of the General Statutes.</u></p>
<p class=aBlock1><u>(6)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Joint
agency. - A joint agency created under Part 1 of Article 20 of Chapter 160A of
the General Statutes.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.1.&nbsp; City-owned communications service provider requirements.</u></p>
<p class=aMargin1><u>(a)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
city-owned communications service provider shall meet all of the following
requirements:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Comply
in its provision of communications service with all local, State, and federal
laws, regulations, or other requirements applicable to the provision of the
communications service if provided by a private communications service
provider.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>In
accordance with the provisions of Chapter 159 of the General Statutes, the
Local Government Finance Act, establish one or more separate enterprise funds
for the provision of communications service, use the enterprise funds to
separately account for revenues, expenses, property, and source of investment
dollars associated with the provision of communications service, and prepare
and publish an independent annual report and audit in accordance with generally
accepted accounting principles that reflect the fully allocated cost of
providing the communications service, including all direct and indirect costs.
An annual independent audit conducted under G.S.&nbsp;159-34 and submitted to
the Local Government Commission satisfies the audit requirement of this
subdivision.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Limit
the provision of communications service to within the corporate limits of the
city providing the communications service.</u></p>
<p class=aBlock1><u>(4)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Shall
not, directly or indirectly, under the powers of a city, exercise power or
authority in any area, including zoning or land-use regulation, or exercise
power to withhold or delay the provision of monopoly utility service, to
require any person, including residents of a particular development, to use or
subscribe to any communications service provided by the city-owned
communications service provider.</u></p>
<p class=aBlock1><u>(5)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Shall provide
nondiscriminatory access to private communications service providers on a
first-come, first-served basis to rights-of-way, poles, or conduits owned,
leased, or operated by the city unless the facilities have insufficient
capacity for the access and additional capacity cannot reasonably be added to
the facilities. For purposes of this subdivision, the term
&quot;nondiscriminatory access&quot; means that, at a minimum,
access&nbsp;shall be granted on the same terms and conditions as that given to
a city-owned communications service provider.</u></p>
<p class=aBlock1><u>(6)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Shall
not air advertisements or other promotions for the city-owned communications
service on a public, educational, or governmental access channel if the city
requires another communications service provider to carry the channel. The city
shall not use city resources that are not allocated for cost accounting
purposes to the city-owned communications service to promote city-owned
communications service in comparison to private services or, directly or
indirectly, require city employees, officers, or contractors to purchase city
services.</u></p>
<p class=aBlock1><u>(7)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Shall
not subsidize the provision of communications service with funds from any other
noncommunications service, operation, or other revenue source, including any
funds or revenue generated from electric, gas, water, sewer, or garbage
services.</u></p>
<p class=aBlock1><u>(8)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Shall
not price any communications service below the cost of providing the service,
including any direct or indirect subsidies received by the city-owned
communications service provider and allocation of costs associated with any
shared use of buildings, equipment, vehicles, and personnel with other city
departments. The city shall, in calculating the costs of providing the
communications service, impute (i) the cost of the capital component that is
equivalent to the cost of capital available to private communications service
providers in the same locality and (ii) an amount equal to all taxes, including
property taxes, licenses, fees, and other assessments that would apply to a
private communications service provider, including federal, State, and local
taxes; rights-of-way, franchise, consent, or administrative fees; and pole
attachment fees.</u></p>
<p class=aBlock1><u>(9)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
city shall annually remit to the general fund of the city an amount equivalent
to all taxes or fees a private communications service provider would be
required to pay the city or county in which the city is located, including any
applicable tax refunds received by the city-owned communications service
provider because of its government status and a sum equal to the amount of
property tax that would have been due if the city-owned communications service
provider were a private communications service provider.</u></p>
<p class=aMargin1><u>(b)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
city-owned communications service provider shall not be required to obtain
voter approval under G.S.&nbsp;160A-321 prior to the sale or discontinuance of
the city's communications network.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.2.&nbsp; Exemptions.</u></p>
<p class=aMargin1><u>(a)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
provisions of G.S. 160A-340.1, 160A-340.4, 160A-340.5, and 160A-340.6 do not
apply to the purchase, lease, construction, or operation of facilities by a
city to provide communications service within the city's corporate limits for
the city's internal governmental purposes, including the sharing of data
between governmental entities for governmental purposes, or within the
corporate limits of another unit of local government that is a party with the
city to an interlocal agreement under Part 1 of Article 20 of Chapter 160A of
the General Statutes for the provision of internal government services.</u></p>
<p class=aMargin1><u>(b)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
provisions of G.S. 160A-340.1, 160A-340.4, and 160A-340.5 do not apply to the
provision of communications service in an unserved area. A city seeking to
provide communications service in an unserved area shall petition the North
Carolina Utilities Commission for a determination that an area is unserved. The
petition shall identify with specificity the geographic area for which the
designation is sought.&nbsp; Any private communications service provider, or
any other interested party, may, within a time established by order of the
Commission, which time shall be no fewer than 30 days, file with the Commission
an objection to the designation on the grounds that one or more areas
designated in the petition is not an unserved area or that the city is not
otherwise eligible to provide the service. For purposes of this subsection, the
term &quot;unserved area&quot; means a geographical area in which at least
fifty percent (50%) of households either have no access to <a name="OLE_LINK1"></a><a
name="OLE_LINK2"></a>high-speed Internet service or have access to high-speed
Internet service only from a satellite provider.</u></p>
<p class=aMargin1><u>(c)&nbsp; The provisions of G.S. 160A-340.1, 160A-340.3,
160A-340.4, 160A-340.5, and 160A-340.6 do not apply to a city or joint agency providing
communications service as of January 1, 2011, provided the city or joint agency
limits the provision of communications service to the following service area
boundaries:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>For
the joint agency operated by the cities of Davidson and Mooresville, the
service area is the service area designated in the initial notice of franchise
filed with the Secretary of State, and the contiguous area where the agency is
offering service as of the effective date of this act connecting the cities of
Davidson and Mooresville with areas set forth in the initial areas of
franchise.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>For
the city of Salisbury, the service area is the corporate limits of the cities
of Salisbury, Spencer, East Spencer, Rockwell, Granite Quarry, and the
corridors between Salisbury and those cities only to the extent necessary to
provide service to those cities.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>For
all other cities or joint agency offering communications service, the service
area is the area designated in the map filed as part of the initial notice of
franchise with the Secretary of State as of January 1, 2011.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.3.&nbsp; Notice; public hearing.</u></p>
<p class=aMargin1><u>A city or joint agency that proposes to provide
communications service shall hold not fewer than two public hearings, which
shall be held not less than 30 days apart, for the purpose of gathering
information and comment. Notice of the hearings shall be published at least
once a week for four consecutive weeks in the predominant newspaper of general
circulation in the area in which the city is located. The notice shall also be
provided to the North Carolina Utilities Commission, which shall post the
notice on its Web site, and to all companies that have requested service of the
notices from the city clerk. The city shall deposit the notice in the U.S. mail
to companies that have requested notice at least 45 days prior to the hearing
subject to the notice. Private communications service providers shall be
permitted to participate fully in the public hearings by presenting testimony
and documentation relevant to their service offerings and the city's plans. Any
feasibility study, business plan, or public survey conducted or prepared by the
city in connection with the proposed communications service project is a public
record as defined by G.S.&nbsp;132-1 and shall be made available to the public
prior to the public hearings required by this section. This section does not
apply to the repair, rebuilding, replacement, or improvement of an existing
communications network, or equipment relating thereto.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.4.&nbsp; Financing.</u></p>
<p class=aMargin1><u>(a)</u>&nbsp; <u>A city or joint agency subject to the
provisions of G.S.&nbsp;160A-340.1 shall not enter into a contract under
G.S.&nbsp;160A-19 or G.S.&nbsp;160A-20 to purchase or to finance the purchase
of property for use in a communications network or to finance the construction
of fixtures or improvements for use in a communications network unless it
complies with subsection (b) of this section. The provisions of this section
shall not apply to the repair, rebuilding, replacement, or improvement of an
existing communications network, or equipment relating thereto.</u></p>
<p class=aMargin1><u>(b)</u>&nbsp; <u>A city shall not incur debt for the
purpose of constructing a communications system without first holding a special
election under G.S.&nbsp;163-287 on the question of whether the city should
incur debt for the proposed purposes. If a majority of the votes cast in the
special election are for the city incurring the debt, the city may provide the
communication service. If a majority of the votes cast in the special election
are against the city incurring the debt, the city shall not provide the
communications service. However, nothing in this section shall prohibit a city
from revising its plan to offer communications service and calling another
special election on the question prior to providing or offering to provide the
service. A special election required under Chapter 159 of the General Statutes
as a condition to the issuance of bonds shall satisfy the requirements of this
section.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.5.&nbsp; Taxes; payments in lieu of taxes.</u></p>
<p class=aMargin1><u>(a)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
communications network owned or operated by a city or joint agency shall be
exempt from property taxes. However, each city possessing an ownership share of
a communications network and a joint agency owning a communications network
shall, in lieu of property taxes, pay to any county authorized to levy property
taxes the amount which would be assessed as taxes on real and personal property
if the communications network were otherwise subject to valuation and
assessment. Any payments in lieu of taxes shall be due and shall bear interest,
if unpaid, as in the case of taxes on other property.</u></p>
<p class=aMargin1><u>(b)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
city-owned communications service provider shall pay to the State, on an annual
basis, an amount in lieu of taxes that would otherwise be due the State if the
communications service was provided by a private communications service
provider, including State income, franchise, vehicle, motor fuel, and other
similar taxes. The amount of the payment in lieu of taxes shall be set annually
by the Department of Revenue and shall approximate the taxes that would be due
if the communications service was undertaken by a private communications
service provider. A city-owned communications provider must provide information
requested by the Secretary of Revenue necessary for calculation of the
assessment. The Department must inform each city-owned communications provider
of the amount of the assessment by January 1 of each year. The assessment is
due by March 15 of each year. If the assessment is unpaid, the State may
withhold the amount due, including interest on late payments, from
distributions otherwise due the city under G.S.&nbsp;105-164.44I.</u></p>
<p class=aMargin1><u>(c)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
city-owned communications service provider or a joint agency that provides
communications service shall not be eligible for a refund under
G.S.&nbsp;105-164.14(c) for sales and use taxes paid on purchases of tangible
personal property and services related to the provision of communications
service, except to the extent a private communications service provider would
be exempt from taxation.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.6.&nbsp; Public-private partnerships for communications service.</u></p>
<p class=aMargin1><u>(a)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Prior
to undertaking to construct a communications network for the provision of
communications service, a city shall first solicit proposals from private
business in accordance with the procedures of this section.</u></p>
<p class=aMargin1><u>(b)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
city shall issue requests for proposals that specifies the nature and scope of
the requested communications service, the area in which it is to be provided,
any specifications and performance standards, and information as to the city's
proposed participation in providing equipment, infrastructure, or other aspects
of the service. The city may prescribe the form and content of proposals, and
may require that proposals contain sufficiently detailed information to allow
for an objective evaluation of proposals using the factors stated in subsection
(c) of this section. Each proposal shall at minimum contain all of the
following:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Information
regarding the proposer's experience and qualifications to perform the
requirements of the proposal.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Information
demonstrating the proposer's ability to secure financing needed to perform the
requirements of the proposal.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Information
demonstrating the proposer's ability to provide staffing, implement work tasks,
and carry out all other responsibilities necessary to perform the requirements
of the proposal.</u></p>
<p class=aBlock1><u>(4)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Information
clearly identifying and specifying all elements of cost of the proposal for the
term of the proposed contract, including the cost of the purchase or lease of
equipment and supplies, design, installation, operation, management, and
maintenance of any system, and any proposed services.</u></p>
<p class=aBlock1><u>(5)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Any
other information the city determines has a material bearing on its ability to
evaluate the proposal.</u></p>
<p class=aMargin1><u>(c)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
city shall provide notice that it is requesting proposals in accordance with
this subsection. The notice shall state the time and place where plans and specifications
for the proposed service may be obtained and the time and place for opening
proposals. Any notice given under this subsection shall reserve to the city the
right to reject any or all proposals. Notice of request for proposals shall be
given by all of the following methods:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>By
mailing a notice of request for proposals to each firm that has obtained a
license or permit to use the public rights-of-way in the city to provide a
communications service within the city by depositing such notices in the U.S.
mail at least 30 days prior to the date specified for the opening of proposals.
In identifying firms, the city may rely upon lists provided by the Office of
the Secretary of State and the North Carolina Utilities Commission.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>By
posting a notice of request for proposals on the city's web site at least 30
days before the time specified for the opening of proposals.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>By
publishing a notice of request for proposals in a newspaper of general
circulation in the county in which the city is predominantly located at least
30 days before the time specified for the opening of proposals.</u></p>
<p class=aMargin1><u>(d)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>In
evaluating proposals, the city may consider any relevant factors, including
system design, system reliability, operational experience, operational costs,
compatibility with existing systems and equipment, and emerging technology. The
city may negotiate aspects of any proposal with any responsible proposer with
regard to these factors to determine which proposal is the most responsive. A
determination of most responsive proposer by the city shall be final.</u></p>
<p class=aMargin1><u>(e)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
city may negotiate a contract with the most responsive proposer for the
performance of communications services specified in the request for proposals.
All contracts entered into pursuant to this section shall be approved and
awarded by the governing body of the city.</u></p>
<p class=aMargin1><u>(f)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>If
the city is unable to successfully negotiate the terms of a contract with the
most responsive proposer with 60 days of the opening of the proposals, the city
may proceed to negotiate with the firm determined to be the next most
responsive proposer if such a proposer exists. If the city is unable to
successfully negotiate the terms of a contract with the next most responsive
proposer within 60 days, it may proceed under this Article to provide
communications services.</u></p>
<p class=aMargin1><u>(g)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>All
proposals shall be sealed and shall be opened in public.</u>&quot;</p>
<p class=aBillSection><b>SECTION 1.(b)&nbsp;&nbsp;&nbsp; </b>G.S.&nbsp;105-164.14
is amended by adding a new subsection to read:</p>
<p class=aMargin1>&quot;<u>(d2)</u>&nbsp; <u>A city subject to the provisions
of G.S.&nbsp;160A-340.5 is not allowed a refund of sales and use taxes paid by
it under this Article for purchases related to the provision of communications
services as defined in Article 16A of Chapter 160A.</u>&quot;</p>
<p class=aBillSection><b>SECTION 1.(c)</b>&nbsp; Subsection (b) of this section
is effective when it becomes law and applies to sales made on or after that
date.</p>
<p class=aBillSection><b>SECTION 2.(a)</b>&nbsp; G.S.&nbsp;62-3(23) is amended
by adding the following new sub-subdivision to read:</p>
<p class=aBlock2>&quot;<u>l.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<u>The term &quot;public utility&quot; shall include a city or a joint agency<b>
</b>under Part 1 of Article 20 of Chapter 160A of the General Statutes that
provides service as defined in G.S.&nbsp;62-3(23)a.6. and is subject to the
provisions of G.S.&nbsp;160A-340.1.</u>&quot;</p>
<p class=aBillSection><b>SECTION 2.(b)</b>&nbsp; This section shall not be
construed to change the regulatory nature of or requirements applicable to any
particular service currently regulated by the Commission under Chapter 62 of
the General Statutes.</p>
<p class=aBillSection><b>SECTION 3.</b>&nbsp; Subchapter IV of Chapter 159 of
the General Statutes is amended by adding a new Article to read as follows:</p>
<p class=aMargin1 align=center style='text-align:center'>&quot;<u>Article 9A.</u></p>
<p class=aMargin1 align=center style='text-align:center'>&quot;<u>Borrowing by
Cities for Competitive Purposes.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
159-175.10.&nbsp; Additional requirements for review of city financing
application; communications service.</u></p>
<p class=aMargin1><u>The Commission shall apply additional requirements to an
application for financing by a city or a joint agency under Part 1 of Article
20 of Chapter 160A of the General Statutes for the construction, operation,
expansion, or repair of a communications system or other infrastructure for the
purpose of offering communications service, as that term is defined in
G.S.&nbsp;160A-340(2), that is or will be competitive with communications
service offered by a private communications service provider. This section does
not apply to the repair, rebuilding, replacement, or improvement of an existing
communications network, or equipment relating thereto, but does apply to the
expansion of such existing network. The additional requirements are the
following:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Prior
to submitting an application to the Commission, a city or joint agency shall
comply with the provisions of G.S.&nbsp;160A-340.3 requiring at least two
public hearings&nbsp;on the proposed communications service project and notice
of the hearings to private communications service providers who have requested
notice.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>At the
same time the application is submitted to the Commission, the city or joint
agency shall serve a copy of the application on each person that provides
competitive communications service within the city's jurisdictional boundaries
or in areas adjacent to the city. No hearing on the application shall be heard
by the Commission until at least 60 days after the application is submitted to
the Commission.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Upon
the request of a communications service provider, the Commission shall accept
written and oral comments from competitive private communications service
providers in connection with any hearing or other review of the application.</u></p>
<p class=aBlock1><u>(4)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>In
considering the probable net revenues of the proposed communications service
project, the Commission shall consider and make written findings on the
reasonableness of the city or joint agency's revenue projections in light of
the current and projected competitive environment for the services to be
provided, taking into consideration the potential impact of technological
innovation and change on the proposed service offerings and the level of
demonstrated community support for the project.</u></p>
<p class=aBlock1><u>(5)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
city or joint agency making the application to the Commission shall bear the
burden of persuasion with respect to subdivisions (1) through (4) of this
section.</u>&quot;</p>
<p class=aBillSection><b>SECTION 4.</b>&nbsp; G.S.&nbsp;159-81(3) is amended by
adding a new sub-subdivision to read:</p>
<p class=aBlock2>&quot;<u>q.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Cable
television systems.</u>&quot;</p>
<p class=aBillSection><b>SECTION 5.</b> Sections 2, 3, and 4 of this act do not
apply to a city or joint agency providing communications service as of January
1, 2011, provided the city limits the provision of communications service to
the service area boundaries in G.S.&nbsp;160A-340.2(c).</p>
<p class=aBillSection><b>SECTION 6.</b>&nbsp; Any city that is designated as a
public utility under Chapter 62 of the General Statutes when this act becomes
law shall not be subject to the provisions of this act with respect to any of
its operations that are authorized by that Chapter.</p>
<p class=aBillSection><b>SECTION 7.</b>&nbsp; If any provision of this act or
the application thereof to any person or circumstance is held invalid, the
invalidity shall not affect other provisions or applications of this act which
can be given effect without the invalid provision or application, and to that
end the provisions of this act are declared to be severable.</p>
<p class=aBillSection><b>SECTION 8.</b>&nbsp; Except as otherwise provided,
this act is effective when it becomes law and applies to the provision of
communications service by a city or joint agency under Part 1 of Article 20 of
Chapter 160A of the General Statutes on and after that date.</p>
</div>
</body>
</html>
http://ncleg.net/Sessions/2011/Bills/House/HTML/H129v5.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=Generator content="Microsoft Word 14 (filtered)">
<title>House Bill 129*-Fifth Edition</title>
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Times New \(W1\)";}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.MsoToc1, li.MsoToc1, div.MsoToc1
{margin-top:6.0pt;
margin-right:0in;
margin-bottom:6.0pt;
margin-left:0in;
page-break-after:avoid;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;
font-weight:bold;}
p.MsoToc2, li.MsoToc2, div.MsoToc2
{margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:12.25pt;
margin-bottom:.0001pt;
page-break-after:avoid;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;}
p.MsoToc3, li.MsoToc3, div.MsoToc3
{margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:23.75pt;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.MsoHeader, li.MsoHeader, div.MsoHeader
{mso-style-link:"Header Char";
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.MsoFooter, li.MsoFooter, div.MsoFooter
{mso-style-link:"Footer Char";
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
span.MsoLineNumber
{font-family:"Times New Roman","serif";}
p.MsoMacroText, li.MsoMacroText, div.MsoMacroText
{mso-style-link:"Macro Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
span.HeaderChar
{mso-style-name:"Header Char";
mso-style-link:Header;
font-family:"Times New Roman","serif";}
span.FooterChar
{mso-style-name:"Footer Char";
mso-style-link:Footer;
font-family:"Times New Roman","serif";}
span.MacroTextChar
{mso-style-name:"Macro Text Char";
mso-style-link:"Macro Text";
font-family:Consolas;}
p.LMSBase, li.LMSBase, div.LMSBase
{mso-style-name:LMSBase;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.nonumber, li.nonumber, div.nonumber
{mso-style-name:nonumber;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBase, li.aBase, div.aBase
{mso-style-name:aBase;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aMargin1, li.aMargin1, div.aMargin1
{mso-style-name:aMargin1;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:.25in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aArticle, li.aArticle, div.aArticle
{mso-style-name:aArticle;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aArticleTitle, li.aArticleTitle, div.aArticleTitle
{mso-style-name:aArticleTitle;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBillSection, li.aBillSection, div.aBillSection
{mso-style-name:aBillSection;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:.75in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBlock1, li.aBlock1, div.aBlock1
{mso-style-name:aBlock1;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:1.25in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.5in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBlock2, li.aBlock2, div.aBlock2
{mso-style-name:aBlock2;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:1.75in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.5in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBlock3, li.aBlock3, div.aBlock3
{mso-style-name:aBlock3;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:2.25in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.5in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBlock4, li.aBlock4, div.aBlock4
{mso-style-name:aBlock4;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:2.75in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.5in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aBlock5, li.aBlock5, div.aBlock5
{mso-style-name:aBlock5;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:3.25in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.5in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aChapter, li.aChapter, div.aChapter
{mso-style-name:aChapter;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
p.aHeading, li.aHeading, div.aHeading
{mso-style-name:aHeading;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;
font-weight:bold;}
p.aLongTitle, li.aLongTitle, div.aLongTitle
{mso-style-name:aLongTitle;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.25in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.25in;
font-size:12.0pt;
font-family:"Times New \(W1\)";
text-transform:uppercase;}
p.aMargin2, li.aMargin2, div.aMargin2
{mso-style-name:aMargin2;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:.75in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aPart, li.aPart, div.aPart
{mso-style-name:aPart;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aSection, li.aSection, div.aSection
{mso-style-name:aSection;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.75in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.75in;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
p.aSP, li.aSP, div.aSP
{mso-style-name:aSP;
margin:0in;
margin-bottom:.0001pt;
text-align:justify;
font-size:12.0pt;
font-family:"Times New Roman","serif";
color:blue;
font-weight:bold;}
p.aSPComment, li.aSPComment, div.aSPComment
{mso-style-name:aSPComment;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New \(W1\)";
color:red;
display:none;
font-weight:bold;}
p.aSPFunds1, li.aSPFunds1, div.aSPFunds1
{mso-style-name:aSPFunds1;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aSPHeadingLine, li.aSPHeadingLine, div.aSPHeadingLine
{mso-style-name:aSPHeadingLine;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
p.ASPlist, li.ASPlist, div.ASPlist
{mso-style-name:ASPlist;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:2.5in;
margin-bottom:.0001pt;
text-indent:-1.75in;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aSPRequestedBY, li.aSPRequestedBY, div.aSPRequestedBY
{mso-style-name:aSPRequestedBY;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New \(W1\)";}
p.aSPTitle, li.aSPTitle, div.aSPTitle
{mso-style-name:aSPTitle;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.25in;
margin-bottom:.0001pt;
text-align:justify;
text-indent:-.25in;
font-size:12.0pt;
font-family:"Times New \(W1\)";
text-transform:uppercase;
font-weight:bold;}
p.aSubChapter, li.aSubChapter, div.aSubChapter
{mso-style-name:aSubChapter;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;
font-weight:bold;}
p.aSubPart, li.aSubPart, div.aSubPart
{mso-style-name:aSubPart;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aTitle, li.aTitle, div.aTitle
{mso-style-name:aTitle;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aSPHeading, li.aSPHeading, div.aSPHeading
{mso-style-name:aSPHeading;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:1.0in;
margin-bottom:.0001pt;
text-indent:-1.0in;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;
font-weight:bold;}
p.aSPFundsHeading1, li.aSPFundsHeading1, div.aSPFundsHeading1
{mso-style-name:aSPFundsHeading1;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
p.aSPType, li.aSPType, div.aSPType
{mso-style-name:aSPType;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
color:blue;
font-weight:bold;}
p.aSPFunds2, li.aSPFunds2, div.aSPFunds2
{mso-style-name:aSPFunds2;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.aSPFundsHeading2, li.aSPFundsHeading2, div.aSPFundsHeading2
{mso-style-name:aSPFundsHeading2;
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
font-weight:bold;}
p.TOCPageHeader, li.TOCPageHeader, div.TOCPageHeader
{mso-style-name:TOCPageHeader;
margin:0in;
margin-bottom:.0001pt;
text-align:center;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-transform:uppercase;
font-weight:bold;}
p.msochpdefault, li.msochpdefault, div.msochpdefault
{mso-style-name:msochpdefault;
margin-right:0in;
margin-left:0in;
font-size:10.0pt;
font-family:"Times New Roman","serif";}
span.cHistoryNote
{mso-style-name:cHistoryNote;}
.MsoChpDefault
{font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:.6in .9in .5in 1.2in;}
div.WordSection1
{page:WordSection1;}
-->
</style>
</head>
<body lang=EN-US>
<div class=WordSection1>
<p class=nonumber align=center style='margin-top:24.0pt;text-align:center'><b><u>GENERAL
ASSEMBLY OF NORTH CAROLINA</u></b></p>
<p class=nonumber align=center style='margin-top:3.0pt;margin-right:0in;
margin-bottom:6.0pt;margin-left:0in;text-align:center'><b><u>SESSION 2011</u></b></p>
<p class=nonumber align=left style='text-align:left'><b><u>H&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
5</u></b></p>
<p class=nonumber align=center style='text-align:center'><b><u>HOUSE BILL 129*</u></b></p>
<p class=nonumber align=center style='text-align:center'><b><u>Committee
Substitute Favorable 3/23/11<br>
Third Edition Engrossed 3/28/11</u></b></p>
<p class=nonumber align=center style='text-align:center'><b><u>Senate Finance
Committee Substitute Adopted 4/27/11<br>
Fifth Edition Engrossed 5/3/11</u></b></p>
<p class=nonumber align=center style='text-align:center'><b>&nbsp;</b></p>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=629
style='width:6.55in;border-collapse:collapse'>
<tr>
<td width=544 colspan=2 valign=top style='width:408.25pt;border:none;
border-bottom:solid windowtext 1.0pt;padding:0in .05in 0in 5.4pt'>
<p class=nonumber align=left style='margin-bottom:6.0pt;text-align:left'><u>Short
Title:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level Playing Field/Local
Gov't Competition.</u></p>
</td>
<td width=84 valign=top style='width:63.35pt;border:none;border-bottom:solid windowtext 1.0pt;
padding:0in .05in 0in 5.4pt'>
<p class=nonumber align=right style='margin-bottom:6.0pt;text-align:right'><u>(Public)</u></p>
</td>
</tr>
<tr>
<td width=96 valign=top style='width:1.0in;border:none;border-bottom:solid windowtext 1.0pt;
padding:0in .05in 0in 5.4pt'>
<p class=nonumber align=left style='margin-top:3.0pt;margin-right:0in;
margin-bottom:3.0pt;margin-left:0in;text-align:left'><u>Sponsors:</u></p>
</td>
<td width=533 colspan=2 valign=top style='width:5.55in;border:none;
border-bottom:solid windowtext 1.0pt;padding:0in .05in 0in 5.4pt'>
<p class=nonumber style='margin-top:3.0pt;margin-right:0in;margin-bottom:
3.0pt;margin-left:0in'><u>&nbsp;</u></p>
</td>
</tr>
<tr>
<td width=96 valign=top style='width:1.0in;border:none;border-bottom:solid windowtext 1.0pt;
padding:0in .05in 0in 5.4pt'>
<p class=nonumber align=left style='margin-top:3.0pt;margin-right:0in;
margin-bottom:3.0pt;margin-left:0in;text-align:left'><u>Referred to:</u></p>
</td>
<td width=533 colspan=2 valign=top style='width:5.55in;border:none;
border-bottom:solid windowtext 1.0pt;padding:0in .05in 0in 5.4pt'>
<p class=nonumber style='margin-top:3.0pt;margin-right:0in;margin-bottom:
3.0pt;margin-left:0in'>&nbsp;</p>
</td>
</tr>
<tr>
<td width=96 style='width:1.0in;padding:0in 0in 0in 0in'></td>
<td width=448 style='width:336.0pt;padding:0in 0in 0in 0in'></td>
<td width=84 style='width:63.0pt;padding:0in 0in 0in 0in'></td>
</tr>
</table>
<p class=nonumber align=center style='margin-top:6.0pt;text-align:center'><u>February
21, 2011</u></p>
<p class=nonumber align=left style='text-align:left'>&nbsp;</p>
<p class=aBase align=center style='text-align:center'>A BILL TO BE ENTITLED</p>
<p class=aLongTitle><span style='font-family:"Times New Roman","serif"'>AN ACT
to protect jobs and investment by regulating local government competition with
private business.</span></p>
<p class=aMargin2>Whereas, certain cities in the State have chosen to compete
with private providers of communications services; and</p>
<p class=aMargin2>Whereas, these cities have been permitted to enter into
competition with private providers as a result of a decision of the North
Carolina Court of Appeals rather than legislation enacted by the General
Assembly; and</p>
<p class=aMargin2>Whereas, the communications industry is an industry of
economic growth and job creation; and</p>
<p class=aMargin2>Whereas, as expressed in G.S.&nbsp;66-58, known as the
Umstead Act, it is against the public policy of this State for any unit,
department, or agency of the State, or any division or subdivision of a unit,
department, or agency of the State, to engage directly or indirectly in the
sale of goods, wares, or merchandise in competition with citizens of the State;
and </p>
<p class=aMargin2>Whereas, to protect jobs and to promote investment, it is
necessary to ensure that the State does not indirectly subsidize competition
with private industry through actions by cities and to ensure that where there
is competition between the private sector and the State, directly or through
its subdivisions, it exists under a framework that does not discourage private
investment and job creation; Now, therefore, </p>
<p class=aBase>The General Assembly of North Carolina enacts:</p>
<p class=aBillSection><b>SECTION 1.(a)</b> Chapter 160A of the General Statutes
is amended by adding a new Article to read as follows:</p>
<p class=aArticle>&quot;<u>Article 16A.</u></p>
<p class=aArticleTitle>&quot;<u>Provision of Communications Service by Cities.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.&nbsp; Definitions.</u></p>
<p class=aMargin1><u>The following definitions apply in this Article:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>City-owned
communications service provider. - A city that provides communications service
using a communications network, whether directly, indirectly, or through an
interlocal agreement or a joint agency.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Communications
network. - A wired or wireless network for the provision of communications
service.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Communications
service. - The provision of cable, video programming, telecommunications,
broadband, or high-speed Internet access service to the public, or any sector
of the public, for a fee, regardless of the technology used to deliver the
service. The terms &quot;cable service,&quot; &quot;telecommunications service,&quot;
and &quot;video programming service&quot; have the same meanings as in
G.S.&nbsp;105-164.3. The following is not considered the provision of
communications service:</u></p>
<p class=aBlock2><u>a.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
sharing of data or voice between governmental entities for &nbsp;internal
governmental purposes.</u></p>
<p class=aBlock2><u>b.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
remote reading or polling of data from utility or parking meters, or the
provisioning of energy demand reduction or smart grid services for an electric,
water, or sewer system.</u></p>
<p class=aBlock2><u>c.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
provision of free services to the public or a subset thereof.</u></p>
<p class=aBlock1><u>(4)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>High-speed
Internet access service. - Internet access service with transmission speeds
that are equal to or greater than the requirements for basic broadband tier 1
service as defined by the Federal Communications Commission for broadband data
gathering and reporting.</u></p>
<p class=aBlock1><u>(5)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Interlocal
agreement. - An agreement between units of local government as authorized by
Part 1 of Article 20 of Chapter 160A of the General Statutes.</u></p>
<p class=aBlock1><u>(6)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Joint
agency. - A joint agency created under Part 1 of Article 20 of Chapter 160A of
the General Statutes.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.1.&nbsp; City-owned communications service provider requirements.</u></p>
<p class=aMargin1><u>(a)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
city-owned communications service provider shall meet all of the following
requirements:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Comply
in its provision of communications service with all local, State, and federal
laws, regulations, or other requirements applicable to the provision of the
communications service if provided by a private communications service
provider.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>In accordance
with the provisions of Chapter 159 of the General Statutes, the Local
Government Finance Act, establish one or more separate enterprise funds for the
provision of communications service, use the enterprise funds to separately
account for revenues, expenses, property, and source of investment dollars
associated with the provision of communications service, and prepare and
publish an independent annual report and audit in accordance with generally
accepted accounting principles that reflect the fully allocated cost of
providing the communications service, including all direct and indirect costs.
An annual independent audit conducted under G.S.&nbsp;159-34 and submitted to
the Local Government Commission satisfies the audit requirement of this subdivision.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Limit
the provision of communications service to within the corporate limits of the
city providing the communications service.</u></p>
<p class=aBlock1><u>(4)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Shall
not, directly or indirectly, under the powers of a city, exercise power or
authority in any area, including zoning or land-use regulation, or exercise
power to withhold or delay the provision of monopoly utility service, to
require any person, including residents of a particular development, to use or
subscribe to any communications service provided by the city-owned
communications service provider.</u></p>
<p class=aBlock1><u>(5)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Shall
provide nondiscriminatory access to private communications service providers on
a first-come, first-served basis to rights-of-way, poles, or conduits owned,
leased, or operated by the city unless the facilities have insufficient
capacity for the access and additional capacity cannot reasonably be added to
the facilities. For purposes of this subdivision, the term
&quot;nondiscriminatory access&quot; means that, at a minimum, access&nbsp;shall
be granted on the same terms and conditions as that given to a city-owned
communications service provider.</u></p>
<p class=aBlock1><u>(6)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Shall
not air advertisements or other promotions for the city-owned communications
service on a public, educational, or governmental access channel if the city
requires another communications service provider to carry the channel. The city
shall not use city resources that are not allocated for cost accounting
purposes to the city-owned communications service to promote city-owned
communications service in comparison to private services or, directly or
indirectly, require city employees, officers, or contractors to purchase city
services.</u></p>
<p class=aBlock1><u>(7)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Shall
not subsidize the provision of communications service with funds from any other
noncommunications service, operation, or other revenue source, including any
funds or revenue generated from electric, gas, water, sewer, or garbage
services.</u></p>
<p class=aBlock1><u>(8)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Shall
not price any communications service below the cost of providing the service,
including any direct or indirect subsidies received by the city-owned
communications service provider and allocation of costs associated with any
shared use of buildings, equipment, vehicles, and personnel with other city
departments. The city shall, in calculating the costs of providing the
communications service, impute (i) the cost of the capital component that is
equivalent to the cost of capital available to private communications service
providers in the same locality and (ii) an amount equal to all taxes, including
property taxes, licenses, fees, and other assessments that would apply to a
private communications service provider, including federal, State, and local
taxes; rights-of-way, franchise, consent, or administrative fees; and pole
attachment fees. In calculating the costs of the service the city may amortize
the capital assets of the communications system over the useful life of the
assets in accordance with generally accepted principles of governmental
accounting.</u></p>
<p class=aBlock1><u>(9)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
city shall annually remit to the general fund of the city an amount equivalent
to all taxes or fees a private communications service provider would be
required to pay the city or county in which the city is located, including any
applicable tax refunds received by the city-owned communications service
provider because of its government status and a sum equal to the amount of
property tax that would have been due if the city-owned communications service
provider were a private communications service provider.</u></p>
<p class=aMargin1><u>(b)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A city-owned
communications service provider shall not be required to obtain voter approval
under G.S.&nbsp;160A-321 prior to the sale or discontinuance of the city's
communications network.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.2.&nbsp; Exemptions.</u></p>
<p class=aMargin1><u>(a)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
provisions of G.S.&nbsp;160A-340.1, 160A-340.4, 160A-340.5, and 160A-340.6 do
not apply to the purchase, lease, construction, or operation of facilities by a
city to provide communications service within the city's corporate limits for
the city's internal governmental purposes, including the sharing of data or
voice between governmental entities for internal governmental purposes, or
within the corporate limits of another unit of local government that is a party
with the city to an interlocal agreement under Part 1 of Article 20 of Chapter 160A
of the General Statutes for the provision of internal government services.</u></p>
<p class=aMargin1><u>(b)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
provisions of G.S.&nbsp;160A-340.1, 160A-340.4, and 160A-340.5 do not apply to
the provision of communications service in an unserved area. A city seeking to
provide communications service in an unserved area shall petition the North
Carolina Utilities Commission for a determination that an area is unserved. The
petition shall identify with specificity the geographic area for which the
designation is sought.&nbsp; Any private communications service provider, or
any other interested party, may, within a time established by order of the
Commission, which time shall be no fewer than 30 days, file with the Commission
an objection to the designation on the grounds that one or more areas
designated in the petition is not an unserved area or that the city is not
otherwise eligible to provide the service. For purposes of this subsection, the
term &quot;unserved area&quot; means a census block, as designated by the most
recent census of the U.S. Census Bureau, in which at least fifty percent (50%)
of households either have no access to <a name="OLE_LINK1"></a><a
name="OLE_LINK2"></a>high-speed Internet service or have access to high-speed
Internet service only from a satellite provider. A city may petition the
Commission to serve multiple contiguous unserved areas in the same proceeding.</u></p>
<p class=aMargin1><u>(c)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
provisions of G.S.&nbsp;160A-340.1, 160A-340.3, 160A-340.4, 160A-340.5, and
160A-340.6 do not apply to a city or joint agency providing communications
service as of January 1, 2011, provided the city or joint agency limits the
provision of communications service to any one or more of the following:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Persons
within the corporate limits of the city providing the communications service.
For the purposes of this subsection, corporate limits shall mean the corporate
limits of the city as of April 1, 2011, or as expanded through annexation.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Existing
customers of the communications service as of April 1, 2011. Service to a
customer outside the service area of the city or joint agency who is also a
public entity must comply with the open bidding procedures of
G.S.&nbsp;143-129.8 upon the expiration or termination of the existing service
contract.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
following service areas:</u></p>
<p class=aBlock2><u>a.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>For
the joint agency operated by the cities of Davidson and Mooresville, the
service area is the combined areas of the city of Cornelius; the town of
Troutman; the town of Huntersville; the unincorporated areas of Mecklenburg
County north of a line beginning at Highway 16 along the west boundary of the county,
extending eastward along Highway 16, continuing east along Interstate 485, and
continuing eastward to the eastern boundary of the county along Eastfield Road;
and the unincorporated areas of Iredell County south of Interstate 40,
excluding Statesville and the extraterritorial jurisdiction of Statesville.</u></p>
<p class=aBlock2><u>b.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>For
the city of Salisbury, the service area is the municipalities of Salisbury,
Spencer, East Spencer, Granite Quarry, Rockwell, Faith, Cleveland, China Grove,
Landis and the corridors between those cities. The service area also includes
the economic development sites, public safety facilities, governmental
facilities, and educational schools and colleges located outside the
municipalities and the corridors between the municipalities and these sites,
facilities, schools, and colleges. The corridors between Salisbury and these
municipalities and these sites, facilities, schools, and colleges includes only
the area necessary to provide service to these municipalities and these sites,
facilities, schools, and colleges and shall not be wider than 300 feet. The
elected bodies of Spencer, East Spencer, Granite Quarry, Rockwell, Faith,
Cleveland, China Grove, and Landis shall vote to approve the service extension
into each respective municipality before Salisbury can provide service to that
municipality. The Rowan County Board of County Commissioners shall vote to
approve service extension to any governmental economic development site,
governmental facility, school, or college owned by Rowan County. The Rowan
Salisbury School Board shall also vote to approve service extension to schools.
</u></p>
<p class=aBlock2><u>c.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>For
the city of Wilson, the service area is the county limits of Wilson County,
including the incorporated areas within the County.</u></p>
<p class=aBlock2><u>d.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>For
all other cities or joint agencies offering communications service,</u> <u>the
service area is the area designated in the map filed as part of the initial
notice of franchise with the Secretary of State as of January 1, 2011.</u></p>
<p class=aMargin1><u>(d)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
exemptions provided in this section do not exempt a city or joint agency from
laws and rules of general applicability to governmental services, including
nondiscriminatory obligations.</u></p>
<p class=aMargin1><u>(e)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>In
the event a city subject to the exemption set forth in subsection (c) of this
section provides communications service to a customer outside the limits set
forth in that subsection, the city shall have 30 days from the date of notice
or discovery to cease providing service to the customer without loss of the
exemption.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.3.&nbsp; Notice; public hearing.</u></p>
<p class=aMargin1><u>A city or joint agency that proposes to provide
communications service shall hold not fewer than two public hearings, which
shall be held not less than 30 days apart, for the purpose of gathering
information and comment. Notice of the hearings shall be published at least
once a week for four consecutive weeks in the predominant newspaper of general
circulation in the area in which the city is located. The notice shall also be
provided to the North Carolina Utilities Commission, which shall post the
notice on its Web site, and to all companies that have requested service of the
notices from the city clerk. The city shall deposit the notice in the U.S. mail
to companies that have requested notice at least 45 days prior to the hearing subject
to the notice. Private communications service providers shall be permitted to
participate fully in the public hearings by presenting testimony and
documentation relevant to their service offerings and the city's plans. Any
feasibility study, business plan, or public survey conducted or prepared by the
city in connection with the proposed communications service project is a public
record as defined by G.S.&nbsp;132-1 and shall be made available to the public
prior to the public hearings required by this section. This section does not
apply to the repair, rebuilding, replacement, or improvement of an existing
communications network, or equipment relating thereto.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.4.&nbsp; Financing.</u></p>
<p class=aMargin1><u>(a)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
city or joint agency subject to the provisions of G.S.&nbsp;160A-340.1 shall
not enter into a contract under G.S.&nbsp;160A-19 or G.S.&nbsp;160A-20 to
purchase or to finance the purchase of property for use in a communications
network or to finance the construction of fixtures or improvements for use in a
communications network unless it complies with subsection (b) of this section.
The provisions of this section shall not apply to the repair, rebuilding,
replacement, or improvement of an existing communications network, or equipment
relating thereto.</u></p>
<p class=aMargin1><u>(b)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
city shall not incur debt for the purpose of constructing a communications
system without first holding a special election under G.S.&nbsp;163-287 on the
question of whether the city may provide communications service. If a majority
of the votes cast in the special election are for the city providing
communications service, the city may incur the debt for the service. If a
majority of the votes cast in the special election are against the city
providing communications service, the city shall not incur the debt. However,
nothing in this section shall prohibit a city from revising its plan to offer
communications service and calling another special election on the question
prior to providing or offering to provide the service. A special election
required under Chapter 159 of the General Statutes as a condition to the
issuance of bonds shall satisfy the requirements of this section.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.5.&nbsp; Taxes; payments in lieu of taxes.</u></p>
<p class=aMargin1><u>(a)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
communications network owned or operated by a city or joint agency shall be
exempt from property taxes. However, each city possessing an ownership share of
a communications network and a joint agency owning a communications network
shall, in lieu of property taxes, pay to any county authorized to levy property
taxes the amount which would be assessed as taxes on real and personal property
if the communications network were otherwise subject to valuation and
assessment. Any payments in lieu of taxes shall be due and shall bear interest,
if unpaid, as in the case of taxes on other property.</u></p>
<p class=aMargin1><u>(b)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
city-owned communications service provider shall pay to the State, on an annual
basis, an amount in lieu of taxes that would otherwise be due the State if the
communications service was provided by a private communications service
provider, including State income, franchise, vehicle, motor fuel, and other
similar taxes. The amount of the payment in lieu of taxes shall be set annually
by the Department of Revenue and shall approximate the taxes that would be due
if the communications service was undertaken by a private communications
service provider. A city-owned communications service provider must provide
information requested by the Secretary of Revenue necessary for calculation of
the assessment. The Department must inform each city-owned communications
service provider of the amount of the assessment by January 1 of each year. The
assessment is due by March 15 of each year. If the assessment is unpaid, the
State may withhold the amount due, including interest on late payments, from
distributions otherwise due the city under G.S.&nbsp;105-164.44I.</u></p>
<p class=aMargin1><u>(c)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>A
city-owned communications service provider or a joint agency that provides
communications service shall not be eligible for a refund under
G.S.&nbsp;105-164.14(c) for sales and use taxes paid on purchases of tangible
personal property and services related to the provision of communications
service, except to the extent a private communications service provider would
be exempt from taxation.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
160A-340.6.&nbsp; Public-private partnerships for communications service.</u></p>
<p class=aMargin1><u>(a)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Prior
to undertaking to construct a communications network for the provision of
communications service, a city shall first solicit proposals from private
business in accordance with the procedures of this section.</u></p>
<p class=aMargin1><u>(b)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
city shall issue requests for proposals that specify the nature and scope of
the requested communications service, the area in which it is to be provided,
any specifications and performance standards, and information as to the city's
proposed participation in providing equipment, infrastructure, or other aspects
of the service. The city may prescribe the form and content of proposals and
may require that proposals contain sufficiently detailed information to allow
for an objective evaluation of proposals using the factors stated in subsection
(d) of this section. Each proposal shall at minimum contain all of the
following:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Information
regarding the proposer's experience and qualifications to perform the
requirements of the proposal.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Information
demonstrating the proposer's ability to secure financing needed to perform the
requirements of the proposal.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Information
demonstrating the proposer's ability to provide staffing, implement work tasks,
and carry out all other responsibilities necessary to perform the requirements
of the proposal.</u></p>
<p class=aBlock1><u>(4)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Information
clearly identifying and specifying all elements of cost of the proposal for the
term of the proposed contract, including the cost of the purchase or lease of
equipment and supplies, design, installation, operation, management, and
maintenance of any system, and any proposed services.</u></p>
<p class=aBlock1><u>(5)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Any
other information the city determines has a material bearing on its ability to
evaluate the proposal.</u></p>
<p class=aMargin1><u>(c)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
city shall provide notice that it is requesting proposals in accordance with
this subsection. The notice shall state the time and place where plans and
specifications for the proposed service may be obtained and the time and place
for opening proposals. Any notice given under this subsection shall reserve to
the city the right to reject any or all proposals. Notice of request for
proposals shall be given by all of the following methods:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>By
mailing a notice of request for proposals to each firm that has obtained a
license or permit to use the public rights-of-way in the city to provide a
communications service within the city by depositing such notices in the U.S.
mail at least 30 days prior to the date specified for the opening of proposals.
In identifying firms, the city may rely upon lists provided by the Office of
the Secretary of State and the North Carolina Utilities Commission.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>By
posting a notice of request for proposals on the city's Web site at least 30 days
before the time specified for the opening of proposals.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>By
publishing a notice of request for proposals in a newspaper of general
circulation in the county in which the city is predominantly located at least
30 days before the time specified for the opening of proposals.</u></p>
<p class=aMargin1><u>(d)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>In
evaluating proposals, the city may consider any relevant factors, including
system design, system reliability, operational experience, operational costs,
compatibility with existing systems and equipment, and emerging technology. The
city may negotiate aspects of any proposal with any responsible proposer with
regard to these factors to determine which proposal is the most responsive. A
determination of most responsive proposer by the city shall be final.</u></p>
<p class=aMargin1><u>(e)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
city may negotiate a contract with the most responsive proposer for the
performance of communications service specified in the request for proposals.
All contracts entered into pursuant to this section shall be approved and
awarded by the governing body of the city.</u></p>
<p class=aMargin1><u>(f)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>If
the city is unable to successfully negotiate the terms of a contract with the
most responsive proposer within 60 days of the opening of the proposals, the
city may proceed to negotiate with the firm determined to be the next most
responsive proposer if such a proposer exists. If the city is unable to
successfully negotiate the terms of a contract with the next most responsive
proposer within 60 days, it may proceed under this Article to provide
communications service.</u></p>
<p class=aMargin1><u>(g)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>All
proposals shall be sealed and shall be opened in public. Provided, that trade
secrets shall remain confidential as provided under G.S.&nbsp;132-1.2.</u>&quot;</p>
<p class=aBillSection><b>SECTION 1.(b)&nbsp;&nbsp;&nbsp; </b>G.S.&nbsp;105-164.14
is amended by adding a new subsection to read:</p>
<p class=aMargin1>&quot;<u>(d2)</u>&nbsp;&nbsp;&nbsp; <u>A city subject to the
provisions of G.S.&nbsp;160A-340.5 is not allowed a refund of sales and use
taxes paid by it under this Article for purchases related to the provision of
communications service as defined in Article 16A of Chapter 160A of the General
Statutes.</u>&quot;</p>
<p class=aBillSection><b>SECTION 1.(c)</b>&nbsp; Subsection (b) of this section
is effective when it becomes law and applies to sales made on or after that
date.</p>
<p class=aBillSection><b>SECTION 2.(a)</b>&nbsp; G.S.&nbsp;62-3(23) is amended
by adding the following new sub-subdivision to read:</p>
<p class=aBlock2>&quot;<u>l.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<u>The term &quot;public utility&quot; shall include a city or a joint agency<b>
</b>under Part 1 of Article 20 of Chapter 160A of the General Statutes that
provides service as defined in G.S.&nbsp;62-3(23)a.6. and is subject to the
provisions of G.S.&nbsp;160A-340.1.</u>&quot;</p>
<p class=aBillSection><b>SECTION 2.(b)</b>&nbsp; This section shall not be
construed to change the regulatory nature of or requirements applicable to any
particular service currently regulated by the Commission under Chapter 62 of
the General Statutes.</p>
<p class=aBillSection><b>SECTION 3.</b>&nbsp; Subchapter IV of Chapter 159 of
the General Statutes is amended by adding a new Article to read as follows:</p>
<p class=aArticle>&quot;<u>Article 9A.</u></p>
<p class=aArticleTitle>&quot;<u>Borrowing by Cities for Competitive Purposes.</u></p>
<p class=aSection><span style='font-weight:normal'>&quot;</span><u
159-175.10.&nbsp; Additional requirements for review of city financing
application; communications service.</u></p>
<p class=aMargin1><u>The Commission shall apply additional requirements to an
application for financing by a city or a joint agency under Part 1 of Article
20 of Chapter 160A of the General Statutes for the construction, operation,
expansion, or repair of a communications system or other infrastructure for the
purpose of offering communications service, as that term is defined in
G.S.&nbsp;160A-340(2), that is or will be competitive with communications
service offered by a private communications service provider. This section does
not apply to the repair, rebuilding, replacement, or improvement of an existing
communications network, or equipment relating thereto, but does apply to the
expansion of such existing network. The additional requirements are the
following:</u></p>
<p class=aBlock1><u>(1)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Prior
to submitting an application to the Commission, a city or joint agency shall
comply with the provisions of G.S.&nbsp;160A-340.3 requiring at least two
public hearings&nbsp;on the proposed communications service project and notice
of the hearings to private communications service providers who have requested
notice.</u></p>
<p class=aBlock1><u>(2)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>At the
same time the application is submitted to the Commission, the city or joint
agency shall serve a copy of the application on each person that provides
competitive communications service within the city's jurisdictional boundaries
or in areas adjacent to the city. No hearing on the application shall be heard
by the Commission until at least 60 days after the application is submitted to
the Commission.</u></p>
<p class=aBlock1><u>(3)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Upon
the request of a communications service provider, the Commission shall accept
written and oral comments from competitive private communications service
providers in connection with any hearing or other review of the application.</u></p>
<p class=aBlock1><u>(4)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>In
considering the probable net revenues of the proposed communications service
project, the Commission shall consider and make written findings on the
reasonableness of the city or joint agency's revenue projections in light of
the current and projected competitive environment for the services to be
provided, taking into consideration the potential impact of technological
innovation and change on the proposed service offerings and the level of
demonstrated community support for the project.</u></p>
<p class=aBlock1><u>(5)</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>The
city or joint agency making the application to the Commission shall bear the
burden of persuasion with respect to subdivisions (1) through (4) of this
section.</u>&quot;</p>
<p class=aBillSection><b>SECTION 4.</b>&nbsp; G.S.&nbsp;159-81(3) is amended by
adding a new sub-subdivision to read:</p>
<p class=aBlock2>&quot;<u>q.</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>Cable
television systems.</u>&quot;</p>
<p class=aBillSection><b>SECTION 5.</b>&nbsp; Sections 2, 3, and 4 of this act do
not apply to a city or joint agency providing communications service as of
January 1, 2011, provided the city or joint agency limits the provision of
communications service as provided in G.S.&nbsp;160A-340.2(c).&nbsp; In the
event a city subject to the exemption set forth in this section provides
communications service to a customer outside the limits set forth in
G.S.&nbsp;160A-340(c), the city shall have 30 days from the date of notice or
discovery to cease providing service to the customer without loss of the exemption.</p>
<p class=aBillSection><b>SECTION 6.</b>&nbsp; Any city that is designated as a
public utility under Chapter 62 of the General Statutes when this act becomes
law shall not be subject to the provisions of this act with respect to any of
its operations that are authorized by that Chapter.</p>
<p class=aBillSection><b>SECTION 7.</b>&nbsp; If any provision of this act or
the application thereof to any person or circumstance is held invalid, the
invalidity shall not affect other provisions or applications of this act which
can be given effect without the invalid provision or application, and to that
end the provisions of this act are declared to be severable.</p>
<p class=aBillSection><b>SECTION 8.</b>&nbsp; Except as otherwise provided,
this act is effective when it becomes law and applies to the provision of
communications service by a city or joint agency under Part 1 of Article 20 of
Chapter 160A of the General Statutes on and after that date.</p>
</div>
</body>
</html>
Number of differences: 44
Added(0,196)
Deleted(0,106)
Changed(233)
Changed in changed(82)
Ignored
Generated on July 7, 2014, 8:36 AM by ExamDiff Pro 7.0.1.0.