-
Notifications
You must be signed in to change notification settings - Fork 13
/
variables.csv
We can't make this file beautiful and searchable because it's too large.
3574 lines (3574 loc) · 914 KB
/
variables.csv
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
parent_sked,parent_sked_part,in_a_group,db_table,ordering,db_name,xpath,irs_type,db_type,line_number,description,version_start,version_end
IRS990,part_xii,False,part_xii,211,AccntntCmplOrRvwInd,/IRS990/AccountantCompileOrReviewInd,BooleanType,String(length=5),Part XII Line 2a,Accountant provide compilation or review?,2013,
IRS990,part_x,False,part_x,283,AccntsPyblAccrExpnss_BOYAmt,/IRS990/AccountsPayableAccrExpnssGrp/BOYAmt,USAmountType,BigInteger,Part X Line 17; Part X Column (A),Accounts payable and accrued expenses; Beginnning of year,2013,
IRS990,part_x,False,part_x,107,AccntsPyblAccrExpnss_EOYAmt,/IRS990/AccountsPayableAccrExpnssGrp/EOYAmt,USAmountType,BigInteger,Part X Line 17; Part X Column (B),Accounts payable and accrued expenses; Ending of year,2013,
IRS990,part_x,False,part_x,302,AccntsRcvbl_BOYAmt,/IRS990/AccountsReceivableGrp/BOYAmt,USAmountType,BigInteger,Part X Line 4; Part X Column (A),"Accounts receivable, net; Beginnning of year",2013,
IRS990,part_x,False,part_x,120,AccntsRcvbl_EOYAmt,/IRS990/AccountsReceivableGrp/EOYAmt,USAmountType,BigInteger,Part X Line 4; Part X Column (B),"Accounts receivable, net; Ending of year",2013,
IRS990,part_xii,False,part_xii,459,AcctCmplOrRvwBss_CnslAndSpBssFnclStmtInd,/IRS990/AcctCompileOrReviewBasisGrp/ConsolAndSepBasisFinclStmtInd,CheckboxType,String(length=1),Part XII Line 2a; Part XII Lines 2a and 2b,Basis in which the financial statements were compiled or reviewed by independent accountant; Financial statement issued on consolidated and separate basis,2013,
IRS990,part_xii,False,part_xii,280,AcctCmplOrRvwBss_CnsldtdBssFnclStmtInd,/IRS990/AcctCompileOrReviewBasisGrp/ConsolidatedBasisFinclStmtInd,CheckboxType,String(length=1),Part XII Line 2a; Part XII Lines 2a and 2b,Basis in which the financial statements were compiled or reviewed by independent accountant; Financial statement issued on consolidated basis,2013,
IRS990,part_xii,False,part_xii,271,AcctCmplOrRvwBss_SprtBssFnclStmtInd,/IRS990/AcctCompileOrReviewBasisGrp/SeparateBasisFinclStmtInd,CheckboxType,String(length=1),Part XII Line 2a; Part XII Lines 2a and 2b,Basis in which the financial statements were compiled or reviewed by independent accountant; Financial statement issued on separate basis,2013,
IRS990,part_iv,False,part_iv,500,ActvtsCndctdPrtshpInd,/IRS990/ActivitiesConductedPrtshpInd,,Text,Part IV Line 37,Activities conducted thru partnership?,2013,
IRS990,part_iii,False,part_iii,12,ActvtyCd,/IRS990/ActivityCd,IntegerNNType,BigInteger,Part III Line 4a,Activity code,2013,
IRS990,part_i,False,part_i,523,ActvtyOrMssnDsc,/IRS990/ActivityOrMissionDesc,ShortExplanationType,Text,Part I Line 1,Activity or mission description,2013,
IRS990,part_0,False,part_0,106,AddrssChngInd,/IRS990/AddressChangeInd,CheckboxType,String(length=1),B,Indicates this return has an address change,2013,
IRS990,part_ix,False,part_ix,69,Advrtsng_FndrsngAmt,/IRS990/AdvertisingGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 12; col (D),Advertising; Fundraising,2013,
IRS990,part_ix,False,part_ix,446,Advrtsng_MngmntAndGnrlAmt,/IRS990/AdvertisingGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 12; col (C),Advertising; Management and general,2013,
IRS990,part_ix,False,part_ix,109,Advrtsng_PrgrmSrvcsAmt,/IRS990/AdvertisingGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 12; col (B),Advertising; Program services,2013,
IRS990,part_ix,False,part_ix,501,Advrtsng_TtlAmt,/IRS990/AdvertisingGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 12; col (A),Advertising; Total,2013,
IRS990,part_0,False,part_0,479,AllAffltsInclddInd,/IRS990/AllAffiliatesIncludedInd,,Text,H(b),All affiliates included?,2013,
IRS990,part_viii,False,part_viii,226,AllOthrCntrbtnsAmt,/IRS990/AllOtherContributionsAmt,USAmountType,BigInteger,Part VIII Line 1f,"All other contributions, gifts, grants, and similar amounts not included in above",2013,
IRS990,part_ix,False,part_ix,552,AllOthrExpnss_FndrsngAmt,/IRS990/AllOtherExpensesGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 24e; col (D),All other expenses; Fundraising,2013,
IRS990,part_ix,False,part_ix,550,AllOthrExpnss_MngmntAndGnrlAmt,/IRS990/AllOtherExpensesGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 24e; col (C),All other expenses; Management and general,2013,
IRS990,part_ix,False,part_ix,224,AllOthrExpnss_PrgrmSrvcsAmt,/IRS990/AllOtherExpensesGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 24e; col (B),All other expenses; Program services,2013,
IRS990,part_ix,False,part_ix,309,AllOthrExpnss_TtlAmt,/IRS990/AllOtherExpensesGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 24e; col (A),All other expenses; Total,2013,
IRS990,part_0,False,part_0,447,AmnddRtrnInd,/IRS990/AmendedReturnInd,CheckboxType,String(length=1),B,Indicates this return is an amended return,2013,
IRS990,part_vi,False,part_vi,369,AnnlDsclsrCvrdPrsnInd,/IRS990/AnnualDisclosureCoveredPrsnInd,BooleanType,String(length=5),Part VI Section B Line 12b,Annual disclosure by covered persons?,2013,
IRS990,part_xii,False,part_xii,162,AdtCmmttInd,/IRS990/AuditCommitteeInd,BooleanType,String(length=5),Part XII Line 2c,Does the organization have an audit committee?,2013,
IRS990,part_iv,False,part_iv,256,AdtdFnnclStmtAttInd,/IRS990/AuditedFinancialStmtAttInd,,Text,Part IV Line 20b,Audited financial statement attached?,2013,
IRS990,part_v,False,part_v,270,BckpWthldCmplncInd,/IRS990/BackupWthldComplianceInd,BooleanType,String(length=5),Part V Line 1c,Compliance with backup witholding?,2013,
IRS990,part_ix,False,part_ix,330,BnftsTMmbrs_PrgrmSrvcsAmt,/IRS990/BenefitsToMembersGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 4; col (B),Benefits paid to or for members; Program services,2013,
IRS990,part_ix,False,part_ix,43,BnftsTMmbrs_TtlAmt,/IRS990/BenefitsToMembersGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 4; col (A),Benefits paid to or for members; Total,2013,
IRS990,part_vi,False,part_vi,531,BsnssNm_BsnssNmLn1Txt,/IRS990/BooksInCareOfDetail/BusinessName/BusinessNameLine1,BusinessNameLine1Type,String(length=75),Part VI Section C Line 20,The books are in care of; Name - Business; Business name line 1,2013,2013
IRS990,part_vi,False,part_vi,220,BsnssNm_BsnssNmLn1Txt,/IRS990/BooksInCareOfDetail/BusinessName/BusinessNameLine1Txt,BusinessNameLine1Type,String(length=75),Part VI Section C Line 20,The books are in care of; Name - Business; Business name line 1,2014,
IRS990,part_vi,False,part_vi,262,BsnssNm_BsnssNmLn2Txt,/IRS990/BooksInCareOfDetail/BusinessName/BusinessNameLine2,BusinessNameLine2Type,String(length=75),Part VI Section C Line 20,The books are in care of; Name - Business; Business name line 2,2013,2013
IRS990,part_vi,False,part_vi,202,BsnssNm_BsnssNmLn2Txt,/IRS990/BooksInCareOfDetail/BusinessName/BusinessNameLine2Txt,BusinessNameLine2Type,String(length=75),Part VI Section C Line 20,The books are in care of; Name - Business; Business name line 2,2014,
IRS990,part_vi,False,part_vi,121,FrgnAddrss_AddrssLn1Txt,/IRS990/BooksInCareOfDetail/ForeignAddress/AddressLine1,StreetAddressType,String(length=35),Part VI Section C Line 20,The books are in care of; Address - Foreign; Address line 1,2013,2013
IRS990,part_vi,False,part_vi,623,FrgnAddrss_AddrssLn1Txt,/IRS990/BooksInCareOfDetail/ForeignAddress/AddressLine1Txt,StreetAddressType,String(length=35),Part VI Section C Line 20,The books are in care of; Address - Foreign; Address line 1,2014,
IRS990,part_vi,False,part_vi,439,FrgnAddrss_AddrssLn2Txt,/IRS990/BooksInCareOfDetail/ForeignAddress/AddressLine2,StreetAddressType,String(length=35),Part VI Section C Line 20,The books are in care of; Address - Foreign; Address line 2,2013,2013
IRS990,part_vi,False,part_vi,553,FrgnAddrss_AddrssLn2Txt,/IRS990/BooksInCareOfDetail/ForeignAddress/AddressLine2Txt,StreetAddressType,String(length=35),Part VI Section C Line 20,The books are in care of; Address - Foreign; Address line 2,2014,
IRS990,part_vi,False,part_vi,297,FrgnAddrss_CtyNm,/IRS990/BooksInCareOfDetail/ForeignAddress/City,,Text,Part VI Section C Line 20,The books are in care of; Address - Foreign; City,2013,2013
IRS990,part_vi,False,part_vi,91,FrgnAddrss_CtyNm,/IRS990/BooksInCareOfDetail/ForeignAddress/CityNm,,Text,Part VI Section C Line 20,The books are in care of; Address - Foreign; City,2014,
IRS990,part_vi,False,part_vi,397,FrgnAddrss_CntryCd,/IRS990/BooksInCareOfDetail/ForeignAddress/Country,CountryType,String(length=2),Part VI Section C Line 20,The books are in care of; Address - Foreign; Country,2013,2013
IRS990,part_vi,False,part_vi,196,FrgnAddrss_CntryCd,/IRS990/BooksInCareOfDetail/ForeignAddress/CountryCd,CountryType,String(length=2),Part VI Section C Line 20,The books are in care of; Address - Foreign; Country,2014,
IRS990,part_vi,False,part_vi,101,FrgnAddrss_FrgnPstlCd,/IRS990/BooksInCareOfDetail/ForeignAddress/ForeignPostalCd,,Text,Part VI Section C Line 20,The books are in care of; Address - Foreign; Postal code,2014,
IRS990,part_vi,False,part_vi,390,FrgnAddrss_FrgnPstlCd,/IRS990/BooksInCareOfDetail/ForeignAddress/PostalCode,,Text,Part VI Section C Line 20,The books are in care of; Address - Foreign; Postal code,2013,2013
IRS990,part_vi,False,part_vi,425,FrgnAddrss_PrvncOrSttNm,/IRS990/BooksInCareOfDetail/ForeignAddress/ProvinceOrState,,Text,Part VI Section C Line 20,The books are in care of; Address - Foreign; Province or state,2013,2013
IRS990,part_vi,False,part_vi,383,FrgnAddrss_PrvncOrSttNm,/IRS990/BooksInCareOfDetail/ForeignAddress/ProvinceOrStateNm,,Text,Part VI Section C Line 20,The books are in care of; Address - Foreign; Province or state,2014,
IRS990,part_vi,False,part_vi,561,BksInCrOfDtl_PrsnNm,/IRS990/BooksInCareOfDetail/PersonNm,PersonNameType,String(length=35),Part VI Section C Line 20,The books are in care of; Name - Person,2013,
IRS990,part_vi,False,part_vi,576,BksInCrOfDtl_PhnNm,/IRS990/BooksInCareOfDetail/PhoneNum,PhoneNumberType,String(length=10),Part VI Section C Line 20,The books are in care of; Telephone number,2013,
IRS990,part_vi,False,part_vi,64,USAddrss_AddrssLn1Txt,/IRS990/BooksInCareOfDetail/USAddress/AddressLine1,StreetAddressType,String(length=35),Part VI Section C Line 20,The books are in care of; Address - US; Address line 1,2013,2013
IRS990,part_vi,False,part_vi,371,USAddrss_AddrssLn1Txt,/IRS990/BooksInCareOfDetail/USAddress/AddressLine1Txt,StreetAddressType,String(length=35),Part VI Section C Line 20,The books are in care of; Address - US; Address line 1,2014,
IRS990,part_vi,False,part_vi,170,USAddrss_AddrssLn2Txt,/IRS990/BooksInCareOfDetail/USAddress/AddressLine2,StreetAddressType,String(length=35),Part VI Section C Line 20,The books are in care of; Address - US; Address line 2,2013,2013
IRS990,part_vi,False,part_vi,579,USAddrss_AddrssLn2Txt,/IRS990/BooksInCareOfDetail/USAddress/AddressLine2Txt,StreetAddressType,String(length=35),Part VI Section C Line 20,The books are in care of; Address - US; Address line 2,2014,
IRS990,part_vi,False,part_vi,113,USAddrss_CtyNm,/IRS990/BooksInCareOfDetail/USAddress/City,CityType,String(length=22),Part VI Section C Line 20,The books are in care of; Address - US; City,2013,2013
IRS990,part_vi,False,part_vi,578,USAddrss_CtyNm,/IRS990/BooksInCareOfDetail/USAddress/CityNm,CityType,String(length=22),Part VI Section C Line 20,The books are in care of; Address - US; City,2014,
IRS990,part_vi,False,part_vi,92,USAddrss_SttAbbrvtnCd,/IRS990/BooksInCareOfDetail/USAddress/State,StateType,String(length=2),Part VI Section C Line 20,The books are in care of; Address - US; State,2013,2013
IRS990,part_vi,False,part_vi,186,USAddrss_SttAbbrvtnCd,/IRS990/BooksInCareOfDetail/USAddress/StateAbbreviationCd,StateType,String(length=2),Part VI Section C Line 20,The books are in care of; Address - US; State,2014,
IRS990,part_vi,False,part_vi,28,USAddrss_ZIPCd,/IRS990/BooksInCareOfDetail/USAddress/ZIPCd,ZIPCodeType,String(length=15),Part VI Section C Line 20,The books are in care of; Address - US; ZIP code,2014,
IRS990,part_vi,False,part_vi,489,USAddrss_ZIPCd,/IRS990/BooksInCareOfDetail/USAddress/ZIPCode,ZIPCodeType,String(length=15),Part VI Section C Line 20,The books are in care of; Address - US; ZIP code,2013,2013
IRS990,part_iv,False,part_iv,393,BsnssRlnWthFmMmInd,/IRS990/BusinessRlnWithFamMemInd,,Text,Part IV Line 28b,Business relationship thru family member?,2013,
IRS990,part_iv,False,part_iv,363,BsnssRlnWthOffcrEntInd,/IRS990/BusinessRlnWithOfficerEntInd,,Text,Part IV Line 28c,"Officer, etc. of entity with business relationship?",2013,
IRS990,part_iv,False,part_iv,158,BsnssRlnWthOrgMmInd,/IRS990/BusinessRlnWithOrgMemInd,,Text,Part IV Line 28a,Business relationship with organization?,2013,
IRS990,part_i,False,part_i,52,CYBnftsPdTMmbrsAmt,/IRS990/CYBenefitsPaidToMembersAmt,USAmountType,BigInteger,Part I Line 14,Benefits paid to members - current year,2013,
IRS990,part_i,False,part_i,366,CYCntrbtnsGrntsAmt,/IRS990/CYContributionsGrantsAmt,USAmountType,BigInteger,Part I Line 8,Contributions and grants - current year,2013,
IRS990,part_i,False,part_i,433,CYGrntsAndSmlrPdAmt,/IRS990/CYGrantsAndSimilarPaidAmt,USAmountType,BigInteger,Part I Line 13,Grants and similar amounts - current year,2013,
IRS990,part_i,False,part_i,269,CYInvstmntIncmAmt,/IRS990/CYInvestmentIncomeAmt,USAmountType,BigInteger,Part I Line 10,Investment income - current year,2013,
IRS990,part_i,False,part_i,90,CYOthrExpnssAmt,/IRS990/CYOtherExpensesAmt,USAmountType,BigInteger,Part I Line 17,Other expenses - current year,2013,
IRS990,part_i,False,part_i,502,CYOthrRvnAmt,/IRS990/CYOtherRevenueAmt,USAmountType,BigInteger,Part I Line 11,Other revenue - current year,2013,
IRS990,part_i,False,part_i,46,CYPrgrmSrvcRvnAmt,/IRS990/CYProgramServiceRevenueAmt,USAmountType,BigInteger,Part I Line 9,Program service revenue - current year,2013,
IRS990,part_i,False,part_i,457,CYRvnsLssExpnssAmt,/IRS990/CYRevenuesLessExpensesAmt,USAmountType,BigInteger,Part I Line 19,Revenues less expenses - current year,2013,
IRS990,part_i,False,part_i,574,CYSlrsCmpEmpBnftPdAmt,/IRS990/CYSalariesCompEmpBnftPaidAmt,USAmountType,BigInteger,Part I Line 15,"Salaries, etc - current year",2013,
IRS990,part_i,False,part_i,141,CYTtlExpnssAmt,/IRS990/CYTotalExpensesAmt,USAmountType,BigInteger,Part I Line 18,Total Expenses - current year,2013,
IRS990,part_i,False,part_i,102,CYTtlFndrsngExpnsAmt,/IRS990/CYTotalFundraisingExpenseAmt,USAmountType,BigInteger,Part I Line 16b,Total fundraising expense - current year,2013,
IRS990,part_i,False,part_i,462,CYTtlPrfFndrsngExpnsAmt,/IRS990/CYTotalProfFndrsngExpnsAmt,USAmountType,BigInteger,Part I Line 16a,Total professional fundraising expense - current year,2013,
IRS990,part_i,False,part_i,545,CYTtlRvnAmt,/IRS990/CYTotalRevenueAmt,USAmountType,BigInteger,Part I Line 12,Total revenue - current year,2013,
IRS990,part_x,False,part_x,455,CpStkTrPrnCrrntFnds_BOYAmt,/IRS990/CapStkTrPrinCurrentFundsGrp/BOYAmt,USAmountType,BigInteger,Part X Line 30; Part X Column (A),"Capital stock or trust principal, or current funds; Beginnning of year",2013,
IRS990,part_x,False,part_x,14,CpStkTrPrnCrrntFnds_EOYAmt,/IRS990/CapStkTrPrinCurrentFundsGrp/EOYAmt,USAmountType,BigInteger,Part X Line 30; Part X Column (B),"Capital stock or trust principal, or current funds; Ending of year",2013,
IRS990,part_x,False,part_x,198,CshNnIntrstBrng_BOYAmt,/IRS990/CashNonInterestBearingGrp/BOYAmt,USAmountType,BigInteger,Part X Line 1; Part X Column (A),Cash - Non interest bearing; Beginnning of year,2013,
IRS990,part_x,False,part_x,556,CshNnIntrstBrng_EOYAmt,/IRS990/CashNonInterestBearingGrp/EOYAmt,USAmountType,BigInteger,Part X Line 1; Part X Column (B),Cash - Non interest bearing; Ending of year,2013,
IRS990,part_vi,False,part_vi,276,ChngTOrgDcmntsInd,/IRS990/ChangeToOrgDocumentsInd,BooleanType,String(length=5),Part VI Section A Line 4,Changes to organizing docs?,2013,
IRS990,part_vii,False,part_vii,298,CntrctRcvdGrtrThn100KCnt,/IRS990/CntrctRcvdGreaterThan100KCnt,CountType,Integer,Part VII Section B Line 2,Number of contractors greater than $100K,2013,
IRS990,part_iv,False,part_iv,17,CllctnsOfArtInd,/IRS990/CollectionsOfArtInd,,Text,Part IV Line 8,Collections of art?,2013,
IRS990,part_ix,False,part_ix,71,CmpCrrntOfcrDrctrs_FndrsngAmt,/IRS990/CompCurrentOfcrDirectorsGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 5; col (D),"Compensation of current officers, directors, and key employees; Fundraising",2013,
IRS990,part_ix,False,part_ix,30,CmpCrrntOfcrDrctrs_MngmntAndGnrlAmt,/IRS990/CompCurrentOfcrDirectorsGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 5; col (C),"Compensation of current officers, directors, and key employees; Management and general",2013,
IRS990,part_ix,False,part_ix,139,CmpCrrntOfcrDrctrs_PrgrmSrvcsAmt,/IRS990/CompCurrentOfcrDirectorsGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 5; col (B),"Compensation of current officers, directors, and key employees; Program services",2013,
IRS990,part_ix,False,part_ix,353,CmpCrrntOfcrDrctrs_TtlAmt,/IRS990/CompCurrentOfcrDirectorsGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 5; col (A),"Compensation of current officers, directors, and key employees; Total",2013,
IRS990,part_ix,False,part_ix,97,CmpDsqlPrsns_FndrsngAmt,/IRS990/CompDisqualPersonsGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 6; col (D),Compensation and other distributions not included above to disqualified persons; Fundraising,2013,
IRS990,part_ix,False,part_ix,417,CmpDsqlPrsns_MngmntAndGnrlAmt,/IRS990/CompDisqualPersonsGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 6; col (C),Compensation and other distributions not included above to disqualified persons; Management and general,2013,
IRS990,part_ix,False,part_ix,129,CmpDsqlPrsns_PrgrmSrvcsAmt,/IRS990/CompDisqualPersonsGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 6; col (B),Compensation and other distributions not included above to disqualified persons; Program services,2013,
IRS990,part_ix,False,part_ix,605,CmpDsqlPrsns_TtlAmt,/IRS990/CompDisqualPersonsGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 6; col (A),Compensation and other distributions not included above to disqualified persons; Total,2013,
IRS990,part_vii,False,part_vii,632,CmpnstnFrmOthrSrcsInd,/IRS990/CompensationFromOtherSrcsInd,BooleanType,String(length=5),Part VII Section A Line 5,Compensation from other sources?,2013,
IRS990,part_vi,False,part_vi,322,CmpnstnPrcssCEOInd,/IRS990/CompensationProcessCEOInd,BooleanType,String(length=5),Part VI Section B Line 15a,Compensation process CEO?,2013,
IRS990,part_vi,False,part_vi,316,CmpnstnPrcssOthrInd,/IRS990/CompensationProcessOtherInd,BooleanType,String(length=5),Part VI Section B Line 15b,Compensation process other?,2013,
IRS990,part_ix,False,part_ix,123,CnfrncsMtngs_FndrsngAmt,/IRS990/ConferencesMeetingsGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 19; col (D),"Conferences, conventions and meetings; Fundraising",2013,
IRS990,part_ix,False,part_ix,103,CnfrncsMtngs_MngmntAndGnrlAmt,/IRS990/ConferencesMeetingsGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 19; col (C),"Conferences, conventions and meetings; Management and general",2013,
IRS990,part_ix,False,part_ix,124,CnfrncsMtngs_PrgrmSrvcsAmt,/IRS990/ConferencesMeetingsGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 19; col (B),"Conferences, conventions and meetings; Program services",2013,
IRS990,part_ix,False,part_ix,394,CnfrncsMtngs_TtlAmt,/IRS990/ConferencesMeetingsGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 19; col (A),"Conferences, conventions and meetings; Total",2013,
IRS990,part_vi,False,part_vi,119,CnflctOfIntrstPlcyInd,/IRS990/ConflictOfInterestPolicyInd,BooleanType,String(length=5),Part VI Section B Line 12a,Conflict of interest policy?,2013,
IRS990,part_iv,False,part_iv,236,CnsrvtnEsmntsInd,/IRS990/ConservationEasementsInd,,Text,Part IV Line 7,Conservation easements?,2013,
IRS990,part_iv,False,part_iv,558,CnsldtdAdtFnclStmtInd,/IRS990/ConsolidatedAuditFinclStmtInd,,Text,Part IV Line 12b,Consolidated audited financial statement?,2013,
IRS990,part_i,False,part_i,573,CntrctTrmntnInd,/IRS990/ContractTerminationInd,CheckboxType,String(length=1),Part I Line 2,Termination or contraction,2013,
IRS990,part_vii,True,CntrctrCmpnstn,199,CntrctrCmpnstn_CmpnstnAmt,/IRS990/ContractorCompensationGrp/CompensationAmt,USAmountType,BigInteger,Part VII Section B; Part VII Section B Line 1(C),Section B; Compensation,2013,
IRS990,part_vii,True,CntrctrCmpnstn,3,FrgnAddrss_AddrssLn1Txt,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/AddressLine1,StreetAddressType,String(length=35),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; Address line 1,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,438,FrgnAddrss_AddrssLn1Txt,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/AddressLine1Txt,StreetAddressType,String(length=35),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; Address line 1,2014,
IRS990,part_vii,True,CntrctrCmpnstn,504,FrgnAddrss_AddrssLn2Txt,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/AddressLine2,StreetAddressType,String(length=35),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; Address line 2,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,617,FrgnAddrss_AddrssLn2Txt,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/AddressLine2Txt,StreetAddressType,String(length=35),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; Address line 2,2014,
IRS990,part_vii,True,CntrctrCmpnstn,463,FrgnAddrss_CtyNm,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/City,,Text,Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; City,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,478,FrgnAddrss_CtyNm,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/CityNm,,Text,Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; City,2014,
IRS990,part_vii,True,CntrctrCmpnstn,287,FrgnAddrss_CntryCd,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/Country,CountryType,String(length=2),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; Country,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,590,FrgnAddrss_CntryCd,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/CountryCd,CountryType,String(length=2),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; Country,2014,
IRS990,part_vii,True,CntrctrCmpnstn,84,FrgnAddrss_FrgnPstlCd,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/ForeignPostalCd,,Text,Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; Postal code,2014,
IRS990,part_vii,True,CntrctrCmpnstn,314,FrgnAddrss_FrgnPstlCd,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/PostalCode,,Text,Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; Postal code,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,57,FrgnAddrss_PrvncOrSttNm,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/ProvinceOrState,,Text,Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; Province or state,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,548,FrgnAddrss_PrvncOrSttNm,/IRS990/ContractorCompensationGrp/ContractorAddress/ForeignAddress/ProvinceOrStateNm,,Text,Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - Foreign; Province or state,2014,
IRS990,part_vii,True,CntrctrCmpnstn,193,USAddrss_AddrssLn1Txt,/IRS990/ContractorCompensationGrp/ContractorAddress/USAddress/AddressLine1,StreetAddressType,String(length=35),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - US; Address line 1,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,114,USAddrss_AddrssLn1Txt,/IRS990/ContractorCompensationGrp/ContractorAddress/USAddress/AddressLine1Txt,StreetAddressType,String(length=35),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - US; Address line 1,2014,
IRS990,part_vii,True,CntrctrCmpnstn,621,USAddrss_AddrssLn2Txt,/IRS990/ContractorCompensationGrp/ContractorAddress/USAddress/AddressLine2,StreetAddressType,String(length=35),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - US; Address line 2,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,345,USAddrss_AddrssLn2Txt,/IRS990/ContractorCompensationGrp/ContractorAddress/USAddress/AddressLine2Txt,StreetAddressType,String(length=35),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - US; Address line 2,2014,
IRS990,part_vii,True,CntrctrCmpnstn,575,USAddrss_CtyNm,/IRS990/ContractorCompensationGrp/ContractorAddress/USAddress/City,CityType,String(length=22),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - US; City,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,115,USAddrss_CtyNm,/IRS990/ContractorCompensationGrp/ContractorAddress/USAddress/CityNm,CityType,String(length=22),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - US; City,2014,
IRS990,part_vii,True,CntrctrCmpnstn,340,USAddrss_SttAbbrvtnCd,/IRS990/ContractorCompensationGrp/ContractorAddress/USAddress/State,StateType,String(length=2),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - US; State,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,153,USAddrss_SttAbbrvtnCd,/IRS990/ContractorCompensationGrp/ContractorAddress/USAddress/StateAbbreviationCd,StateType,String(length=2),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - US; State,2014,
IRS990,part_vii,True,CntrctrCmpnstn,181,USAddrss_ZIPCd,/IRS990/ContractorCompensationGrp/ContractorAddress/USAddress/ZIPCd,ZIPCodeType,String(length=15),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - US; ZIP code,2014,
IRS990,part_vii,True,CntrctrCmpnstn,175,USAddrss_ZIPCd,/IRS990/ContractorCompensationGrp/ContractorAddress/USAddress/ZIPCode,ZIPCodeType,String(length=15),Part VII Section B; Part VII Section B Line 1(A),Section B; Address of contractor; Address - US; ZIP code,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,536,BsnssNm_BsnssNmLn1Txt,/IRS990/ContractorCompensationGrp/ContractorName/BusinessName/BusinessNameLine1,BusinessNameLine1Type,String(length=75),Part VII Section B; Part VII Section B Line 1(A),Section B; Name of contractor; Name - Business; Business name line 1,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,288,BsnssNm_BsnssNmLn1Txt,/IRS990/ContractorCompensationGrp/ContractorName/BusinessName/BusinessNameLine1Txt,BusinessNameLine1Type,String(length=75),Part VII Section B; Part VII Section B Line 1(A),Section B; Name of contractor; Name - Business; Business name line 1,2014,
IRS990,part_vii,True,CntrctrCmpnstn,206,BsnssNm_BsnssNmLn2Txt,/IRS990/ContractorCompensationGrp/ContractorName/BusinessName/BusinessNameLine2,BusinessNameLine2Type,String(length=75),Part VII Section B; Part VII Section B Line 1(A),Section B; Name of contractor; Name - Business; Business name line 2,2013,2013
IRS990,part_vii,True,CntrctrCmpnstn,24,BsnssNm_BsnssNmLn2Txt,/IRS990/ContractorCompensationGrp/ContractorName/BusinessName/BusinessNameLine2Txt,BusinessNameLine2Type,String(length=75),Part VII Section B; Part VII Section B Line 1(A),Section B; Name of contractor; Name - Business; Business name line 2,2014,
IRS990,part_vii,True,CntrctrCmpnstn,332,CntrctrNm_PrsnNm,/IRS990/ContractorCompensationGrp/ContractorName/PersonNm,PersonNameType,String(length=35),Part VII Section B; Part VII Section B Line 1(A),Section B; Name of contractor; Name - Person,2013,
IRS990,part_vii,True,CntrctrCmpnstn,581,CntrctrCmpnstn_SrvcsDsc,/IRS990/ContractorCompensationGrp/ServicesDesc,LineExplanationType,String(length=100),Part VII Section B; Part VII Section B Line 1(B),Section B; Description of services,2013,
IRS990,part_viii,False,part_viii,401,CntrRptFndrsngEvntAmt,/IRS990/ContriRptFundraisingEventAmt,USAmountType,BigInteger,Part VIII Line 8a,"Contributions reported from fundraising events on line 1c, Line 8a underline",2013,
IRS990,part_viii,False,part_viii,135,CstOfGdsSldAmt,/IRS990/CostOfGoodsSoldAmt,USAmountType,BigInteger,Part VIII Line 10b,Less cost of goods sold,2013,
IRS990,part_iv,False,part_iv,289,CrdtCnslngInd,/IRS990/CreditCounselingInd,,Text,Part IV Line 9,Credit counseling?,2013,
IRS990,part_v,False,part_v,294,DAFExcssBsnssHldngsInd,/IRS990/DAFExcessBusinessHoldingsInd,BooleanType,String(length=5),Part V Line 8,Donor advised fund have excess business holdings?,2014,
IRS990,part_vi,False,part_vi,456,DcsnsSbjctTApprvInd,/IRS990/DecisionsSubjectToApprovaInd,BooleanType,String(length=5),Part VI Section A Line 7b,decisions subject to approval?,2013,
IRS990,part_iv,False,part_iv,522,DdctblArtCntrbtnInd,/IRS990/DeductibleArtContributionInd,,Text,Part IV Line 30,"Deductible contributions of art, etc?",2013,
IRS990,part_iv,False,part_iv,94,DdctblNnCshCntrInd,/IRS990/DeductibleNonCashContriInd,,Text,Part IV Line 29,Deductible non-cash contributions?,2013,
IRS990,part_x,False,part_x,356,DfrrdRvn_BOYAmt,/IRS990/DeferredRevenueGrp/BOYAmt,USAmountType,BigInteger,Part X Line 19; Part X Column (A),Deferred revenue; Beginnning of year,2013,
IRS990,part_x,False,part_x,258,DfrrdRvn_EOYAmt,/IRS990/DeferredRevenueGrp/EOYAmt,USAmountType,BigInteger,Part X Line 19; Part X Column (B),Deferred revenue; Ending of year,2013,
IRS990,part_vi,False,part_vi,203,DlgtnOfMgmtDtsInd,/IRS990/DelegationOfMgmtDutiesInd,BooleanType,String(length=5),Part VI Section A Line 3,Delegation of management duties?,2013,
IRS990,part_ix,False,part_ix,18,DprctnDpltn_FndrsngAmt,/IRS990/DepreciationDepletionGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 22; col (D),"Depreciation, depletion, and amortization; Fundraising",2013,
IRS990,part_ix,False,part_ix,618,DprctnDpltn_MngmntAndGnrlAmt,/IRS990/DepreciationDepletionGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 22; col (C),"Depreciation, depletion, and amortization; Management and general",2013,
IRS990,part_ix,False,part_ix,245,DprctnDpltn_PrgrmSrvcsAmt,/IRS990/DepreciationDepletionGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 22; col (B),"Depreciation, depletion, and amortization; Program services",2013,
IRS990,part_ix,False,part_ix,61,DprctnDpltn_TtlAmt,/IRS990/DepreciationDepletionGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 22; col (A),"Depreciation, depletion, and amortization; Total",2013,
IRS990,part_iii,False,part_iii,48,Dsc,/IRS990/Desc,ExplanationType,Text,Part III Line 4a,Description,2013,
IRS990,part_iv,False,part_iv,189,DscrbdInSctn501c3Ind,/IRS990/DescribedInSection501c3Ind,,Text,Part IV Line 1,Described in 501(c)(3)?,2013,
IRS990,part_iv,False,part_iv,208,DsrgrddEnttyInd,/IRS990/DisregardedEntityInd,,Text,Part IV Line 33,Disregarded entity?,2013,
IRS990,part_v,False,part_v,431,DstrbtnTDnrInd,/IRS990/DistributionToDonorInd,BooleanType,String(length=5),Part V Line 9b,Distribution to donor?,2013,
IRS990,part_vi,False,part_vi,624,DcmntRtntnPlcyInd,/IRS990/DocumentRetentionPolicyInd,BooleanType,String(length=5),Part VI Section B Line 14,Document retention policy?,2013,
IRS990,part_0,False,part_0,266,DngBsnssAsNm_BsnssNmLn1Txt,/IRS990/DoingBusinessAsName/BusinessNameLine1,BusinessNameLine1Type,String(length=75),C,Doing business as; Business name line 1,2013,2013
IRS990,part_0,False,part_0,286,DngBsnssAsNm_BsnssNmLn1Txt,/IRS990/DoingBusinessAsName/BusinessNameLine1Txt,BusinessNameLine1Type,String(length=75),C,Doing business as; Business name line 1,2014,
IRS990,part_0,False,part_0,400,DngBsnssAsNm_BsnssNmLn2Txt,/IRS990/DoingBusinessAsName/BusinessNameLine2,BusinessNameLine2Type,String(length=75),C,Doing business as; Business name line 2,2013,2013
IRS990,part_0,False,part_0,440,DngBsnssAsNm_BsnssNmLn2Txt,/IRS990/DoingBusinessAsName/BusinessNameLine2Txt,BusinessNameLine2Type,String(length=75),C,Doing business as; Business name line 2,2014,
IRS990,part_xi,False,part_xi,192,DntdSrvcsAndUsFcltsAmt,/IRS990/DonatedServicesAndUseFcltsAmt,USAmountType,BigInteger,Part XI Line 6,Donated services and use of facilities,2013,
IRS990,part_iv,False,part_iv,1,DnrAdvsdFndInd,/IRS990/DonorAdvisedFundInd,,Text,Part IV Line 6,Donor advised funds?,2013,
IRS990,part_vi,False,part_vi,476,ElctnOfBrdMmbrsInd,/IRS990/ElectionOfBoardMembersInd,BooleanType,String(length=5),Part VI Section A Line 7a,election of board members?,2013,
IRS990,part_v,False,part_v,384,EmplyCnt,/IRS990/EmployeeCnt,CountType,Integer,Part V Line 2a,Number of employees,2013,
IRS990,part_v,False,part_v,210,EmplymntTxRtrnsFldInd,/IRS990/EmploymentTaxReturnsFiledInd,BooleanType,String(length=5),Part V Line 2b,Employment tax returns filed?,2013,
IRS990,part_iv,False,part_iv,566,EnggdInExcssBnftTrnsInd,/IRS990/EngagedInExcessBenefitTransInd,,Text,Part IV Line 25a,Excess benefit transaction?,2013,
IRS990,part_iv,False,part_iv,508,EscrwAccntInd,/IRS990/EscrowAccountInd,BooleanType,String(length=5),Part IV Line 24c,Escrow account?,2013,
IRS990,part_x,False,part_x,331,EscrwAccntLblty_BOYAmt,/IRS990/EscrowAccountLiabilityGrp/BOYAmt,USAmountType,BigInteger,Part X Line 21; Part X Column (A),Escrow account liability; Beginnning of year,2013,
IRS990,part_x,False,part_x,177,EscrwAccntLblty_EOYAmt,/IRS990/EscrowAccountLiabilityGrp/EOYAmt,USAmountType,BigInteger,Part X Line 21; Part X Column (B),Escrow account liability; Ending of year,2013,
IRS990,part_v,False,part_v,396,DAFExcssBsnssHldngsInd,/IRS990/ExcessBusinessHoldingsInd,BooleanType,String(length=5),Part V Line 8,Donor advised fund have excess business holdings?,2013,2013
IRS990,part_iii,False,part_iii,585,ExpnsAmt,/IRS990/ExpenseAmt,USAmountType,BigInteger,Part III Line 4a,Expense,2013,
IRS990,part_xii,False,part_xii,622,FSAdtdBss_CnslAndSpBssFnclStmtInd,/IRS990/FSAuditedBasisGrp/ConsolAndSepBasisFinclStmtInd,CheckboxType,String(length=1),Part XII Line 2b; Part XII Lines 2a and 2b,Basis in which the financial statements were audited by an independent accountant; Financial statement issued on consolidated and separate basis,2013,
IRS990,part_xii,False,part_xii,490,FSAdtdBss_CnsldtdBssFnclStmtInd,/IRS990/FSAuditedBasisGrp/ConsolidatedBasisFinclStmtInd,CheckboxType,String(length=1),Part XII Line 2b; Part XII Lines 2a and 2b,Basis in which the financial statements were audited by an independent accountant; Financial statement issued on consolidated basis,2013,
IRS990,part_xii,False,part_xii,248,FSAdtdBss_SprtBssFnclStmtInd,/IRS990/FSAuditedBasisGrp/SeparateBasisFinclStmtInd,CheckboxType,String(length=1),Part XII Line 2b; Part XII Lines 2a and 2b,Basis in which the financial statements were audited by an independent accountant; Financial statement issued on separate basis,2013,
IRS990,part_xii,False,part_xii,491,FSAdtdInd,/IRS990/FSAuditedInd,BooleanType,String(length=5),Part XII Line 2b,Financial sheets audited?,2013,
IRS990,part_vi,False,part_vi,117,FmlyOrBsnssRlnInd,/IRS990/FamilyOrBusinessRlnInd,BooleanType,String(length=5),Part VI Section A Line 2,Family or business relationship?,2013,
IRS990,part_xii,False,part_xii,247,FdrlGrntAdtPrfrmdInd,/IRS990/FederalGrantAuditPerformedInd,BooleanType,String(length=5),Part XII Line 3b,Federal grant audit performed?,2013,
IRS990,part_xii,False,part_xii,506,FdrlGrntAdtRqrdInd,/IRS990/FederalGrantAuditRequiredInd,BooleanType,String(length=5),Part XII Line 3a,Federal grant audit required?,2013,
IRS990,part_viii,False,part_viii,343,FdrtdCmpgnsAmt,/IRS990/FederatedCampaignsAmt,USAmountType,BigInteger,Part VIII Line 1a,Federated campaigns,2013,
IRS990,part_ix,False,part_ix,381,FsFrSrvcsAccntng_FndrsngAmt,/IRS990/FeesForServicesAccountingGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 11c; col (D),Fees for services (non-employees): accounting; Fundraising,2013,
IRS990,part_ix,False,part_ix,586,FsFrSrvcsAccntng_MngmntAndGnrlAmt,/IRS990/FeesForServicesAccountingGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 11c; col (C),Fees for services (non-employees): accounting; Management and general,2013,
IRS990,part_ix,False,part_ix,112,FsFrSrvcsAccntng_PrgrmSrvcsAmt,/IRS990/FeesForServicesAccountingGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 11c; col (B),Fees for services (non-employees): accounting; Program services,2013,
IRS990,part_ix,False,part_ix,557,FsFrSrvcsAccntng_TtlAmt,/IRS990/FeesForServicesAccountingGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 11c; col (A),Fees for services (non-employees): accounting; Total,2013,
IRS990,part_ix,False,part_ix,227,FsFrSrvcsLgl_FndrsngAmt,/IRS990/FeesForServicesLegalGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 11b; col (D),Fees for services (non-employees): Legal; Fundraising,2013,
IRS990,part_ix,False,part_ix,386,FsFrSrvcsLgl_MngmntAndGnrlAmt,/IRS990/FeesForServicesLegalGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 11b; col (C),Fees for services (non-employees): Legal; Management and general,2013,
IRS990,part_ix,False,part_ix,45,FsFrSrvcsLgl_PrgrmSrvcsAmt,/IRS990/FeesForServicesLegalGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 11b; col (B),Fees for services (non-employees): Legal; Program services,2013,
IRS990,part_ix,False,part_ix,86,FsFrSrvcsLgl_TtlAmt,/IRS990/FeesForServicesLegalGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 11b; col (A),Fees for services (non-employees): Legal; Total,2013,
IRS990,part_ix,False,part_ix,116,FsFrSrvcsLbbyng_FndrsngAmt,/IRS990/FeesForServicesLobbyingGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 11d; col (D),Fees for services (non-employees): Lobbying; Fundraising,2013,
IRS990,part_ix,False,part_ix,82,FsFrSrvcsLbbyng_MngmntAndGnrlAmt,/IRS990/FeesForServicesLobbyingGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 11d; col (C),Fees for services (non-employees): Lobbying; Management and general,2013,
IRS990,part_ix,False,part_ix,305,FsFrSrvcsLbbyng_PrgrmSrvcsAmt,/IRS990/FeesForServicesLobbyingGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 11d; col (B),Fees for services (non-employees): Lobbying; Program services,2013,
IRS990,part_ix,False,part_ix,282,FsFrSrvcsLbbyng_TtlAmt,/IRS990/FeesForServicesLobbyingGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 11d; col (A),Fees for services (non-employees): Lobbying; Total,2013,
IRS990,part_ix,False,part_ix,310,FsFrSrvcsMngmnt_FndrsngAmt,/IRS990/FeesForServicesManagementGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 11a; col (D),Fees for services (non-employees): Management; Fundraising,2013,
IRS990,part_ix,False,part_ix,184,FsFrSrvcsMngmnt_MngmntAndGnrlAmt,/IRS990/FeesForServicesManagementGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 11a; col (C),Fees for services (non-employees): Management; Management and general,2013,
IRS990,part_ix,False,part_ix,148,FsFrSrvcsMngmnt_PrgrmSrvcsAmt,/IRS990/FeesForServicesManagementGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 11a; col (B),Fees for services (non-employees): Management; Program services,2013,
IRS990,part_ix,False,part_ix,49,FsFrSrvcsMngmnt_TtlAmt,/IRS990/FeesForServicesManagementGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 11a; col (A),Fees for services (non-employees): Management; Total,2013,
IRS990,part_ix,False,part_ix,292,FsFrSrvcsOthr_FndrsngAmt,/IRS990/FeesForServicesOtherGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 11g; col (D),Fees for services (non-employees): Other; Fundraising,2013,
IRS990,part_ix,False,part_ix,251,FsFrSrvcsOthr_MngmntAndGnrlAmt,/IRS990/FeesForServicesOtherGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 11g; col (C),Fees for services (non-employees): Other; Management and general,2013,
IRS990,part_ix,False,part_ix,443,FsFrSrvcsOthr_PrgrmSrvcsAmt,/IRS990/FeesForServicesOtherGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 11g; col (B),Fees for services (non-employees): Other; Program services,2013,
IRS990,part_ix,False,part_ix,214,FsFrSrvcsOthr_TtlAmt,/IRS990/FeesForServicesOtherGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 11g; col (A),Fees for services (non-employees): Other; Total,2013,
IRS990,part_ix,False,part_ix,591,FsFrSrvcsPrfFndrsng,/IRS990/FeesForServicesProfFundraising,,Text,Part IX Line 11e,Fees for services (non-employees): Professional fundraising,2013,
IRS990,part_ix,False,part_ix,77,FsFrSrvcsPrfFndrsng_FndrsngAmt,/IRS990/FeesForServicesProfFundraising/FundraisingAmt,USAmountType,BigInteger,Part IX Line 11e; col (D),Fees for services (non-employees): Professional fundraising; Fundraising,2013,
IRS990,part_ix,False,part_ix,551,FsFrSrvcsPrfFndrsng_TtlAmt,/IRS990/FeesForServicesProfFundraising/TotalAmt,USAmountType,BigInteger,Part IX Line 11e; col (A),Fees for services (non-employees): Professional fundraising; Total,2013,
IRS990,part_ix,False,part_ix,567,FsFrSrvcInvstMgmntFs_FndrsngAmt,/IRS990/FeesForSrvcInvstMgmntFeesGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 11f; col (D),Fees for services (non-employees): Investment management fees; Fundraising,2013,
IRS990,part_ix,False,part_ix,108,FsFrSrvcInvstMgmntFs_MngmntAndGnrlAmt,/IRS990/FeesForSrvcInvstMgmntFeesGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 11f; col (C),Fees for services (non-employees): Investment management fees; Management and general,2013,
IRS990,part_ix,False,part_ix,466,FsFrSrvcInvstMgmntFs_PrgrmSrvcsAmt,/IRS990/FeesForSrvcInvstMgmntFeesGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 11f; col (B),Fees for services (non-employees): Investment management fees; Program services,2013,
IRS990,part_ix,False,part_ix,118,FsFrSrvcInvstMgmntFs_TtlAmt,/IRS990/FeesForSrvcInvstMgmntFeesGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 11f; col (A),Fees for services (non-employees): Investment management fees; Total,2013,
IRS990,part_0,False,part_0,319,FnlRtrnInd,/IRS990/FinalReturnInd,CheckboxType,String(length=1),B,Indicates this return is a terminated return,2013,
IRS990,part_iv,False,part_iv,281,FrgnActvtsInd,/IRS990/ForeignActivitiesInd,,Text,Part IV Line 14b,"Foreign activities, etc?",2013,
IRS990,part_0,False,part_0,20,FrgnAddrss_AddrssLn1Txt,/IRS990/ForeignAddress/AddressLine1,StreetAddressType,String(length=35),F,Address of principal officer - Foreign; Address line 1,2013,2013
IRS990,part_0,False,part_0,149,FrgnAddrss_AddrssLn1Txt,/IRS990/ForeignAddress/AddressLine1Txt,StreetAddressType,String(length=35),F,Address of principal officer - Foreign; Address line 1,2014,
IRS990,part_0,False,part_0,526,FrgnAddrss_AddrssLn2Txt,/IRS990/ForeignAddress/AddressLine2,StreetAddressType,String(length=35),F,Address of principal officer - Foreign; Address line 2,2013,2013
IRS990,part_0,False,part_0,432,FrgnAddrss_AddrssLn2Txt,/IRS990/ForeignAddress/AddressLine2Txt,StreetAddressType,String(length=35),F,Address of principal officer - Foreign; Address line 2,2014,
IRS990,part_0,False,part_0,426,FrgnAddrss_CtyNm,/IRS990/ForeignAddress/City,,Text,F,Address of principal officer - Foreign; City,2013,2013
IRS990,part_0,False,part_0,598,FrgnAddrss_CtyNm,/IRS990/ForeignAddress/CityNm,,Text,F,Address of principal officer - Foreign; City,2014,
IRS990,part_0,False,part_0,486,FrgnAddrss_CntryCd,/IRS990/ForeignAddress/Country,CountryType,String(length=2),F,Address of principal officer - Foreign; Country,2013,2013
IRS990,part_0,False,part_0,257,FrgnAddrss_CntryCd,/IRS990/ForeignAddress/CountryCd,CountryType,String(length=2),F,Address of principal officer - Foreign; Country,2014,
IRS990,part_0,False,part_0,44,FrgnAddrss_FrgnPstlCd,/IRS990/ForeignAddress/ForeignPostalCd,,Text,F,Address of principal officer - Foreign; Postal code,2014,
IRS990,part_0,False,part_0,495,FrgnAddrss_FrgnPstlCd,/IRS990/ForeignAddress/PostalCode,,Text,F,Address of principal officer - Foreign; Postal code,2013,2013
IRS990,part_0,False,part_0,395,FrgnAddrss_PrvncOrSttNm,/IRS990/ForeignAddress/ProvinceOrState,,Text,F,Address of principal officer - Foreign; Province or state,2013,2013
IRS990,part_0,False,part_0,427,FrgnAddrss_PrvncOrSttNm,/IRS990/ForeignAddress/ProvinceOrStateNm,,Text,F,Address of principal officer - Foreign; Province or state,2014,
IRS990,part_v,True,FrgnCntryCd,554,FrgnCntryCd,/IRS990/ForeignCountryCd,CountryType,String(length=2),Part V Line 4b,Name of foreign country,2013,
IRS990,part_v,False,part_v,528,FrgnFnnclAccntInd,/IRS990/ForeignFinancialAccountInd,BooleanType,String(length=5),Part V Line 4a,Foreign financial account?,2013,
IRS990,part_ix,False,part_ix,477,FrgnGrnts_PrgrmSrvcsAmt,/IRS990/ForeignGrantsGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 3; col (B),"Grants and other assistance to governments, organizations and individuals outside the U.S.; Program services",2013,
IRS990,part_ix,False,part_ix,520,FrgnGrnts_TtlAmt,/IRS990/ForeignGrantsGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 3; col (A),"Grants and other assistance to governments, organizations and individuals outside the U.S.; Total",2013,
IRS990,part_iv,False,part_iv,53,FrgnOffcInd,/IRS990/ForeignOfficeInd,BooleanType,String(length=5),Part IV Line 14a,Foreign office?,2013,
IRS990,part_v,False,part_v,313,Frm1098CFldInd,/IRS990/Form1098CFiledInd,BooleanType,String(length=5),Part V Line 7h,Form 1098-C filed?,2013,
IRS990,part_v,False,part_v,122,Frm720FldInd,/IRS990/Form720FiledInd,BooleanType,String(length=5),Part V Line 14b,Form 720 filed and taxes paid on indoor tanning services?,2013,
IRS990,part_v,False,part_v,613,Frm8282FldCnt,/IRS990/Form8282FiledCnt,CountType,Integer,Part V Line 7d,Number of 8282s filed,2013,
IRS990,part_v,False,part_v,359,Frm8282PrprtyDspsdOfInd,/IRS990/Form8282PropertyDisposedOfInd,BooleanType,String(length=5),Part V Line 7c,Form 8282 property disposed of?,2013,
IRS990,part_v,False,part_v,428,Frm8886TFldInd,/IRS990/Form8886TFiledInd,BooleanType,String(length=5),Part V Line 5c,Form 8886-T filed?,2013,
IRS990,part_v,False,part_v,449,Frm8899Fldnd,/IRS990/Form8899Filedind,BooleanType,String(length=5),Part V Line 7g,Form 8899 filed?,2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,587,AvrgHrsPrWkRltdOrgRt,/IRS990/Form990PartVIISectionAGrp/AverageHoursPerWeekRltdOrgRt,,Text,Part VII Section A Line 1a B,"Section A, at least name required; Average hours per week for related organizations",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,204,AvrgHrsPrWkRt,/IRS990/Form990PartVIISectionAGrp/AverageHoursPerWeekRt,,Text,Part VII Section A Line 1a B,"Section A, at least name required; Average hours per week",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,197,BsnssNmLn1Txt,/IRS990/Form990PartVIISectionAGrp/BusinessName/BusinessNameLine1,BusinessNameLine1Type,String(length=75),Part VII Section A Line 1a A,"Section A, at least name required; Name - Business; Business name line 1",2013,2013
IRS990,part_vii,True,Frm990PrtVIISctnA,537,BsnssNmLn1Txt,/IRS990/Form990PartVIISectionAGrp/BusinessName/BusinessNameLine1Txt,BusinessNameLine1Type,String(length=75),Part VII Section A Line 1a A,"Section A, at least name required; Name - Business; Business name line 1",2014,
IRS990,part_vii,True,Frm990PrtVIISctnA,450,BsnssNmLn2Txt,/IRS990/Form990PartVIISectionAGrp/BusinessName/BusinessNameLine2,BusinessNameLine2Type,String(length=75),Part VII Section A Line 1a A,"Section A, at least name required; Name - Business; Business name line 2",2013,2013
IRS990,part_vii,True,Frm990PrtVIISctnA,147,BsnssNmLn2Txt,/IRS990/Form990PartVIISectionAGrp/BusinessName/BusinessNameLine2Txt,BusinessNameLine2Type,String(length=75),Part VII Section A Line 1a A,"Section A, at least name required; Name - Business; Business name line 2",2014,
IRS990,part_vii,True,Frm990PrtVIISctnA,176,FrmrOfcrDrctrTrstInd,/IRS990/Form990PartVIISectionAGrp/FormerOfcrDirectorTrusteeInd,CheckboxType,String(length=1),Part VII Section A Line 1a C,"Section A, at least name required; Former",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,533,HghstCmpnstdEmplyInd,/IRS990/Form990PartVIISectionAGrp/HighestCompensatedEmployeeInd,CheckboxType,String(length=1),Part VII Section A Line 1a C,"Section A, at least name required; Highest compensated employee",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,354,IndvdlTrstOrDrctrInd,/IRS990/Form990PartVIISectionAGrp/IndividualTrusteeOrDirectorInd,CheckboxType,String(length=1),Part VII Section A Line 1a C,"Section A, at least name required; Individual trustee or director",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,451,InstttnlTrstInd,/IRS990/Form990PartVIISectionAGrp/InstitutionalTrusteeInd,CheckboxType,String(length=1),Part VII Section A Line 1a C,"Section A, at least name required; Institutional Trustee",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,274,KyEmplyInd,/IRS990/Form990PartVIISectionAGrp/KeyEmployeeInd,CheckboxType,String(length=1),Part VII Section A Line 1a C,"Section A, at least name required; Key Employee",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,78,OffcrInd,/IRS990/Form990PartVIISectionAGrp/OfficerInd,CheckboxType,String(length=1),Part VII Section A Line 1a C,"Section A, at least name required; Officer",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,308,OthrCmpnstnAmt,/IRS990/Form990PartVIISectionAGrp/OtherCompensationAmt,USAmountType,BigInteger,Part VII Section A Line 1a F,"Section A, at least name required; Other compensation",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,166,PrsnNm,/IRS990/Form990PartVIISectionAGrp/PersonNm,PersonNameType,String(length=35),Part VII Section A Line 1a A,"Section A, at least name required; Name - Person",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,334,RprtblCmpFrmOrgAmt,/IRS990/Form990PartVIISectionAGrp/ReportableCompFromOrgAmt,USAmountType,BigInteger,Part VII Section A Line 1a D,"Section A, at least name required; Reportable compensation from organization",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,219,RprtblCmpFrmRltdOrgAmt,/IRS990/Form990PartVIISectionAGrp/ReportableCompFromRltdOrgAmt,USAmountType,BigInteger,Part VII Section A Line 1a E,"Section A, at least name required; Reportable compensation from related organizations",2013,
IRS990,part_vii,True,Frm990PrtVIISctnA,296,TtlTxt,/IRS990/Form990PartVIISectionAGrp/TitleTxt,LineExplanationType,String(length=100),Part VII Section A Line 1a A,"Section A, at least name required; Title",2013,
IRS990,part_vi,False,part_vi,299,Frm990PrvddTGvrnBdyInd,/IRS990/Form990ProvidedToGvrnBodyInd,BooleanType,String(length=5),Part VI Section B Line 11,Form 990 provided to governing body?,2013,
IRS990,part_v,False,part_v,38,Frm990TFldInd,/IRS990/Form990TFiledInd,BooleanType,String(length=5),Part V Line 3b,Form 990-T filed?,2013,
IRS990,part_0,False,part_0,213,FrmtnYr,/IRS990/FormationYr,YearType,Integer,L,Year of formation,2013,
IRS990,part_vii,False,part_vii,374,FrmrOfcrEmplysLstdInd,/IRS990/FormerOfcrEmployeesListedInd,BooleanType,String(length=5),Part VII Section A Line 3,Formers listed in 1a?,2013,
IRS990,part_iv,False,part_iv,75,FndrsngActvtsInd,/IRS990/FundraisingActivitiesInd,,Text,Part IV Line 18,Fundraising activities?,2013,
IRS990,part_viii,False,part_viii,278,FndrsngAmt,/IRS990/FundraisingAmt,USAmountType,BigInteger,Part VIII Line 1c,Fundraising events,2013,
IRS990,part_viii,False,part_viii,111,FndrsngDrctExpnssAmt,/IRS990/FundraisingDirectExpensesAmt,USAmountType,BigInteger,Part VIII Line 8b,Direct expenses,2013,
IRS990,part_viii,False,part_viii,378,FndrsngGrssIncmAmt,/IRS990/FundraisingGrossIncomeAmt,USAmountType,BigInteger,Part VIII Line 8a,"Gross income from fundraising events, Line 8a box",2013,
IRS990,part_viii,False,part_viii,6,GnOrLss_OthrAmt,/IRS990/GainOrLossGrp/OtherAmt,USAmountType,BigInteger,Part VIII Line 7c; Part VIII Column (ii),"Other revenue, gain or loss; Other amount",2013,
IRS990,part_viii,False,part_viii,496,GnOrLss_ScrtsAmt,/IRS990/GainOrLossGrp/SecuritiesAmt,USAmountType,BigInteger,Part VIII Line 7c; Part VIII Column (i),"Other revenue, gain or loss; Securities amount",2013,
IRS990,part_iv,False,part_iv,524,GmngActvtsInd,/IRS990/GamingActivitiesInd,,Text,Part IV Line 19,Gaming?,2013,
IRS990,part_viii,False,part_viii,327,GmngDrctExpnssAmt,/IRS990/GamingDirectExpensesAmt,USAmountType,BigInteger,Part VIII Line 9b,Direct expenses,2013,
IRS990,part_viii,False,part_viii,437,GmngGrssIncmAmt,/IRS990/GamingGrossIncomeAmt,USAmountType,BigInteger,Part VIII Line 9a,Gross income from gaming,2013,
IRS990,part_vi,False,part_vi,391,GvrnngBdyVtngMmbrsCnt,/IRS990/GoverningBodyVotingMembersCnt,CountType,Integer,Part VI Section A Line 1a,Number of voting governing body members,2013,
IRS990,part_viii,False,part_viii,559,GvrnmntGrntsAmt,/IRS990/GovernmentGrantsAmt,USAmountType,BigInteger,Part VIII Line 1e,Government grants (contributions),2013,
IRS990,part_iii,False,part_iii,583,GrntAmt,/IRS990/GrantAmt,USAmountType,BigInteger,Part III Line 4a,Grants,2013,
IRS990,part_iv,False,part_iv,424,GrntTRltdPrsnInd,/IRS990/GrantToRelatedPersonInd,,Text,Part IV Line 27,Grant to related person?,2013,
IRS990,part_x,False,part_x,414,GrntsPybl_BOYAmt,/IRS990/GrantsPayableGrp/BOYAmt,USAmountType,BigInteger,Part X Line 18; Part X Column (A),Grants payable; Beginnning of year,2013,
IRS990,part_x,False,part_x,473,GrntsPybl_EOYAmt,/IRS990/GrantsPayableGrp/EOYAmt,USAmountType,BigInteger,Part X Line 18; Part X Column (B),Grants payable; Ending of year,2013,
IRS990,part_ix,False,part_ix,497,GrntsTDmstcIndvdls_PrgrmSrvcsAmt,/IRS990/GrantsToDomesticIndividualsGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 2; col (B),"Grants and other assistance to individuals in the U.S. Complete Parts II and III of Schedule I if total exceeds $5,000; Program services",2013,
IRS990,part_ix,False,part_ix,349,GrntsTDmstcIndvdls_TtlAmt,/IRS990/GrantsToDomesticIndividualsGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 2; col (A),"Grants and other assistance to individuals in the U.S. Complete Parts II and III of Schedule I if total exceeds $5,000; Total",2013,
IRS990,part_ix,False,part_ix,436,GrntsTDmstcOrgs_PrgrmSrvcsAmt,/IRS990/GrantsToDomesticOrgsGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 1; col (B),"Grants to governments and organizations in the U.S. Complete Parts I and III of Schedule I if total exceeds $5,000; Program services",2013,
IRS990,part_ix,False,part_ix,483,GrntsTDmstcOrgs_TtlAmt,/IRS990/GrantsToDomesticOrgsGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 1; col (A),"Grants to governments and organizations in the U.S. Complete Parts I and III of Schedule I if total exceeds $5,000; Total",2013,
IRS990,part_iv,False,part_iv,352,GrntsTIndvdlsInd,/IRS990/GrantsToIndividualsInd,,Text,Part IV Line 22,Grants to individuals?,2013,
IRS990,part_iv,False,part_iv,398,GrntsTOrgnztnsInd,/IRS990/GrantsToOrganizationsInd,,Text,Part IV Line 21,Grants to organizations?,2013,
IRS990,part_viii,False,part_viii,240,GrssAmntSlsAssts_OthrAmt,/IRS990/GrossAmountSalesAssetsGrp/OtherAmt,USAmountType,BigInteger,Part VIII Line 7a; Part VIII Column (ii),"Other revenue, gross amount of sales of assets other than inventory; Other amount",2013,
IRS990,part_viii,False,part_viii,183,GrssAmntSlsAssts_ScrtsAmt,/IRS990/GrossAmountSalesAssetsGrp/SecuritiesAmt,USAmountType,BigInteger,Part VIII Line 7a; Part VIII Column (i),"Other revenue, gross amount of sales of assets other than inventory; Securities amount",2013,
IRS990,part_0,False,part_0,418,GrssRcptsAmt,/IRS990/GrossReceiptsAmt,USAmountNNType,BigInteger,G,Gross receipts,2013,
IRS990,part_v,False,part_v,5,GrssRcptsFrPblcUsAmt,/IRS990/GrossReceiptsForPublicUseAmt,USAmountType,BigInteger,Part V Line 10b,Gross receipts amount,2013,
IRS990,part_viii,False,part_viii,253,GrssRnts_PrsnlAmt,/IRS990/GrossRentsGrp/PersonalAmt,USAmountType,BigInteger,Part VIII Line 6a; Part VIII Column (ii),"Other revenue, gross rents; Amount",2013,
IRS990,part_viii,False,part_viii,540,GrssRnts_RlAmt,/IRS990/GrossRentsGrp/RealAmt,USAmountType,BigInteger,Part VIII Line 6a; Part VIII Column (i),"Other revenue, gross rents; Real amount",2013,
IRS990,part_viii,False,part_viii,482,GrssSlsOfInvntryAmt,/IRS990/GrossSalesOfInventoryAmt,USAmountType,BigInteger,Part VIII Line 10a,"Gross sales of inventory, less returns and allowances",2013,
IRS990,part_0,False,part_0,185,GrpExmptnNm,/IRS990/GroupExemptionNum,,Text,H(c),Group exemption number,2013,
IRS990,part_0,False,part_0,249,GrpRtrnFrAffltsInd,/IRS990/GroupReturnForAffiliatesInd,BooleanType,String(length=5),H(a),Group return for affiliates?,2013,
IRS990,part_v,False,part_v,35,IRPDcmntCnt,/IRS990/IRPDocumentCnt,CountType,Integer,Part V Line 1a,Number forms transmitted with 1096,2013,
IRS990,part_v,False,part_v,180,IRPDcmntW2GCnt,/IRS990/IRPDocumentW2GCnt,CountType,Integer,Part V Line 1b,Number W-2Gs included in 1a,2013,
IRS990,part_iv,False,part_iv,512,IncldFIN48FtntInd,/IRS990/IncludeFIN48FootnoteInd,,Text,Part IV Line 11f,Balance sheet footnote for liability under FIN 48?,2013,
IRS990,part_viii,False,part_viii,98,IncmFrmInvstBndPrcds_ExclsnAmt,/IRS990/IncmFromInvestBondProceedsGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 4; Part VIII Column (D),"Income from investment of bond proceeds; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,404,IncmFrmInvstBndPrcds_RltdOrExmptFncIncmAmt,/IRS990/IncmFromInvestBondProceedsGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 4; Part VIII Column (B),Income from investment of bond proceeds; Related or exempt function revenue,2013,
IRS990,part_viii,False,part_viii,329,IncmFrmInvstBndPrcds_TtlRvnClmnAmt,/IRS990/IncmFromInvestBondProceedsGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 4; Part VIII Column (A),Income from investment of bond proceeds; Total revenue,2013,
IRS990,part_viii,False,part_viii,368,IncmFrmInvstBndPrcds_UnrltdBsnssRvnAmt,/IRS990/IncmFromInvestBondProceedsGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 4; Part VIII Column (C),Income from investment of bond proceeds; Unrelated business revenue,2013,
IRS990,part_iv,False,part_iv,487,IndpndntAdtFnclStmtInd,/IRS990/IndependentAuditFinclStmtInd,,Text,Part IV Line 12a,Independent audited financial statements?,2013,
IRS990,part_vi,False,part_vi,140,IndpndntVtngMmbrCnt,/IRS990/IndependentVotingMemberCnt,CountType,Integer,Part VI Section A Line 1b,Number of independent voting members,2013,
IRS990,part_vii,False,part_vii,56,IndvRcvdGrtrThn100KCnt,/IRS990/IndivRcvdGreaterThan100KCnt,CountType,Integer,Part VII Section A Line 2,Number individuals greater than $100K,2013,
IRS990,part_v,False,part_v,494,IndrTnnngSrvcsInd,/IRS990/IndoorTanningServicesInd,BooleanType,String(length=5),Part V Line 14a,Payments received for indoor tanning services?,2013,
IRS990,part_iii,False,part_iii,242,InfInSkdOPrtIIIInd,/IRS990/InfoInScheduleOPartIIIInd,CheckboxType,String(length=1),Part III,Schedule O contains a response to a question in Part III,2013,
IRS990,part_ix,False,part_ix,50,InfInSkdOPrtIXInd,/IRS990/InfoInScheduleOPartIXInd,CheckboxType,String(length=1),Part IX,Schedule O contains a response to a question in Part IX,2013,
IRS990,part_viii,False,part_viii,187,InfInSkdOPrtVIIIInd,/IRS990/InfoInScheduleOPartVIIIInd,CheckboxType,String(length=1),Part VIII,Schedule O contains a response to a question in Part VIII,2013,
IRS990,part_vii,False,part_vii,230,InfInSkdOPrtVIIInd,/IRS990/InfoInScheduleOPartVIIInd,CheckboxType,String(length=1),Part VII,Schedule O contains a response to a question in Part VII,2013,
IRS990,part_vi,False,part_vi,190,InfInSkdOPrtVIInd,/IRS990/InfoInScheduleOPartVIInd,CheckboxType,String(length=1),Part VI,Schedule O contains a response to a question in Part VI,2013,
IRS990,part_v,False,part_v,89,InfInSkdOPrtVInd,/IRS990/InfoInScheduleOPartVInd,CheckboxType,String(length=1),Part V,Schedule O contains a response to a question in Part V,2013,
IRS990,part_xii,False,part_xii,137,InfInSkdOPrtXIIInd,/IRS990/InfoInScheduleOPartXIIInd,CheckboxType,String(length=1),Part XII,Schedule O contains a response to a question in Part XII,2013,
IRS990,part_xi,False,part_xi,357,InfInSkdOPrtXIInd,/IRS990/InfoInScheduleOPartXIInd,CheckboxType,String(length=1),Part XI,Schedule O contains a response to a question in Part XI,2013,
IRS990,part_x,False,part_x,539,InfInSkdOPrtXInd,/IRS990/InfoInScheduleOPartXInd,CheckboxType,String(length=1),Part X,Schedule O contains a response to a question in Part X,2013,
IRS990,part_ix,False,part_ix,31,InfrmtnTchnlgy_FndrsngAmt,/IRS990/InformationTechnologyGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 14; col (D),Information technology; Fundraising,2013,
IRS990,part_ix,False,part_ix,237,InfrmtnTchnlgy_MngmntAndGnrlAmt,/IRS990/InformationTechnologyGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 14; col (C),Information technology; Management and general,2013,
IRS990,part_ix,False,part_ix,263,InfrmtnTchnlgy_PrgrmSrvcsAmt,/IRS990/InformationTechnologyGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 14; col (B),Information technology; Program services,2013,
IRS990,part_ix,False,part_ix,60,InfrmtnTchnlgy_TtlAmt,/IRS990/InformationTechnologyGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 14; col (A),Information technology; Total,2013,
IRS990,part_0,False,part_0,595,IntlRtrnInd,/IRS990/InitialReturnInd,CheckboxType,String(length=1),B,Indicates this is an initial return,2013,
IRS990,part_v,False,part_v,511,InttnFsAndCpCntrAmt,/IRS990/InitiationFeesAndCapContriAmt,USAmountType,BigInteger,Part V Line 10a,Initiation fees amount,2013,
IRS990,part_ix,False,part_ix,382,Insrnc_FndrsngAmt,/IRS990/InsuranceGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 23; col (D),Insurance; Fundraising,2013,
IRS990,part_ix,False,part_ix,611,Insrnc_MngmntAndGnrlAmt,/IRS990/InsuranceGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 23; col (C),Insurance; Management and general,2013,
IRS990,part_ix,False,part_ix,564,Insrnc_PrgrmSrvcsAmt,/IRS990/InsuranceGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 23; col (B),Insurance; Program services,2013,
IRS990,part_ix,False,part_ix,534,Insrnc_TtlAmt,/IRS990/InsuranceGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 23; col (A),Insurance; Total,2013,
IRS990,part_x,False,part_x,387,IntngblAssts_BOYAmt,/IRS990/IntangibleAssetsGrp/BOYAmt,USAmountType,BigInteger,Part X Line 14; Part X Column (A),Intangible assets; Beginnning of year,2013,
IRS990,part_x,False,part_x,441,IntngblAssts_EOYAmt,/IRS990/IntangibleAssetsGrp/EOYAmt,USAmountType,BigInteger,Part X Line 14; Part X Column (B),Intangible assets; Ending of year,2013,
IRS990,part_ix,False,part_ix,221,Intrst_FndrsngAmt,/IRS990/InterestGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 20; col (D),Interest; Fundraising,2013,
IRS990,part_ix,False,part_ix,538,Intrst_MngmntAndGnrlAmt,/IRS990/InterestGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 20; col (C),Interest; Management and general,2013,
IRS990,part_ix,False,part_ix,131,Intrst_PrgrmSrvcsAmt,/IRS990/InterestGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 20; col (B),Interest; Program services,2013,
IRS990,part_ix,False,part_ix,626,Intrst_TtlAmt,/IRS990/InterestGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 20; col (A),Interest; Total,2013,
IRS990,part_x,False,part_x,136,InvntrsFrSlOrUs_BOYAmt,/IRS990/InventoriesForSaleOrUseGrp/BOYAmt,USAmountType,BigInteger,Part X Line 8; Part X Column (A),Inventories for sale or use; Beginnning of year,2013,
IRS990,part_x,False,part_x,172,InvntrsFrSlOrUs_EOYAmt,/IRS990/InventoriesForSaleOrUseGrp/EOYAmt,USAmountType,BigInteger,Part X Line 8; Part X Column (B),Inventories for sale or use; Ending of year,2013,
IRS990,part_iv,False,part_iv,99,InvstTxExmptBndsInd,/IRS990/InvestTaxExemptBondsInd,BooleanType,String(length=5),Part IV Line 24b,Investment income?,2013,
IRS990,part_xi,False,part_xi,130,InvstmntExpnsAmt,/IRS990/InvestmentExpenseAmt,USAmountType,BigInteger,Part XI Line 7,Investment expenses,2013,
IRS990,part_vi,False,part_vi,138,InvstmntInJntVntrInd,/IRS990/InvestmentInJointVentureInd,BooleanType,String(length=5),Part VI Section B Line 16a,Investment in joint venture?,2013,
IRS990,part_viii,False,part_viii,104,InvstmntIncm_ExclsnAmt,/IRS990/InvestmentIncomeGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 3; Part VIII Column (D),"Investment income; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,620,InvstmntIncm_RltdOrExmptFncIncmAmt,/IRS990/InvestmentIncomeGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 3; Part VIII Column (B),Investment income; Related or exempt function revenue,2013,
IRS990,part_viii,False,part_viii,429,InvstmntIncm_TtlRvnClmnAmt,/IRS990/InvestmentIncomeGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 3; Part VIII Column (A),Investment income; Total revenue,2013,
IRS990,part_viii,False,part_viii,212,InvstmntIncm_UnrltdBsnssRvnAmt,/IRS990/InvestmentIncomeGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 3; Part VIII Column (C),Investment income; Unrelated business revenue,2013,
IRS990,part_x,False,part_x,168,InvstmntsOthrScrts_BOYAmt,/IRS990/InvestmentsOtherSecuritiesGrp/BOYAmt,USAmountType,BigInteger,Part X Line 12; Part X Column (A),Investments other securities; Beginnning of year,2013,
IRS990,part_x,False,part_x,409,InvstmntsOthrScrts_EOYAmt,/IRS990/InvestmentsOtherSecuritiesGrp/EOYAmt,USAmountType,BigInteger,Part X Line 12; Part X Column (B),Investments other securities; Ending of year,2013,
IRS990,part_x,False,part_x,560,InvstmntsPrgrmRltd_BOYAmt,/IRS990/InvestmentsProgramRelatedGrp/BOYAmt,USAmountType,BigInteger,Part X Line 13; Part X Column (A),Investments-program related; Beginnning of year,2013,
IRS990,part_x,False,part_x,145,InvstmntsPrgrmRltd_EOYAmt,/IRS990/InvestmentsProgramRelatedGrp/EOYAmt,USAmountType,BigInteger,Part X Line 13; Part X Column (B),Investments-program related; Ending of year,2013,
IRS990,part_x,False,part_x,133,InvstmntsPbTrddSc_BOYAmt,/IRS990/InvestmentsPubTradedSecGrp/BOYAmt,USAmountType,BigInteger,Part X Line 11; Part X Column (A),Investments publicly traded securities; Beginnning of year,2013,
IRS990,part_x,False,part_x,156,InvstmntsPbTrddSc_EOYAmt,/IRS990/InvestmentsPubTradedSecGrp/EOYAmt,USAmountType,BigInteger,Part X Line 11; Part X Column (B),Investments publicly traded securities; Ending of year,2013,
IRS990,part_ix,False,part_ix,222,JntCstsInd,/IRS990/JointCostsInd,CheckboxType,String(length=1),Part IX Line 26,Joint costs?,2013,
IRS990,part_x,False,part_x,32,LndBldgEqpAccmDprcAmt,/IRS990/LandBldgEquipAccumDeprecAmt,USAmountType,BigInteger,Part X Line 10b,Less: accumulated depreciation,2013,
IRS990,part_x,False,part_x,609,LndBldgEqpBssNt_BOYAmt,/IRS990/LandBldgEquipBasisNetGrp/BOYAmt,USAmountType,BigInteger,Part X Line 10c; Part X Column (A),"Land, buildings, and equipment basis net; Beginnning of year",2013,
IRS990,part_x,False,part_x,380,LndBldgEqpBssNt_EOYAmt,/IRS990/LandBldgEquipBasisNetGrp/EOYAmt,USAmountType,BigInteger,Part X Line 10c; Part X Column (B),"Land, buildings, and equipment basis net; Ending of year",2013,
IRS990,part_x,False,part_x,344,LndBldgEqpCstOrOthrBssAmt,/IRS990/LandBldgEquipCostOrOtherBssAmt,USAmountType,BigInteger,Part X Line 10a,"Land, buildings, and equipment basis",2013,
IRS990,part_0,False,part_0,549,LglDmclCntryCd,/IRS990/LegalDomicileCountryCd,CountryType,String(length=2),M,Country of legal domicile,2013,
IRS990,part_0,False,part_0,375,LglDmclSttCd,/IRS990/LegalDomicileStateCd,StateType,String(length=2),M,State of legal domicile,2013,
IRS990,part_viii,False,part_viii,635,LssCstOthBssSlsExpnss_OthrAmt,/IRS990/LessCostOthBasisSalesExpnssGrp/OtherAmt,USAmountType,BigInteger,Part VIII Line 7b; Part VIII Column (ii),"Other revenue, less cost or other basis and sales expenses; Other amount",2013,
IRS990,part_viii,False,part_viii,22,LssCstOthBssSlsExpnss_ScrtsAmt,/IRS990/LessCostOthBasisSalesExpnssGrp/SecuritiesAmt,USAmountType,BigInteger,Part VIII Line 7b; Part VIII Column (i),"Other revenue, less cost or other basis and sales expenses; Securities amount",2013,
IRS990,part_viii,False,part_viii,377,LssRntlExpnss_PrsnlAmt,/IRS990/LessRentalExpensesGrp/PersonalAmt,USAmountType,BigInteger,Part VIII Line 6b; Part VIII Column (ii),"Other revenue, less rental expenses; Amount",2013,
IRS990,part_viii,False,part_viii,336,LssRntlExpnss_RlAmt,/IRS990/LessRentalExpensesGrp/RealAmt,USAmountType,BigInteger,Part VIII Line 6b; Part VIII Column (i),"Other revenue, less rental expenses; Real amount",2013,
IRS990,part_v,False,part_v,2,LcnsdMrThnOnSttInd,/IRS990/LicensedMoreThanOneStateInd,BooleanType,String(length=5),Part V Line 13a,Is the organization licensed to issue qualified health plans in more than one state?,2013,
IRS990,part_iv,False,part_iv,200,LnOtstndngInd,/IRS990/LoanOutstandingInd,,Text,Part IV Line 26,Loan to officer or DQP?,2013,
IRS990,part_x,False,part_x,321,LnsFrmOffcrsDrctrs_BOYAmt,/IRS990/LoansFromOfficersDirectorsGrp/BOYAmt,USAmountType,BigInteger,Part X Line 22; Part X Column (A),"Payable to current and former officers, directors, trustees, or key employees; Beginnning of year",2013,
IRS990,part_x,False,part_x,179,LnsFrmOffcrsDrctrs_EOYAmt,/IRS990/LoansFromOfficersDirectorsGrp/EOYAmt,USAmountType,BigInteger,Part X Line 22; Part X Column (B),"Payable to current and former officers, directors, trustees, or key employees; Ending of year",2013,
IRS990,part_iv,False,part_iv,229,LbbyngActvtsInd,/IRS990/LobbyingActivitiesInd,,Text,Part IV Line 4,Lobbying activities?,2013,
IRS990,part_vi,False,part_vi,154,LclChptrsInd,/IRS990/LocalChaptersInd,BooleanType,String(length=5),Part VI Section B Line 10a,Local chapters?,2013,
IRS990,part_vi,False,part_vi,264,MtrlDvrsnOrMssInd,/IRS990/MaterialDiversionOrMisuseInd,BooleanType,String(length=5),Part VI Section A Line 5,Material diversion or misuse?,2013,
IRS990,part_v,False,part_v,225,MmbrsAndShrGrssIncmAmt,/IRS990/MembersAndShrGrossIncomeAmt,USAmountType,BigInteger,Part V Line 11a,Gross income from members,2013,
IRS990,part_vi,False,part_vi,600,MmbrsOrStckhldrsInd,/IRS990/MembersOrStockholdersInd,BooleanType,String(length=5),Part VI Section A Line 6,Members or stockholders?,2013,
IRS990,part_viii,False,part_viii,603,MmbrshpDsAmt,/IRS990/MembershipDuesAmt,USAmountType,BigInteger,Part VIII Line 1b,Outside fundraising or commercial co-ventures,2013,
IRS990,part_xii,False,part_xii,7,MthdOfAccntngAccrlInd,/IRS990/MethodOfAccountingAccrualInd,CheckboxType,String(length=1),Part XII Line 1,Method of accounting - Accrual,2013,
IRS990,part_xii,False,part_xii,40,MthdOfAccntngCshInd,/IRS990/MethodOfAccountingCashInd,CheckboxType,String(length=1),Part XII Line 1,Method of accounting - Cash,2013,
IRS990,part_xii,False,part_xii,161,MthdOfAccntngOthrInd,/IRS990/MethodOfAccountingOtherInd,,Text,Part XII Line 1,Method of accounting - Other,2013,
IRS990,part_vi,False,part_vi,535,MntsOfCmmttsInd,/IRS990/MinutesOfCommitteesInd,BooleanType,String(length=5),Part VI Section A Line 8b,Minutes of committees?,2013,
IRS990,part_vi,False,part_vi,569,MntsOfGvrnngBdyInd,/IRS990/MinutesOfGoverningBodyInd,BooleanType,String(length=5),Part VI Section A Line 8a,Minutes of governing body?,2013,
IRS990,part_viii,False,part_viii,261,MscRvn_ExclsnAmt,/IRS990/MiscellaneousRevenueGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 11d; Part VIII Column (D),"Other miscellaneous revenue; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,201,MscRvn_RltdOrExmptFncIncmAmt,/IRS990/MiscellaneousRevenueGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 11d; Part VIII Column (B),Other miscellaneous revenue; Related or exempt function revenue,2013,
IRS990,part_viii,False,part_viii,233,MscRvn_TtlRvnClmnAmt,/IRS990/MiscellaneousRevenueGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 11d; Part VIII Column (A),Other miscellaneous revenue; Total revenue,2013,
IRS990,part_viii,False,part_viii,602,MscRvn_UnrltdBsnssRvnAmt,/IRS990/MiscellaneousRevenueGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 11d; Part VIII Column (C),Other miscellaneous revenue; Unrelated business revenue,2013,
IRS990,part_iii,False,part_iii,385,MssnDsc,/IRS990/MissionDesc,ShortExplanationType,Text,Part III Line 1,Mission description,2013,
IRS990,part_iv,False,part_iv,252,MrThn5000KTIndvdlsInd,/IRS990/MoreThan5000KToIndividualsInd,,Text,Part IV Line 16,"More than $5000 to individuals Part IX, line 3?",2013,
IRS990,part_iv,False,part_iv,235,MrThn5000KTOrgInd,/IRS990/MoreThan5000KToOrgInd,,Text,Part IV Line 15,"More than $5000 to organizations Part IX, line 3?",2013,
IRS990,part_x,False,part_x,347,MrtgNtsPyblScrdInvstPrp_BOYAmt,/IRS990/MortgNotesPyblScrdInvstPropGrp/BOYAmt,USAmountType,BigInteger,Part X Line 23; Part X Column (A),Mortgages and notes payable secured by investment property; Beginnning of year,2013,
IRS990,part_x,False,part_x,79,MrtgNtsPyblScrdInvstPrp_EOYAmt,/IRS990/MortgNotesPyblScrdInvstPropGrp/EOYAmt,USAmountType,BigInteger,Part X Line 23; Part X Column (B),Mortgages and notes payable secured by investment property; Ending of year,2013,
IRS990,part_i,False,part_i,100,NtAsstsOrFndBlncsBOYAmt,/IRS990/NetAssetsOrFundBalancesBOYAmt,USAmountType,BigInteger,Part I Line 22,"Net Assets or Fund Balances, BOY",2013,
IRS990,part_i,False,part_i,323,NtAsstsOrFndBlncsEOYAmt,/IRS990/NetAssetsOrFundBalancesEOYAmt,USAmountType,BigInteger,Part I Line 22,"Net Assets or Fund Balances, EOY",2013,
IRS990,part_viii,False,part_viii,464,NtGnOrLssInvstmnts_ExclsnAmt,/IRS990/NetGainOrLossInvestmentsGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 7d; Part VIII Column (D),"Other revenue, Net gain or loss from investments. Combine Line 7c, columns (i) and (ii); Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,338,NtGnOrLssInvstmnts_RltdOrExmptFncIncmAmt,/IRS990/NetGainOrLossInvestmentsGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 7d; Part VIII Column (B),"Other revenue, Net gain or loss from investments. Combine Line 7c, columns (i) and (ii); Related or exempt function revenue",2013,
IRS990,part_viii,False,part_viii,507,NtGnOrLssInvstmnts_TtlRvnClmnAmt,/IRS990/NetGainOrLossInvestmentsGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 7d; Part VIII Column (A),"Other revenue, Net gain or loss from investments. Combine Line 7c, columns (i) and (ii); Total revenue",2013,
IRS990,part_viii,False,part_viii,453,NtGnOrLssInvstmnts_UnrltdBsnssRvnAmt,/IRS990/NetGainOrLossInvestmentsGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 7d; Part VIII Column (C),"Other revenue, Net gain or loss from investments. Combine Line 7c, columns (i) and (ii); Unrelated business revenue",2013,
IRS990,part_viii,False,part_viii,365,NtIncmFrmFndrsngEvt_ExclsnAmt,/IRS990/NetIncmFromFundraisingEvtGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 8c; Part VIII Column (D),"Net income from fundraising events; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,527,NtIncmFrmFndrsngEvt_TtlRvnClmnAmt,/IRS990/NetIncmFromFundraisingEvtGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 8c; Part VIII Column (A),Net income from fundraising events; Total revenue,2013,
IRS990,part_viii,False,part_viii,335,NtIncmFrmFndrsngEvt_UnrltdBsnssRvnAmt,/IRS990/NetIncmFromFundraisingEvtGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 8c; Part VIII Column (C),Net income from fundraising events; Unrelated business revenue,2013,
IRS990,part_viii,False,part_viii,421,NtIncmFrmGmng_ExclsnAmt,/IRS990/NetIncomeFromGamingGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 9c; Part VIII Column (D),"Net income from gaming; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,223,NtIncmFrmGmng_RltdOrExmptFncIncmAmt,/IRS990/NetIncomeFromGamingGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 9c; Part VIII Column (B),Net income from gaming; Related or exempt function revenue,2013,
IRS990,part_viii,False,part_viii,42,NtIncmFrmGmng_TtlRvnClmnAmt,/IRS990/NetIncomeFromGamingGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 9c; Part VIII Column (A),Net income from gaming; Total revenue,2013,
IRS990,part_viii,False,part_viii,164,NtIncmFrmGmng_UnrltdBsnssRvnAmt,/IRS990/NetIncomeFromGamingGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 9c; Part VIII Column (C),Net income from gaming; Unrelated business revenue,2013,
IRS990,part_viii,False,part_viii,403,NtIncmOrLss_ExclsnAmt,/IRS990/NetIncomeOrLossGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 10c; Part VIII Column (D),"Net income or loss from sales of inventory; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,87,NtIncmOrLss_RltdOrExmptFncIncmAmt,/IRS990/NetIncomeOrLossGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 10c; Part VIII Column (B),Net income or loss from sales of inventory; Related or exempt function revenue,2013,
IRS990,part_viii,False,part_viii,74,NtIncmOrLss_TtlRvnClmnAmt,/IRS990/NetIncomeOrLossGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 10c; Part VIII Column (A),Net income or loss from sales of inventory; Total revenue,2013,
IRS990,part_viii,False,part_viii,510,NtIncmOrLss_UnrltdBsnssRvnAmt,/IRS990/NetIncomeOrLossGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 10c; Part VIII Column (C),Net income or loss from sales of inventory; Unrelated business revenue,2013,
IRS990,part_viii,False,part_viii,513,NtRntlIncmOrLss_ExclsnAmt,/IRS990/NetRentalIncomeOrLossGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 6d; Part VIII Column (D),"Other revenue, net rental income or loss; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,461,NtRntlIncmOrLss_RltdOrExmptFncIncmAmt,/IRS990/NetRentalIncomeOrLossGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 6d; Part VIII Column (B),"Other revenue, net rental income or loss; Related or exempt function revenue",2013,
IRS990,part_viii,False,part_viii,59,NtRntlIncmOrLss_TtlRvnClmnAmt,/IRS990/NetRentalIncomeOrLossGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 6d; Part VIII Column (A),"Other revenue, net rental income or loss; Total revenue",2013,
IRS990,part_viii,False,part_viii,81,NtRntlIncmOrLss_UnrltdBsnssRvnAmt,/IRS990/NetRentalIncomeOrLossGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 6d; Part VIII Column (C),"Other revenue, net rental income or loss; Unrelated business revenue",2013,
IRS990,part_i,False,part_i,607,NtUnrltdBsTxblIncmAmt,/IRS990/NetUnrelatedBusTxblIncmAmt,USAmountType,BigInteger,Part I Line 7b,Net unrelated business taxable income,2013,
IRS990,part_xi,False,part_xi,594,NtUnrlzdGnsLsssInvstAmt,/IRS990/NetUnrlzdGainsLossesInvstAmt,USAmountType,BigInteger,Part XI Line 5,Net unrealized gains (losses) on investments,2013,
IRS990,part_vii,False,part_vii,408,NLstdPrsnsCmpnstdInd,/IRS990/NoListedPersonsCompensatedInd,CheckboxType,String(length=1),Part VII Section A,No listed persons compensated,2013,
IRS990,part_viii,False,part_viii,612,NncshCntrbtnsAmt,/IRS990/NoncashContributionsAmt,USAmountType,BigInteger,Part VIII Line 1g,Noncash contributions,2013,
IRS990,part_v,False,part_v,169,NnddctblCntrDsclInd,/IRS990/NondeductibleContriDisclInd,BooleanType,String(length=5),Part V Line 6b,Non-deduct. disclosure?,2013,
IRS990,part_v,False,part_v,529,NnddctblCntrbtnsInd,/IRS990/NondeductibleContributionsInd,BooleanType,String(length=5),Part V Line 6a,Non-deductible contributions?,2013,
IRS990,part_ix,False,part_ix,34,Occpncy_FndrsngAmt,/IRS990/OccupancyGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 16; col (D),Occupancy; Fundraising,2013,
IRS990,part_ix,False,part_ix,606,Occpncy_MngmntAndGnrlAmt,/IRS990/OccupancyGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 16; col (C),Occupancy; Management and general,2013,
IRS990,part_ix,False,part_ix,608,Occpncy_PrgrmSrvcsAmt,/IRS990/OccupancyGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 16; col (B),Occupancy; Program services,2013,
IRS990,part_ix,False,part_ix,55,Occpncy_TtlAmt,/IRS990/OccupancyGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 16; col (A),Occupancy; Total,2013,
IRS990,part_ix,False,part_ix,188,OffcExpnss_FndrsngAmt,/IRS990/OfficeExpensesGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 13; col (D),Office expenses; Fundraising,2013,
IRS990,part_ix,False,part_ix,445,OffcExpnss_MngmntAndGnrlAmt,/IRS990/OfficeExpensesGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 13; col (C),Office expenses; Management and general,2013,
IRS990,part_ix,False,part_ix,303,OffcExpnss_PrgrmSrvcsAmt,/IRS990/OfficeExpensesGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 13; col (B),Office expenses; Program services,2013,
IRS990,part_ix,False,part_ix,532,OffcExpnss_TtlAmt,/IRS990/OfficeExpensesGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 13; col (A),Office expenses; Total,2013,
IRS990,part_vi,False,part_vi,444,OffcrMlngAddrssInd,/IRS990/OfficerMailingAddressInd,BooleanType,String(length=5),Part VI Section A Line 9,Officer mailing address?,2013,
IRS990,part_iv,False,part_iv,471,OnBhlfOfIssrInd,/IRS990/OnBehalfOfIssuerInd,BooleanType,String(length=5),Part IV Line 24d,On behalf of issuer?,2013,
IRS990,part_iv,False,part_iv,260,OprtHsptlInd,/IRS990/OperateHospitalInd,,Text,Part IV Line 20a,Hospital?,2013,
IRS990,part_x,False,part_x,405,OrgDsNtFllwSFAS117Ind,/IRS990/OrgDoesNotFollowSFAS117Ind,CheckboxType,String(length=1),Part X,"Organizations that do not follow SFAS 117, check here",2013,
IRS990,part_v,False,part_v,442,OrgFldInLOfFrm1041Ind,/IRS990/OrgFiledInLieuOfForm1041Ind,BooleanType,String(length=5),Part V Line 12a,Filed lieu 1041?,2013,
IRS990,part_0,False,part_0,503,Orgnztn49471NtPFInd,/IRS990/Organization4947a1NotPFInd,CheckboxType,String(length=1),I,Indicates a 4947(a)(1) organization,2013,
IRS990,part_0,False,part_0,514,Orgnztn501c3Ind,/IRS990/Organization501c3Ind,CheckboxType,String(length=1),I,Indicates a 501(c)(3) organization,2013,
IRS990,part_0,False,part_0,293,Orgnztn501cInd,/IRS990/Organization501cInd,,Text,I,Indicates a 501(c) organization,2013,
IRS990,part_0,False,part_0,238,Orgnztn527Ind,/IRS990/Organization527Ind,CheckboxType,String(length=1),I,Indicates a 527 organization,2013,
IRS990,part_x,False,part_x,468,OrgnztnFllwsSFAS117Ind,/IRS990/OrganizationFollowsSFAS117Ind,CheckboxType,String(length=1),Part X,"Organizations that follow SFAS 117, check here",2013,
IRS990,part_x,False,part_x,542,OthNtsLnsRcvblNt_BOYAmt,/IRS990/OthNotesLoansReceivableNetGrp/BOYAmt,USAmountType,BigInteger,Part X Line 7; Part X Column (A),Other notes and loans receivable net; Beginnning of year,2013,
IRS990,part_x,False,part_x,243,OthNtsLnsRcvblNt_EOYAmt,/IRS990/OthNotesLoansReceivableNetGrp/EOYAmt,USAmountType,BigInteger,Part X Line 7; Part X Column (B),Other notes and loans receivable net; Ending of year,2013,
IRS990,part_x,False,part_x,517,OthrAsstsTtl_BOYAmt,/IRS990/OtherAssetsTotalGrp/BOYAmt,USAmountType,BigInteger,Part X Line 15; Part X Column (A),Other assets; Beginnning of year,2013,
IRS990,part_x,False,part_x,304,OthrAsstsTtl_EOYAmt,/IRS990/OtherAssetsTotalGrp/EOYAmt,USAmountType,BigInteger,Part X Line 15; Part X Column (B),Other assets; Ending of year,2013,
IRS990,part_xi,False,part_xi,628,OthrChngsInNtAsstsAmt,/IRS990/OtherChangesInNetAssetsAmt,USAmountType,BigInteger,Part XI Line 9,Other changes in net assets or fund balances,2013,
IRS990,part_ix,False,part_ix,410,OthrEmplyBnfts_FndrsngAmt,/IRS990/OtherEmployeeBenefitsGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 9; col (D),Other employee benefits; Fundraising,2013,
IRS990,part_ix,False,part_ix,216,OthrEmplyBnfts_MngmntAndGnrlAmt,/IRS990/OtherEmployeeBenefitsGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 9; col (C),Other employee benefits; Management and general,2013,
IRS990,part_ix,False,part_ix,311,OthrEmplyBnfts_PrgrmSrvcsAmt,/IRS990/OtherEmployeeBenefitsGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 9; col (B),Other employee benefits; Program services,2013,
IRS990,part_ix,False,part_ix,458,OthrEmplyBnfts_TtlAmt,/IRS990/OtherEmployeeBenefitsGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 9; col (A),Other employee benefits; Total,2013,
IRS990,part_ix,True,OthrExpnss,521,Dsc,/IRS990/OtherExpensesGrp/Desc,LineExplanationType,String(length=100),Part IX Line 24a - 24d,Other expenses; Description,2013,
IRS990,part_ix,True,OthrExpnss,614,FndrsngAmt,/IRS990/OtherExpensesGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 24a - 24d; col (D),Other expenses; Fundraising,2013,
IRS990,part_ix,True,OthrExpnss,619,MngmntAndGnrlAmt,/IRS990/OtherExpensesGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 24a - 24d; col (C),Other expenses; Management and general,2013,
IRS990,part_ix,True,OthrExpnss,194,PrgrmSrvcsAmt,/IRS990/OtherExpensesGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 24a - 24d; col (B),Other expenses; Program services,2013,
IRS990,part_ix,True,OthrExpnss,250,TtlAmt,/IRS990/OtherExpensesGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 24a - 24d; col (A),Other expenses; Total,2013,
IRS990,part_vi,False,part_vi,358,OthrInd,/IRS990/OtherInd,CheckboxType,String(length=1),Part VI Section C Line 18,Other (Explain in Schedule O),2013,
IRS990,part_x,False,part_x,232,OthrLblts_BOYAmt,/IRS990/OtherLiabilitiesGrp/BOYAmt,USAmountType,BigInteger,Part X Line 25; Part X Column (A),Other liabilities; Beginnning of year,2013,
IRS990,part_x,False,part_x,47,OthrLblts_EOYAmt,/IRS990/OtherLiabilitiesGrp/EOYAmt,USAmountType,BigInteger,Part X Line 25; Part X Column (B),Other liabilities; Ending of year,2013,
IRS990,part_0,False,part_0,85,OthrOrgnztnDsc,/IRS990/OtherOrganizationDsc,LineExplanationType,String(length=100),K,Type of organization - other description,2013,
IRS990,part_viii,True,OthrRvnMsc,317,BsnssCd,/IRS990/OtherRevenueMiscGrp/BusinessCd,,Text,Part VIII Line 11a 11b 11c; Part VIII,Other revenue; Business code,2013,
IRS990,part_viii,True,OthrRvnMsc,389,Dsc,/IRS990/OtherRevenueMiscGrp/Desc,LineExplanationType,String(length=100),Part VIII Line 11a 11b 11c,Other revenue; Description,2013,
IRS990,part_viii,True,OthrRvnMsc,412,ExclsnAmt,/IRS990/OtherRevenueMiscGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 11a 11b 11c; Part VIII Column (D),"Other revenue; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,True,OthrRvnMsc,530,RltdOrExmptFncIncmAmt,/IRS990/OtherRevenueMiscGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 11a 11b 11c; Part VIII Column (B),Other revenue; Related or exempt function revenue,2013,
IRS990,part_viii,True,OthrRvnMsc,592,TtlRvnClmnAmt,/IRS990/OtherRevenueMiscGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 11a 11b 11c; Part VIII Column (A),Other revenue; Total revenue,2013,
IRS990,part_viii,True,OthrRvnMsc,492,UnrltdBsnssRvnAmt,/IRS990/OtherRevenueMiscGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 11a 11b 11c; Part VIII Column (C),Other revenue; Unrelated business revenue,2013,
IRS990,part_viii,False,part_viii,29,OthrRvnTtlAmt,/IRS990/OtherRevenueTotalAmt,USAmountType,BigInteger,Part VIII Line 11e,Other miscellaneous revenue total,2013,
IRS990,part_ix,False,part_ix,259,OthrSlrsAndWgs_FndrsngAmt,/IRS990/OtherSalariesAndWagesGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 7; col (D),Other salaries and wages; Fundraising,2013,
IRS990,part_ix,False,part_ix,577,OthrSlrsAndWgs_MngmntAndGnrlAmt,/IRS990/OtherSalariesAndWagesGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 7; col (C),Other salaries and wages; Management and general,2013,
IRS990,part_ix,False,part_ix,4,OthrSlrsAndWgs_PrgrmSrvcsAmt,/IRS990/OtherSalariesAndWagesGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 7; col (B),Other salaries and wages; Program services,2013,
IRS990,part_ix,False,part_ix,350,OthrSlrsAndWgs_TtlAmt,/IRS990/OtherSalariesAndWagesGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 7; col (A),Other salaries and wages; Total,2013,
IRS990,part_v,False,part_v,630,OthrSrcsGrssIncmAmt,/IRS990/OtherSourcesGrossIncomeAmt,USAmountType,BigInteger,Part V Line 11b,"Gross income, other sources",2013,
IRS990,part_vi,False,part_vi,13,OthrWbstInd,/IRS990/OtherWebsiteInd,CheckboxType,String(length=1),Part VI Section C Line 18,Other website,2013,
IRS990,part_vi,False,part_vi,318,OwnWbstInd,/IRS990/OwnWebsiteInd,CheckboxType,String(length=1),Part VI Section C Line 18,Own website,2013,
IRS990,part_i,False,part_i,272,PYBnftsPdTMmbrsAmt,/IRS990/PYBenefitsPaidToMembersAmt,USAmountType,BigInteger,Part I Line 14,Benefits paid to members - prior year,2013,
IRS990,part_i,False,part_i,379,PYCntrbtnsGrntsAmt,/IRS990/PYContributionsGrantsAmt,USAmountType,BigInteger,Part I Line 8,Contributions and grants - prior year,2013,
IRS990,part_iv,False,part_iv,498,PYExcssBnftTrnsInd,/IRS990/PYExcessBenefitTransInd,,Text,Part IV Line 25b,Prior excess benefit transaction?,2013,
IRS990,part_i,False,part_i,454,PYGrntsAndSmlrPdAmt,/IRS990/PYGrantsAndSimilarPaidAmt,USAmountType,BigInteger,Part I Line 13,Grants and similar amounts - prior year,2013,
IRS990,part_i,False,part_i,37,PYInvstmntIncmAmt,/IRS990/PYInvestmentIncomeAmt,USAmountType,BigInteger,Part I Line 10,Investment income - prior year,2013,
IRS990,part_i,False,part_i,126,PYOthrExpnssAmt,/IRS990/PYOtherExpensesAmt,USAmountType,BigInteger,Part I Line 17,Other expenses - prior year,2013,
IRS990,part_i,False,part_i,572,PYOthrRvnAmt,/IRS990/PYOtherRevenueAmt,USAmountType,BigInteger,Part I Line 11,Other revenue - prior year,2013,
IRS990,part_i,False,part_i,555,PYPrgrmSrvcRvnAmt,/IRS990/PYProgramServiceRevenueAmt,USAmountType,BigInteger,Part I Line 9,Program service revenue - prior year,2013,
IRS990,part_i,False,part_i,360,PYRvnsLssExpnssAmt,/IRS990/PYRevenuesLessExpensesAmt,USAmountType,BigInteger,Part I Line 19,Revenues less expenses - prior year,2013,
IRS990,part_i,False,part_i,67,PYSlrsCmpEmpBnftPdAmt,/IRS990/PYSalariesCompEmpBnftPaidAmt,USAmountType,BigInteger,Part I Line 15,"Salaries, etc - prior year",2013,
IRS990,part_i,False,part_i,562,PYTtlExpnssAmt,/IRS990/PYTotalExpensesAmt,USAmountType,BigInteger,Part I Line 18,Total Expenses - prior year,2013,
IRS990,part_i,False,part_i,19,PYTtlPrfFndrsngExpnsAmt,/IRS990/PYTotalProfFndrsngExpnsAmt,USAmountType,BigInteger,Part I Line 16a,Total professional fundraising expense - prior year,2013,
IRS990,part_i,False,part_i,290,PYTtlRvnAmt,/IRS990/PYTotalRevenueAmt,USAmountType,BigInteger,Part I Line 12,Total revenue - prior year,2013,
IRS990,part_iv,False,part_iv,333,PrtlLqdtnInd,/IRS990/PartialLiquidationInd,,Text,Part IV Line 32,Partial liquidation?,2013,
IRS990,part_v,False,part_v,488,PyPrmmsPrsnlBnftCntrctInd,/IRS990/PayPremiumsPrsnlBnftCntrctInd,BooleanType,String(length=5),Part V Line 7f,Premiums paid?,2013,
IRS990,part_ix,False,part_ix,625,PymntsTAfflts_FndrsngAmt,/IRS990/PaymentsToAffiliatesGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 21; col (D),Payments to affiliates; Fundraising,2013,
IRS990,part_ix,False,part_ix,125,PymntsTAfflts_MngmntAndGnrlAmt,/IRS990/PaymentsToAffiliatesGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 21; col (C),Payments to affiliates; Management and general,2013,
IRS990,part_ix,False,part_ix,355,PymntsTAfflts_PrgrmSrvcsAmt,/IRS990/PaymentsToAffiliatesGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 21; col (B),Payments to affiliates; Program services,2013,
IRS990,part_ix,False,part_ix,565,PymntsTAfflts_TtlAmt,/IRS990/PaymentsToAffiliatesGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 21; col (A),Payments to affiliates; Total,2013,
IRS990,part_ix,False,part_ix,268,PyrllTxs_FndrsngAmt,/IRS990/PayrollTaxesGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 10; col (D),Payroll taxes; Fundraising,2013,
IRS990,part_ix,False,part_ix,631,PyrllTxs_MngmntAndGnrlAmt,/IRS990/PayrollTaxesGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 10; col (C),Payroll taxes; Management and general,2013,
IRS990,part_ix,False,part_ix,525,PyrllTxs_PrgrmSrvcsAmt,/IRS990/PayrollTaxesGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 10; col (B),Payroll taxes; Program services,2013,
IRS990,part_ix,False,part_ix,320,PyrllTxs_TtlAmt,/IRS990/PayrollTaxesGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 10; col (A),Payroll taxes; Total,2013,
IRS990,part_x,False,part_x,570,PdInCpSrplsLndBldgEqpFnd_BOYAmt,/IRS990/PdInCapSrplsLandBldgEqpFundGrp/BOYAmt,USAmountType,BigInteger,Part X Line 31; Part X Column (A),"Paid-in or capital surplus, or land, building or equipment fund; Beginnning of year",2013,
IRS990,part_x,False,part_x,128,PdInCpSrplsLndBldgEqpFnd_EOYAmt,/IRS990/PdInCapSrplsLandBldgEqpFundGrp/EOYAmt,USAmountType,BigInteger,Part X Line 31; Part X Column (B),"Paid-in or capital surplus, or land, building or equipment fund; Ending of year",2013,
IRS990,part_ix,False,part_ix,633,PnsnPlnCntrbtns_FndrsngAmt,/IRS990/PensionPlanContributionsGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 8; col (D),Pension plan contributions; Fundraising,2013,
IRS990,part_ix,False,part_ix,485,PnsnPlnCntrbtns_MngmntAndGnrlAmt,/IRS990/PensionPlanContributionsGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 8; col (C),Pension plan contributions; Management and general,2013,
IRS990,part_ix,False,part_ix,301,PnsnPlnCntrbtns_PrgrmSrvcsAmt,/IRS990/PensionPlanContributionsGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 8; col (B),Pension plan contributions; Program services,2013,
IRS990,part_ix,False,part_ix,83,PnsnPlnCntrbtns_TtlAmt,/IRS990/PensionPlanContributionsGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 8; col (A),Pension plan contributions; Total,2013,
IRS990,part_x,False,part_x,480,PrmnntlyRstrNtAssts_BOYAmt,/IRS990/PermanentlyRstrNetAssetsGrp/BOYAmt,USAmountType,BigInteger,Part X Line 29; Part X Column (A),Permanently restricted net assets; Beginnning of year,2013,
IRS990,part_x,False,part_x,571,PrmnntlyRstrNtAssts_EOYAmt,/IRS990/PermanentlyRstrNetAssetsGrp/EOYAmt,USAmountType,BigInteger,Part X Line 29; Part X Column (B),Permanently restricted net assets; Ending of year,2013,
IRS990,part_x,False,part_x,493,PldgsAndGrntsRcvbl_BOYAmt,/IRS990/PledgesAndGrantsReceivableGrp/BOYAmt,USAmountType,BigInteger,Part X Line 3; Part X Column (A),"Pledges and grants receivable, net; Beginnning of year",2013,
IRS990,part_x,False,part_x,372,PldgsAndGrntsRcvbl_EOYAmt,/IRS990/PledgesAndGrantsReceivableGrp/EOYAmt,USAmountType,BigInteger,Part X Line 3; Part X Column (B),"Pledges and grants receivable, net; Ending of year",2013,
IRS990,part_vi,False,part_vi,151,PlcsRfrncChptrsInd,/IRS990/PoliciesReferenceChaptersInd,BooleanType,String(length=5),Part VI Section B Line 10b,Policies reference chapters?,2013,
IRS990,part_iv,False,part_iv,584,PltclCmpgnActyInd,/IRS990/PoliticalCampaignActyInd,,Text,Part IV Line 3,Political activities?,2013,
IRS990,part_x,False,part_x,265,PrpdExpnssDfrdChrgs_BOYAmt,/IRS990/PrepaidExpensesDefrdChargesGrp/BOYAmt,USAmountType,BigInteger,Part X Line 9; Part X Column (A),Prepaid expenses and deferred charges; Beginnning of year,2013,
IRS990,part_x,False,part_x,132,PrpdExpnssDfrdChrgs_EOYAmt,/IRS990/PrepaidExpensesDefrdChargesGrp/EOYAmt,USAmountType,BigInteger,Part X Line 9; Part X Column (B),Prepaid expenses and deferred charges; Ending of year,2013,
IRS990,part_0,False,part_0,475,PrncplOfcrBsnssNm_BsnssNmLn1Txt,/IRS990/PrincipalOfcrBusinessAddress/BusinessNameLine1,BusinessNameLine1Type,String(length=75),F,Name of principal officer - Business; Business name line 1,2013,2013
IRS990,part_0,False,part_0,273,PrncplOfcrBsnssNm_BsnssNmLn2Txt,/IRS990/PrincipalOfcrBusinessAddress/BusinessNameLine2,BusinessNameLine2Type,String(length=75),F,Name of principal officer - Business; Business name line 2,2013,2013
IRS990,part_0,False,part_0,9,PrncplOfcrBsnssNm_BsnssNmLn1Txt,/IRS990/PrincipalOfcrBusinessName/BusinessNameLine1Txt,BusinessNameLine1Type,String(length=75),F,Name of principal officer - Business; Business name line 1,2014,
IRS990,part_0,False,part_0,96,PrncplOfcrBsnssNm_BsnssNmLn2Txt,/IRS990/PrincipalOfcrBusinessName/BusinessNameLine2Txt,BusinessNameLine2Type,String(length=75),F,Name of principal officer - Business; Business name line 2,2014,
IRS990,part_0,False,part_0,634,PrncplOffcrNm,/IRS990/PrincipalOfficerNm,PersonNameType,String(length=35),F,Name of principal officer - Person,2013,
IRS990,part_xi,False,part_xi,448,PrrPrdAdjstmntsAmt,/IRS990/PriorPeriodAdjustmentsAmt,USAmountType,BigInteger,Part XI Line 8,Prior period adjustments,2013,
IRS990,part_iv,False,part_iv,430,PrfssnlFndrsngInd,/IRS990/ProfessionalFundraisingInd,,Text,Part IV Line 17,Professional fundraising?,2013,
IRS990,part_iii,False,part_iii,324,PrgSrvcAccmActy2_ActvtyCd,/IRS990/ProgSrvcAccomActy2Grp/ActivityCd,IntegerNNType,BigInteger,Part III Line 4b; Part III,Second activity group; Activity code,2013,
IRS990,part_iii,False,part_iii,68,PrgSrvcAccmActy2_Dsc,/IRS990/ProgSrvcAccomActy2Grp/Desc,ExplanationType,Text,Part III Line 4b; Part III,Second activity group; Description,2013,
IRS990,part_iii,False,part_iii,435,PrgSrvcAccmActy2_ExpnsAmt,/IRS990/ProgSrvcAccomActy2Grp/ExpenseAmt,USAmountType,BigInteger,Part III Line 4b; Part III,Second activity group; Expense,2013,
IRS990,part_iii,False,part_iii,399,PrgSrvcAccmActy2_GrntAmt,/IRS990/ProgSrvcAccomActy2Grp/GrantAmt,USAmountType,BigInteger,Part III Line 4b; Part III,Second activity group; Grants,2013,
IRS990,part_iii,False,part_iii,364,PrgSrvcAccmActy2_RvnAmt,/IRS990/ProgSrvcAccomActy2Grp/RevenueAmt,USAmountType,BigInteger,Part III Line 4b; Part III,Second activity group; Revenue,2013,
IRS990,part_iii,False,part_iii,65,PrgSrvcAccmActy3_ActvtyCd,/IRS990/ProgSrvcAccomActy3Grp/ActivityCd,IntegerNNType,BigInteger,Part III Line 4c; Part III,Third activity group; Activity code,2013,
IRS990,part_iii,False,part_iii,465,PrgSrvcAccmActy3_Dsc,/IRS990/ProgSrvcAccomActy3Grp/Desc,ExplanationType,Text,Part III Line 4c; Part III,Third activity group; Description,2013,
IRS990,part_iii,False,part_iii,178,PrgSrvcAccmActy3_ExpnsAmt,/IRS990/ProgSrvcAccomActy3Grp/ExpenseAmt,USAmountType,BigInteger,Part III Line 4c; Part III,Third activity group; Expense,2013,
IRS990,part_iii,False,part_iii,601,PrgSrvcAccmActy3_GrntAmt,/IRS990/ProgSrvcAccomActy3Grp/GrantAmt,USAmountType,BigInteger,Part III Line 4c; Part III,Third activity group; Grants,2013,
IRS990,part_iii,False,part_iii,244,PrgSrvcAccmActy3_RvnAmt,/IRS990/ProgSrvcAccomActy3Grp/RevenueAmt,USAmountType,BigInteger,Part III Line 4c; Part III,Third activity group; Revenue,2013,
IRS990,part_iii,True,PrgSrvcAccmActyOthr,361,ActvtyCd,/IRS990/ProgSrvcAccomActyOtherGrp/ActivityCd,IntegerNNType,BigInteger,Part III Line 4d; Part III,Other activities grouping; Activity code,2013,
IRS990,part_iii,True,PrgSrvcAccmActyOthr,597,Dsc,/IRS990/ProgSrvcAccomActyOtherGrp/Desc,ExplanationType,Text,Part III Line 4d; Part III,Other activities grouping; Description,2013,
IRS990,part_iii,True,PrgSrvcAccmActyOthr,182,ExpnsAmt,/IRS990/ProgSrvcAccomActyOtherGrp/ExpenseAmt,USAmountType,BigInteger,Part III Line 4d; Part III,Other activities grouping; Expense,2013,
IRS990,part_iii,True,PrgSrvcAccmActyOthr,315,GrntAmt,/IRS990/ProgSrvcAccomActyOtherGrp/GrantAmt,USAmountType,BigInteger,Part III Line 4d; Part III,Other activities grouping; Grants,2013,
IRS990,part_iii,True,PrgSrvcAccmActyOthr,362,RvnAmt,/IRS990/ProgSrvcAccomActyOtherGrp/RevenueAmt,USAmountType,BigInteger,Part III Line 4d; Part III,Other activities grouping; Revenue,2013,
IRS990,part_viii,True,PrgrmSrvcRvn,474,BsnssCd,/IRS990/ProgramServiceRevenueGrp/BusinessCd,,Text,Part VIII Line 2a - 2e; Part VIII,Program service revenue: Enter miscellaneous description and entries; Business code,2013,
IRS990,part_viii,True,PrgrmSrvcRvn,291,Dsc,/IRS990/ProgramServiceRevenueGrp/Desc,LineExplanationType,String(length=100),Part VIII Line 2a - 2e,Program service revenue: Enter miscellaneous description and entries; Description,2013,
IRS990,part_viii,True,PrgrmSrvcRvn,72,ExclsnAmt,/IRS990/ProgramServiceRevenueGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 2a - 2e; Part VIII Column (D),"Program service revenue: Enter miscellaneous description and entries; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,True,PrgrmSrvcRvn,544,RltdOrExmptFncIncmAmt,/IRS990/ProgramServiceRevenueGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 2a - 2e; Part VIII Column (B),Program service revenue: Enter miscellaneous description and entries; Related or exempt function revenue,2013,
IRS990,part_viii,True,PrgrmSrvcRvn,629,TtlRvnClmnAmt,/IRS990/ProgramServiceRevenueGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 2a - 2e; Part VIII Column (A),Program service revenue: Enter miscellaneous description and entries; Total revenue,2013,
IRS990,part_viii,True,PrgrmSrvcRvn,373,UnrltdBsnssRvnAmt,/IRS990/ProgramServiceRevenueGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 2a - 2e; Part VIII Column (C),Program service revenue: Enter miscellaneous description and entries; Unrelated business revenue,2013,
IRS990,part_v,False,part_v,159,PrhbtdTxShltrTrnsInd,/IRS990/ProhibitedTaxShelterTransInd,BooleanType,String(length=5),Part V Line 5a,Prohibited tax shelter transaction?,2013,
IRS990,part_ix,False,part_ix,105,PymtTrvlEntrtnmntPbOfcl_FndrsngAmt,/IRS990/PymtTravelEntrtnmntPubOfclGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 18; col (D),"Payments of travel or entertainment expenses for any Federal, state or local public officials; Fundraising",2013,
IRS990,part_ix,False,part_ix,63,PymtTrvlEntrtnmntPbOfcl_MngmntAndGnrlAmt,/IRS990/PymtTravelEntrtnmntPubOfclGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 18; col (C),"Payments of travel or entertainment expenses for any Federal, state or local public officials; Management and general",2013,
IRS990,part_ix,False,part_ix,215,PymtTrvlEntrtnmntPbOfcl_PrgrmSrvcsAmt,/IRS990/PymtTravelEntrtnmntPubOfclGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 18; col (B),"Payments of travel or entertainment expenses for any Federal, state or local public officials; Program services",2013,
IRS990,part_ix,False,part_ix,580,PymtTrvlEntrtnmntPbOfcl_TtlAmt,/IRS990/PymtTravelEntrtnmntPubOfclGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 18; col (A),"Payments of travel or entertainment expenses for any Federal, state or local public officials; Total",2013,
IRS990,part_v,False,part_v,348,QdPrQCntrDsclInd,/IRS990/QuidProQuoContriDisclInd,BooleanType,String(length=5),Part V Line 7b,Quid pro quo disclosure?,2013,
IRS990,part_v,False,part_v,434,QdPrQCntrbtnsInd,/IRS990/QuidProQuoContributionsInd,BooleanType,String(length=5),Part V Line 7a,Quid pro quo contributions?,2013,
IRS990,part_v,False,part_v,481,RcvFndsTPyPrsnlBnftCntrctInd,/IRS990/RcvFndsToPayPrsnlBnftCntrctInd,BooleanType,String(length=5),Part V Line 7e,Funds to pay premiums?,2013,
IRS990,part_x,False,part_x,636,RcvblFrmDsqlfdPrsn_BOYAmt,/IRS990/RcvblFromDisqualifiedPrsnGrp/BOYAmt,USAmountType,BigInteger,Part X Line 6; Part X Column (A),Receivables from other disqualified persons; Beginnning of year,2013,
IRS990,part_x,False,part_x,167,RcvblFrmDsqlfdPrsn_EOYAmt,/IRS990/RcvblFromDisqualifiedPrsnGrp/EOYAmt,USAmountType,BigInteger,Part X Line 6; Part X Column (B),Receivables from other disqualified persons; Ending of year,2013,
IRS990,part_x,False,part_x,73,RcvblsFrmOffcrsEtc_BOYAmt,/IRS990/ReceivablesFromOfficersEtcGrp/BOYAmt,USAmountType,BigInteger,Part X Line 5; Part X Column (A),"Receivables from Officers, etc.; Beginnning of year",2013,
IRS990,part_x,False,part_x,407,RcvblsFrmOffcrsEtc_EOYAmt,/IRS990/ReceivablesFromOfficersEtcGrp/EOYAmt,USAmountType,BigInteger,Part X Line 5; Part X Column (B),"Receivables from Officers, etc.; Ending of year",2013,
IRS990,part_xi,False,part_xi,351,RcncltnRvnExpnssAmt,/IRS990/ReconcilationRevenueExpnssAmt,USAmountType,BigInteger,Part XI Line 3,Revenue less expenses,2013,
IRS990,part_vi,False,part_vi,415,RglrMntrngEnfrcInd,/IRS990/RegularMonitoringEnfrcInd,BooleanType,String(length=5),Part VI Section B Line 12c,Regular monitoring and enforcement?,2013,
IRS990,part_iv,False,part_iv,376,RltdEnttyInd,/IRS990/RelatedEntityInd,,Text,Part IV Line 34,Related entity?,2013,
IRS990,part_iv,False,part_iv,134,RltdOrgnztnCtrlEntInd,/IRS990/RelatedOrganizationCtrlEntInd,BooleanType,String(length=5),Part IV Line 35a,Related organization a controlled entity?,2013,
IRS990,part_viii,False,part_viii,234,RltdOrgnztnsAmt,/IRS990/RelatedOrganizationsAmt,USAmountType,BigInteger,Part VIII Line 1d,Related organizations,2013,
IRS990,part_viii,False,part_viii,218,RntlIncmOrLss_PrsnlAmt,/IRS990/RentalIncomeOrLossGrp/PersonalAmt,USAmountType,BigInteger,Part VIII Line 6c; Part VIII Column (ii),"Other revenue, rental income or loss; Amount",2013,
IRS990,part_viii,False,part_viii,207,RntlIncmOrLss_RlAmt,/IRS990/RentalIncomeOrLossGrp/RealAmt,USAmountType,BigInteger,Part VIII Line 6c; Part VIII Column (i),"Other revenue, rental income or loss; Real amount",2013,
IRS990,part_iv,False,part_iv,325,RprtInvstmntsOthrScInd,/IRS990/ReportInvestmentsOtherSecInd,,Text,Part IV Line 11b,Balance sheet investments - other securities amounts reported?,2013,
IRS990,part_iv,False,part_iv,589,RprtLndBldngEqpmntInd,/IRS990/ReportLandBuildingEquipmentInd,,Text,Part IV Line 11a,"Balance sheet land, buildings, equipment amounts reported?",2013,
IRS990,part_iv,False,part_iv,392,RprtOthrAsstsInd,/IRS990/ReportOtherAssetsInd,,Text,Part IV Line 11d,Balance sheet other assets amounts reported?,2013,
IRS990,part_iv,False,part_iv,563,RprtOthrLbltsInd,/IRS990/ReportOtherLiabilitiesInd,,Text,Part IV Line 11e,Balance sheet other liabilities amounts reported?,2013,
IRS990,part_iv,False,part_iv,547,RprtPrgrmRltdInvstInd,/IRS990/ReportProgramRelatedInvstInd,,Text,Part IV Line 11c,Balance sheet investments - program related amounts reported?,2013,
IRS990,part_v,False,part_v,339,RsrvsMntndAmt,/IRS990/ReservesMaintainedAmt,USAmountType,BigInteger,Part V Line 13c,Reserves maintained amount,2013,
IRS990,part_iii,False,part_iii,127,RvnAmt,/IRS990/RevenueAmt,USAmountType,BigInteger,Part III Line 4a,Revenue,2013,
IRS990,part_ix,False,part_ix,62,Rylts_FndrsngAmt,/IRS990/RoyaltiesGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 15; col (D),Royalties; Fundraising,2013,
IRS990,part_ix,False,part_ix,277,Rylts_MngmntAndGnrlAmt,/IRS990/RoyaltiesGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 15; col (C),Royalties; Management and general,2013,
IRS990,part_ix,False,part_ix,26,Rylts_PrgrmSrvcsAmt,/IRS990/RoyaltiesGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 15; col (B),Royalties; Program services,2013,
IRS990,part_ix,False,part_ix,174,Rylts_TtlAmt,/IRS990/RoyaltiesGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 15; col (A),Royalties; Total,2013,
IRS990,part_viii,False,part_viii,36,RyltsRvn_ExclsnAmt,/IRS990/RoyaltiesRevenueGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 5; Part VIII Column (D),"Other revenue, royalties; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,70,RyltsRvn_RltdOrExmptFncIncmAmt,/IRS990/RoyaltiesRevenueGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 5; Part VIII Column (B),"Other revenue, royalties; Related or exempt function revenue",2013,
IRS990,part_viii,False,part_viii,254,RyltsRvn_TtlRvnClmnAmt,/IRS990/RoyaltiesRevenueGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 5; Part VIII Column (A),"Other revenue, royalties; Total revenue",2013,
IRS990,part_viii,False,part_viii,470,RyltsRvn_UnrltdBsnssRvnAmt,/IRS990/RoyaltiesRevenueGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 5; Part VIII Column (C),"Other revenue, royalties; Unrelated business revenue",2013,
IRS990,part_x,False,part_x,231,RtnErnEndwmntIncmOthFnds_BOYAmt,/IRS990/RtnEarnEndowmentIncmOthFndsGrp/BOYAmt,USAmountType,BigInteger,Part X Line 32; Part X Column (A),"Retained earnings, endowment, accumulated income, or other funds; Beginnning of year",2013,
IRS990,part_x,False,part_x,306,RtnErnEndwmntIncmOthFnds_EOYAmt,/IRS990/RtnEarnEndowmentIncmOthFndsGrp/EOYAmt,USAmountType,BigInteger,Part X Line 32; Part X Column (B),"Retained earnings, endowment, accumulated income, or other funds; Ending of year",2013,
IRS990,part_x,False,part_x,143,SvngsAndTmpCshInvst_BOYAmt,/IRS990/SavingsAndTempCashInvstGrp/BOYAmt,USAmountType,BigInteger,Part X Line 2; Part X Column (A),Savings and temporary cash investments; Beginnning of year,2013,
IRS990,part_x,False,part_x,472,SvngsAndTmpCshInvst_EOYAmt,/IRS990/SavingsAndTempCashInvstGrp/EOYAmt,USAmountType,BigInteger,Part X Line 2; Part X Column (B),Savings and temporary cash investments; Ending of year,2013,
IRS990,part_iv,False,part_iv,21,SkdBRqrdInd,/IRS990/ScheduleBRequiredInd,,Text,Part IV Line 2,Schedule B required?,2013,
IRS990,part_iv,False,part_iv,599,SkdJRqrdInd,/IRS990/ScheduleJRequiredInd,,Text,Part IV Line 23,"Part VII, Lines 3, 4, or 5 = ""Yes""?",2013,
IRS990,part_iv,False,part_iv,484,SkdORqrdInd,/IRS990/ScheduleORequiredInd,BooleanType,String(length=5),Part IV Line 38,Governing body and public disclosure explained in Schedule O?,2013,
IRS990,part_iv,False,part_iv,499,SchlOprtngInd,/IRS990/SchoolOperatingInd,,Text,Part IV Line 13,School?,2013,
IRS990,part_iii,False,part_iii,518,SgnfcntChngInd,/IRS990/SignificantChangeInd,BooleanType,String(length=5),Part III Line 3,Significant change?,2013,
IRS990,part_iii,False,part_iii,367,SgnfcntNwPrgrmSrvcInd,/IRS990/SignificantNewProgramSrvcInd,BooleanType,String(length=5),Part III Line 2,Significant new program services?,2013,
IRS990,part_0,True,SpclCndtnDsc,157,SpclCndtnDsc,/IRS990/SpecialConditionDesc,,Text,,Special condition description,2013,
IRS990,part_v,False,part_v,388,SttRqrdRsrvsAmt,/IRS990/StateRequiredReservesAmt,USAmountType,BigInteger,Part V Line 13b,State required reserves amount,2013,
IRS990,part_vi,True,SttsWhrCpyOfRtrnIsFldCd,543,SttsWhrCpyOfRtrnIsFldCd,/IRS990/StatesWhereCopyOfReturnIsFldCd,StateType,String(length=2),Part VI Section C Line 17,States where return filed,2013,
IRS990,part_v,False,part_v,33,SbjTTxRmnrtnExPrchtPymtInd,/IRS990/SubjToTaxRmnrtnExPrchtPymtInd,BooleanType,String(length=5),Part V Line 15,Subject to the section 4960 tax on remuneration or excess parachute payments?,2018,
IRS990,part_v,False,part_v,275,SbjctTExcsTxNtInvstIncInd,/IRS990/SubjectToExcsTaxNetInvstIncInd,BooleanType,String(length=5),Part V Line 16,Subject to the section 4968 excise tax on net investment income?,2018,
IRS990,part_iv,False,part_iv,173,SbjctTPrxyTxInd,/IRS990/SubjectToProxyTaxInd,,Text,Part IV Line 5,Subject to proxy tax?,2013,
IRS990,part_x,False,part_x,195,TxExmptBndLblts_BOYAmt,/IRS990/TaxExemptBondLiabilitiesGrp/BOYAmt,USAmountType,BigInteger,Part X Line 20; Part X Column (A),Tax-exempt bond liabilities; Beginnning of year,2013,
IRS990,part_x,False,part_x,144,TxExmptBndLblts_EOYAmt,/IRS990/TaxExemptBondLiabilitiesGrp/EOYAmt,USAmountType,BigInteger,Part X Line 20; Part X Column (B),Tax-exempt bond liabilities; Ending of year,2013,
IRS990,part_iv,False,part_iv,423,TxExmptBndsInd,/IRS990/TaxExemptBondsInd,,Text,Part IV Line 24a,Tax exempt bonds?,2013,
IRS990,part_v,False,part_v,171,TxExmptIntrstAmt,/IRS990/TaxExemptInterestAmt,USAmountType,BigInteger,Part V Line 12b,Amount of tax exempt interest,2013,
IRS990,part_v,False,part_v,637,TxblDstrbtnsInd,/IRS990/TaxableDistributionsInd,BooleanType,String(length=5),Part V Line 9a,Taxable distributions?,2013,
IRS990,part_v,False,part_v,8,TxblPrtyNtfctnInd,/IRS990/TaxablePartyNotificationInd,BooleanType,String(length=5),Part V Line 5b,Taxable party notification?,2013,
IRS990,part_iv,False,part_iv,411,TmpOrPrmnntEndwmntsInd,/IRS990/TempOrPermanentEndowmentsInd,,Text,Part IV Line 10,Term or permanent endowments?,2013,
IRS990,part_x,False,part_x,23,TmprrlyRstrNtAssts_BOYAmt,/IRS990/TemporarilyRstrNetAssetsGrp/BOYAmt,USAmountType,BigInteger,Part X Line 28; Part X Column (A),Temporarily restricted net assets; Beginnning of year,2013,
IRS990,part_x,False,part_x,422,TmprrlyRstrNtAssts_EOYAmt,/IRS990/TemporarilyRstrNetAssetsGrp/EOYAmt,USAmountType,BigInteger,Part X Line 28; Part X Column (B),Temporarily restricted net assets; Ending of year,2013,
IRS990,part_iv,False,part_iv,267,TrmntOprtnsInd,/IRS990/TerminateOperationsInd,,Text,Part IV Line 31,Terminated?,2013,
IRS990,part_x,False,part_x,93,TtLbNtAsstsFndBlnc_BOYAmt,/IRS990/TotLiabNetAssetsFundBalanceGrp/BOYAmt,USAmountType,BigInteger,Part X Line 34; Part X Column (A),Total liabilities and net assets or fund balances; Beginnning of year,2013,
IRS990,part_x,False,part_x,627,TtLbNtAsstsFndBlnc_EOYAmt,/IRS990/TotLiabNetAssetsFundBalanceGrp/EOYAmt,USAmountType,BigInteger,Part X Line 34; Part X Column (B),Total liabilities and net assets or fund balances; Ending of year,2013,
IRS990,part_vii,False,part_vii,51,TtRprtblCmpRltdOrgAmt,/IRS990/TotReportableCompRltdOrgAmt,USAmountType,BigInteger,Part VII Section A Line 1d E,"Total, column E",2013,
IRS990,part_i,False,part_i,66,TtlAsstsBOYAmt,/IRS990/TotalAssetsBOYAmt,USAmountType,BigInteger,Part I Line 20,"Total Assets, BOY",2013,
IRS990,part_i,False,part_i,541,TtlAsstsEOYAmt,/IRS990/TotalAssetsEOYAmt,USAmountType,BigInteger,Part I Line 20,"Total Assets, EOY",2013,
IRS990,part_x,False,part_x,217,TtlAssts_BOYAmt,/IRS990/TotalAssetsGrp/BOYAmt,USAmountType,BigInteger,Part X Line 16; Part X Column (A),Total assets; Beginnning of year,2013,
IRS990,part_x,False,part_x,295,TtlAssts_EOYAmt,/IRS990/TotalAssetsGrp/EOYAmt,USAmountType,BigInteger,Part X Line 16; Part X Column (B),Total assets; Ending of year,2013,
IRS990,part_vii,False,part_vii,452,TtlCmpGrtrThn150KInd,/IRS990/TotalCompGreaterThan150KInd,BooleanType,String(length=5),Part VII Section A Line 4,"Line1a, total greater than $150K?",2013,
IRS990,part_viii,False,part_viii,509,TtlCntrbtnsAmt,/IRS990/TotalContributionsAmt,USAmountType,BigInteger,Part VIII Line 1h Column (A),Total contributions,2013,
IRS990,part_i,False,part_i,16,TtlEmplyCnt,/IRS990/TotalEmployeeCnt,IntegerNNType,BigInteger,Part I Line 5,total Number employees,2013,
IRS990,part_ix,False,part_ix,337,TtlFnctnlExpnss_FndrsngAmt,/IRS990/TotalFunctionalExpensesGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 25; col (D),Total functional expenses; Fundraising,2013,
IRS990,part_ix,False,part_ix,341,TtlFnctnlExpnss_MngmntAndGnrlAmt,/IRS990/TotalFunctionalExpensesGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 25; col (C),Total functional expenses; Management and general,2013,
IRS990,part_ix,False,part_ix,505,TtlFnctnlExpnss_PrgrmSrvcsAmt,/IRS990/TotalFunctionalExpensesGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 25; col (B),Total functional expenses; Program services,2013,
IRS990,part_ix,False,part_ix,515,TtlFnctnlExpnss_TtlAmt,/IRS990/TotalFunctionalExpensesGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 25; col (A),Total functional expenses; Total,2013,
IRS990,part_i,False,part_i,155,TtlGrssUBIAmt,/IRS990/TotalGrossUBIAmt,USAmountType,BigInteger,Part I Line 7a,Total gross UBI,2013,
IRS990,part_ix,False,part_ix,54,TtlJntCsts_FndrsngAmt,/IRS990/TotalJointCostsGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 26; col (D),Total joint costs; Fundraising,2013,
IRS990,part_ix,False,part_ix,616,TtlJntCsts_MngmntAndGnrlAmt,/IRS990/TotalJointCostsGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 26; col (C),Total joint costs; Management and general,2013,
IRS990,part_ix,False,part_ix,300,TtlJntCsts_PrgrmSrvcsAmt,/IRS990/TotalJointCostsGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 26; col (B),Total joint costs; Program services,2013,
IRS990,part_ix,False,part_ix,165,TtlJntCsts_TtlAmt,/IRS990/TotalJointCostsGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 26; col (A),Total joint costs; Total,2013,
IRS990,part_i,False,part_i,307,TtlLbltsBOYAmt,/IRS990/TotalLiabilitiesBOYAmt,USAmountType,BigInteger,Part I Line 21,"Total Liabilities, BOY",2013,
IRS990,part_i,False,part_i,246,TtlLbltsEOYAmt,/IRS990/TotalLiabilitiesEOYAmt,USAmountType,BigInteger,Part I Line 21,"Total Liabilities, EOY",2013,
IRS990,part_x,False,part_x,467,TtlLblts_BOYAmt,/IRS990/TotalLiabilitiesGrp/BOYAmt,USAmountType,BigInteger,Part X Line 26; Part X Column (A),Total liabilities; Beginnning of year,2013,
IRS990,part_x,False,part_x,150,TtlLblts_EOYAmt,/IRS990/TotalLiabilitiesGrp/EOYAmt,USAmountType,BigInteger,Part X Line 26; Part X Column (B),Total liabilities; Ending of year,2013,
IRS990,part_x,False,part_x,413,TtlNtAsstsFndBlnc_BOYAmt,/IRS990/TotalNetAssetsFundBalanceGrp/BOYAmt,USAmountType,BigInteger,Part X Line 33; Part X Column (A),Total net assets or fund balances; Beginnning of year,2013,
IRS990,part_x,False,part_x,10,TtlNtAsstsFndBlnc_EOYAmt,/IRS990/TotalNetAssetsFundBalanceGrp/EOYAmt,USAmountType,BigInteger,Part X Line 33; Part X Column (B),Total net assets or fund balances; Ending of year,2013,
IRS990,part_viii,False,part_viii,191,TtlOthPrgrmSrvcRv_ExclsnAmt,/IRS990/TotalOthProgramServiceRevGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 2f; Part VIII Column (D),"Program service revenue: Enter miscellaneous description and entries; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,469,TtlOthPrgrmSrvcRv_RltdOrExmptFncIncmAmt,/IRS990/TotalOthProgramServiceRevGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 2f; Part VIII Column (B),Program service revenue: Enter miscellaneous description and entries; Related or exempt function revenue,2013,
IRS990,part_viii,False,part_viii,76,TtlOthPrgrmSrvcRv_TtlRvnClmnAmt,/IRS990/TotalOthProgramServiceRevGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 2f; Part VIII Column (A),Program service revenue: Enter miscellaneous description and entries; Total revenue,2013,
IRS990,part_viii,False,part_viii,88,TtlOthPrgrmSrvcRv_UnrltdBsnssRvnAmt,/IRS990/TotalOthProgramServiceRevGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 2f; Part VIII Column (C),Program service revenue: Enter miscellaneous description and entries; Unrelated business revenue,2013,
IRS990,part_vii,False,part_vii,326,TtlOthrCmpnstnAmt,/IRS990/TotalOtherCompensationAmt,USAmountType,BigInteger,Part VII Section A Line 1d F,"Total, column F",2013,
IRS990,part_iii,False,part_iii,255,TtlOthrPrgSrvcExpnsAmt,/IRS990/TotalOtherProgSrvcExpenseAmt,USAmountType,BigInteger,Part III Line 4d,Total of other program service expense,2013,
IRS990,part_iii,False,part_iii,279,TtlOthrPrgSrvcGrntAmt,/IRS990/TotalOtherProgSrvcGrantAmt,USAmountType,BigInteger,Part III Line 4d,Total of other program service grants,2013,
IRS990,part_iii,False,part_iii,39,TtlOthrPrgSrvcRvnAmt,/IRS990/TotalOtherProgSrvcRevenueAmt,USAmountType,BigInteger,Part III Line 4d,Total of other program service revenue,2013,
IRS990,part_iii,False,part_iii,370,TtlPrgrmSrvcExpnssAmt,/IRS990/TotalProgramServiceExpensesAmt,USAmountType,BigInteger,Part III Line 4e,Total program service expense,2013,
IRS990,part_viii,False,part_viii,419,TtlPrgrmSrvcRvnAmt,/IRS990/TotalProgramServiceRevenueAmt,USAmountType,BigInteger,Part VIII Line 2g,Program service revenue total,2013,
IRS990,part_vii,False,part_vii,11,TtlRprtblCmpFrmOrgAmt,/IRS990/TotalReportableCompFromOrgAmt,USAmountType,BigInteger,Part VII Section A Line 1d D,"Total, column D",2013,
IRS990,part_viii,False,part_viii,228,TtlRvn_ExclsnAmt,/IRS990/TotalRevenueGrp/ExclusionAmt,USAmountType,BigInteger,Part VIII Line 12; Part VIII Column (D),"Total Revenue; Excluded by section 512, 513, or 514: amount",2013,
IRS990,part_viii,False,part_viii,460,TtlRvn_RltdOrExmptFncIncmAmt,/IRS990/TotalRevenueGrp/RelatedOrExemptFuncIncomeAmt,USAmountType,BigInteger,Part VIII Line 12; Part VIII Column (B),Total Revenue; Related or exempt function revenue,2013,
IRS990,part_viii,False,part_viii,402,TtlRvn_TtlRvnClmnAmt,/IRS990/TotalRevenueGrp/TotalRevenueColumnAmt,USAmountType,BigInteger,Part VIII Line 12; Part VIII Column (A),Total Revenue; Total revenue,2013,
IRS990,part_viii,False,part_viii,416,TtlRvn_UnrltdBsnssRvnAmt,/IRS990/TotalRevenueGrp/UnrelatedBusinessRevenueAmt,USAmountType,BigInteger,Part VIII Line 12; Part VIII Column (C),Total Revenue; Unrelated business revenue,2013,
IRS990,part_i,False,part_i,241,TtlVlntrsCnt,/IRS990/TotalVolunteersCnt,IntegerNNType,BigInteger,Part I Line 6,Total number volunteers,2013,
IRS990,part_iv,False,part_iv,15,TrnsctnWthCntrlEntInd,/IRS990/TransactionWithControlEntInd,,Text,Part IV Line 35b,Payment from or engage in transaction with a controlled entity?,2013,
IRS990,part_ix,False,part_ix,420,Trvl_FndrsngAmt,/IRS990/TravelGrp/FundraisingAmt,USAmountType,BigInteger,Part IX Line 17; col (D),Travel; Fundraising,2013,
IRS990,part_ix,False,part_ix,593,Trvl_MngmntAndGnrlAmt,/IRS990/TravelGrp/ManagementAndGeneralAmt,USAmountType,BigInteger,Part IX Line 17; col (C),Travel; Management and general,2013,
IRS990,part_ix,False,part_ix,160,Trvl_PrgrmSrvcsAmt,/IRS990/TravelGrp/ProgramServicesAmt,USAmountType,BigInteger,Part IX Line 17; col (B),Travel; Program services,2013,
IRS990,part_ix,False,part_ix,406,Trvl_TtlAmt,/IRS990/TravelGrp/TotalAmt,USAmountType,BigInteger,Part IX Line 17; col (A),Travel; Total,2013,
IRS990,part_iv,False,part_iv,163,TrnsfrExmptNnChrtblRltdOrgInd,/IRS990/TrnsfrExmptNonChrtblRltdOrgInd,,Text,Part IV Line 36,Any transfers to exempt non-charitable org?,2013,
IRS990,part_0,False,part_0,582,OfOrgnztnAsscInd,/IRS990/TypeOfOrganizationAssocInd,CheckboxType,String(length=1),K,Type of organization - association,2013,
IRS990,part_0,False,part_0,205,OfOrgnztnCrpInd,/IRS990/TypeOfOrganizationCorpInd,CheckboxType,String(length=1),K,Type of organization - corporation,2013,
IRS990,part_0,False,part_0,312,OfOrgnztnOthrInd,/IRS990/TypeOfOrganizationOtherInd,CheckboxType,String(length=1),K,Type of organization - other,2013,
IRS990,part_0,False,part_0,80,OfOrgnztnTrstInd,/IRS990/TypeOfOrganizationTrustInd,CheckboxType,String(length=1),K,Type of organization - trust,2013,
IRS990,part_0,False,part_0,27,USAddrss_AddrssLn1Txt,/IRS990/USAddress/AddressLine1,StreetAddressType,String(length=35),F,Address of principal officer - US; Address line 1,2013,2013
IRS990,part_0,False,part_0,604,USAddrss_AddrssLn1Txt,/IRS990/USAddress/AddressLine1Txt,StreetAddressType,String(length=35),F,Address of principal officer - US; Address line 1,2014,
IRS990,part_0,False,part_0,346,USAddrss_AddrssLn2Txt,/IRS990/USAddress/AddressLine2,StreetAddressType,String(length=35),F,Address of principal officer - US; Address line 2,2013,2013
IRS990,part_0,False,part_0,519,USAddrss_AddrssLn2Txt,/IRS990/USAddress/AddressLine2Txt,StreetAddressType,String(length=35),F,Address of principal officer - US; Address line 2,2014,
IRS990,part_0,False,part_0,239,USAddrss_CtyNm,/IRS990/USAddress/City,CityType,String(length=22),F,Address of principal officer - US; City,2013,2013
IRS990,part_0,False,part_0,516,USAddrss_CtyNm,/IRS990/USAddress/CityNm,CityType,String(length=22),F,Address of principal officer - US; City,2014,
IRS990,part_0,False,part_0,615,USAddrss_SttAbbrvtnCd,/IRS990/USAddress/State,StateType,String(length=2),F,Address of principal officer - US; State,2013,2013
IRS990,part_0,False,part_0,209,USAddrss_SttAbbrvtnCd,/IRS990/USAddress/StateAbbreviationCd,StateType,String(length=2),F,Address of principal officer - US; State,2014,
IRS990,part_0,False,part_0,342,USAddrss_ZIPCd,/IRS990/USAddress/ZIPCd,ZIPCodeType,String(length=15),F,Address of principal officer - US; ZIP code,2014,
IRS990,part_0,False,part_0,142,USAddrss_ZIPCd,/IRS990/USAddress/ZIPCode,ZIPCodeType,String(length=15),F,Address of principal officer - US; ZIP code,2013,2013
IRS990,part_v,False,part_v,110,UnrltdBsIncmOvrLmtInd,/IRS990/UnrelatedBusIncmOverLimitInd,BooleanType,String(length=5),Part V Line 3a,Unrelated business income?,2013,
IRS990,part_x,False,part_x,285,UnrstrctdNtAssts_BOYAmt,/IRS990/UnrestrictedNetAssetsGrp/BOYAmt,USAmountType,BigInteger,Part X Line 27; Part X Column (A),Unrestricted net assets; Beginnning of year,2013,
IRS990,part_x,False,part_x,596,UnrstrctdNtAssts_EOYAmt,/IRS990/UnrestrictedNetAssetsGrp/EOYAmt,USAmountType,BigInteger,Part X Line 27; Part X Column (B),Unrestricted net assets; Ending of year,2013,
IRS990,part_x,False,part_x,146,UnscrdNtsLnsPybl_BOYAmt,/IRS990/UnsecuredNotesLoansPayableGrp/BOYAmt,USAmountType,BigInteger,Part X Line 24; Part X Column (A),Unsecured notes and loans payable; Beginnning of year,2013,
IRS990,part_x,False,part_x,25,UnscrdNtsLnsPybl_EOYAmt,/IRS990/UnsecuredNotesLoansPayableGrp/EOYAmt,USAmountType,BigInteger,Part X Line 24; Part X Column (B),Unsecured notes and loans payable; Ending of year,2013,
IRS990,part_vi,False,part_vi,284,UpnRqstInd,/IRS990/UponRequestInd,CheckboxType,String(length=1),Part VI Section C Line 18,Upon request,2013,
IRS990,part_i,False,part_i,41,VtngMmbrsGvrnngBdyCnt,/IRS990/VotingMembersGoverningBodyCnt,IntegerNNType,BigInteger,Part I Line 3,Number voting members governing body,2013,
IRS990,part_i,False,part_i,152,VtngMmbrsIndpndntCnt,/IRS990/VotingMembersIndependentCnt,IntegerNNType,BigInteger,Part I Line 4,Number independent voting members,2013,
IRS990,part_0,False,part_0,588,WbstAddrssTxt,/IRS990/WebsiteAddressTxt,LineExplanationType,String(length=100),J,Web site,2013,
IRS990,part_vi,False,part_vi,568,WhstlblwrPlcyInd,/IRS990/WhistleblowerPolicyInd,BooleanType,String(length=5),Part VI Section B Line 13,Whistleblower policy?,2013,
IRS990,part_vi,False,part_vi,546,WrttnPlcyOrPrcdrInd,/IRS990/WrittenPolicyOrProcedureInd,BooleanType,String(length=5),Part VI Section B Line 16b,Written policy or procedure?,2013,
IRS990EZ,ez_part_v,False,ez_part_v,20,EZ_ActvtsNtPrvslyRptInd,/IRS990EZ/ActivitiesNotPreviouslyRptInd,BooleanType,String(length=5),Part V Line 33,Did the organization engage in any activity not previously reported to the IRS?,2013,
IRS990EZ,ez_part_0,False,ez_part_0,133,AddrssChngInd,/IRS990EZ/AddressChangeInd,CheckboxType,String(length=1),B,Indicates this return has an address change,2013,
IRS990EZ,ez_part_0,False,ez_part_0,68,AmnddRtrnInd,/IRS990EZ/AmendedReturnInd,CheckboxType,String(length=1),B,Amended return,2013,
IRS990EZ,ez_part_i,False,ez_part_i,24,BnftsPdTOrFrMmbrsAmt,/IRS990EZ/BenefitsPaidToOrForMembersAmt,USAmountNNType,BigInteger,Part I Line 11,Benefits paid to or for members,2013,
IRS990EZ,ez_part_v,False,ez_part_v,158,BsnssNm_BsnssNmLn1Txt,/IRS990EZ/BooksInCareOfDetail/BusinessName/BusinessNameLine1,BusinessNameLine1Type,String(length=75),Part V Line 42a,The books are in care of; Name - Business; Business name line 1,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,9,BsnssNm_BsnssNmLn1Txt,/IRS990EZ/BooksInCareOfDetail/BusinessName/BusinessNameLine1Txt,BusinessNameLine1Type,String(length=75),Part V Line 42a,The books are in care of; Name - Business; Business name line 1,2014,
IRS990EZ,ez_part_v,False,ez_part_v,139,BsnssNm_BsnssNmLn2Txt,/IRS990EZ/BooksInCareOfDetail/BusinessName/BusinessNameLine2,BusinessNameLine2Type,String(length=75),Part V Line 42a,The books are in care of; Name - Business; Business name line 2,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,107,BsnssNm_BsnssNmLn2Txt,/IRS990EZ/BooksInCareOfDetail/BusinessName/BusinessNameLine2Txt,BusinessNameLine2Type,String(length=75),Part V Line 42a,The books are in care of; Name - Business; Business name line 2,2014,
IRS990EZ,ez_part_v,False,ez_part_v,69,FrgnAddrss_AddrssLn1Txt,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/AddressLine1,StreetAddressType,String(length=35),Part V Line 42a,The books are in care of; Address - Foreign; Address line 1,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,167,FrgnAddrss_AddrssLn1Txt,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/AddressLine1Txt,StreetAddressType,String(length=35),Part V Line 42a,The books are in care of; Address - Foreign; Address line 1,2014,
IRS990EZ,ez_part_v,False,ez_part_v,33,FrgnAddrss_AddrssLn2Txt,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/AddressLine2,StreetAddressType,String(length=35),Part V Line 42a,The books are in care of; Address - Foreign; Address line 2,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,43,FrgnAddrss_AddrssLn2Txt,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/AddressLine2Txt,StreetAddressType,String(length=35),Part V Line 42a,The books are in care of; Address - Foreign; Address line 2,2014,
IRS990EZ,ez_part_v,False,ez_part_v,32,FrgnAddrss_CtyNm,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/City,,Text,Part V Line 42a,The books are in care of; Address - Foreign; City,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,21,FrgnAddrss_CtyNm,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/CityNm,,Text,Part V Line 42a,The books are in care of; Address - Foreign; City,2014,
IRS990EZ,ez_part_v,False,ez_part_v,154,FrgnAddrss_CntryCd,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/Country,CountryType,String(length=2),Part V Line 42a,The books are in care of; Address - Foreign; Country,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,126,FrgnAddrss_CntryCd,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/CountryCd,CountryType,String(length=2),Part V Line 42a,The books are in care of; Address - Foreign; Country,2014,
IRS990EZ,ez_part_v,False,ez_part_v,96,FrgnAddrss_FrgnPstlCd,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/ForeignPostalCd,,Text,Part V Line 42a,The books are in care of; Address - Foreign; Postal code,2014,
IRS990EZ,ez_part_v,False,ez_part_v,130,FrgnAddrss_FrgnPstlCd,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/PostalCode,,Text,Part V Line 42a,The books are in care of; Address - Foreign; Postal code,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,11,FrgnAddrss_PrvncOrSttNm,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/ProvinceOrState,,Text,Part V Line 42a,The books are in care of; Address - Foreign; Province or state,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,91,FrgnAddrss_PrvncOrSttNm,/IRS990EZ/BooksInCareOfDetail/ForeignAddress/ProvinceOrStateNm,,Text,Part V Line 42a,The books are in care of; Address - Foreign; Province or state,2014,
IRS990EZ,ez_part_v,False,ez_part_v,27,BksInCrOfDtl_PrsnNm,/IRS990EZ/BooksInCareOfDetail/PersonNm,PersonNameType,String(length=35),Part V Line 42a,The books are in care of; Name - Person,2013,
IRS990EZ,ez_part_v,False,ez_part_v,117,BksInCrOfDtl_PhnNm,/IRS990EZ/BooksInCareOfDetail/PhoneNum,PhoneNumberType,String(length=10),Part V Line 42a,The books are in care of; Telephone number,2013,
IRS990EZ,ez_part_v,False,ez_part_v,54,USAddrss_AddrssLn1Txt,/IRS990EZ/BooksInCareOfDetail/USAddress/AddressLine1,StreetAddressType,String(length=35),Part V Line 42a,The books are in care of; Address - US; Address line 1,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,105,USAddrss_AddrssLn1Txt,/IRS990EZ/BooksInCareOfDetail/USAddress/AddressLine1Txt,StreetAddressType,String(length=35),Part V Line 42a,The books are in care of; Address - US; Address line 1,2014,
IRS990EZ,ez_part_v,False,ez_part_v,153,USAddrss_AddrssLn2Txt,/IRS990EZ/BooksInCareOfDetail/USAddress/AddressLine2,StreetAddressType,String(length=35),Part V Line 42a,The books are in care of; Address - US; Address line 2,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,65,USAddrss_AddrssLn2Txt,/IRS990EZ/BooksInCareOfDetail/USAddress/AddressLine2Txt,StreetAddressType,String(length=35),Part V Line 42a,The books are in care of; Address - US; Address line 2,2014,
IRS990EZ,ez_part_v,False,ez_part_v,147,USAddrss_CtyNm,/IRS990EZ/BooksInCareOfDetail/USAddress/City,CityType,String(length=22),Part V Line 42a,The books are in care of; Address - US; City,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,48,USAddrss_CtyNm,/IRS990EZ/BooksInCareOfDetail/USAddress/CityNm,CityType,String(length=22),Part V Line 42a,The books are in care of; Address - US; City,2014,
IRS990EZ,ez_part_v,False,ez_part_v,64,USAddrss_SttAbbrvtnCd,/IRS990EZ/BooksInCareOfDetail/USAddress/State,StateType,String(length=2),Part V Line 42a,The books are in care of; Address - US; State,2013,2013
IRS990EZ,ez_part_v,False,ez_part_v,15,USAddrss_SttAbbrvtnCd,/IRS990EZ/BooksInCareOfDetail/USAddress/StateAbbreviationCd,StateType,String(length=2),Part V Line 42a,The books are in care of; Address - US; State,2014,
IRS990EZ,ez_part_v,False,ez_part_v,38,USAddrss_ZIPCd,/IRS990EZ/BooksInCareOfDetail/USAddress/ZIPCd,ZIPCodeType,String(length=15),Part V Line 42a,The books are in care of; Address - US; ZIP code,2014,
IRS990EZ,ez_part_v,False,ez_part_v,85,USAddrss_ZIPCd,/IRS990EZ/BooksInCareOfDetail/USAddress/ZIPCode,ZIPCodeType,String(length=15),Part V Line 42a,The books are in care of; Address - US; ZIP code,2013,2013
IRS990EZ,ez_part_ii,False,ez_part_ii,46,CshSvngsAndInvstmnts_BOYAmt,/IRS990EZ/CashSavingsAndInvestmentsGrp/BOYAmt,USAmountNNType,BigInteger,Part II Line 22; Part II - Column (A),"Cash, savings, and investments; Beginnning of year",2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,44,CshSvngsAndInvstmnts_EOYAmt,/IRS990EZ/CashSavingsAndInvestmentsGrp/EOYAmt,USAmountNNType,BigInteger,Part II Line 22; Part II - Column (B),"Cash, savings, and investments; Ending of year",2013,
IRS990EZ,ez_part_v,False,ez_part_v,98,EZ_ChgMdTOrgnzngDcNtRptInd,/IRS990EZ/ChgMadeToOrgnzngDocNotRptInd,BooleanType,String(length=5),Part V Line 34,Were any changes made in the organizing or governing documents but not reported to the IRS?,2013,
IRS990EZ,ez_part_vi,False,ez_part_vi,71,CntrctRcvdGrtrThn100KCnt,/IRS990EZ/CntrctRcvdGreaterThan100KCnt,,Text,Part VI Line 51d,"Total number of other independent contractors receiving over $100,000",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnHghstPdEmpl,143,AvrgHrsPrWkRt,/IRS990EZ/CompensationHighestPaidEmplGrp/AverageHoursPerWeekRt,,Text,Part VI Line 50; Part VI Line 50 Column (b),"Complete this table for the five highest compensated employees (other than officers, directors, trustees and key employees) who received more than $100,000 of compensation from the organization; Average hours per week",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnHghstPdEmpl,88,CmpnstnAmt,/IRS990EZ/CompensationHighestPaidEmplGrp/CompensationAmt,USAmountNNType,BigInteger,Part VI Line 50; Part VI Line 50 Column (c),"Complete this table for the five highest compensated employees (other than officers, directors, trustees and key employees) who received more than $100,000 of compensation from the organization; Compensation",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnHghstPdEmpl,111,EmplyBnftsAmt,/IRS990EZ/CompensationHighestPaidEmplGrp/EmployeeBenefitsAmt,USAmountNNType,BigInteger,Part VI Line 50; Part VI Line 50 Column (d),"Complete this table for the five highest compensated employees (other than officers, directors, trustees and key employees) who received more than $100,000 of compensation from the organization; Employee benefits",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnHghstPdEmpl,1,ExpnsAccntAmt,/IRS990EZ/CompensationHighestPaidEmplGrp/ExpenseAccountAmt,USAmountNNType,BigInteger,Part VI Line 50; Part VI Line 50 Column (e),"Complete this table for the five highest compensated employees (other than officers, directors, trustees and key employees) who received more than $100,000 of compensation from the organization; Expense Account",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnHghstPdEmpl,125,PrsnNm,/IRS990EZ/CompensationHighestPaidEmplGrp/PersonNm,,Text,Part VI Line 50; Part VI Line 50 Column (a),"Complete this table for the five highest compensated employees (other than officers, directors, trustees and key employees) who received more than $100,000 of compensation from the organization; Highest paid employee's name",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnHghstPdEmpl,177,TtlTxt,/IRS990EZ/CompensationHighestPaidEmplGrp/TitleTxt,LineExplanationType,String(length=100),Part VI Line 50; Part VI Line 50 Column (a),"Complete this table for the five highest compensated employees (other than officers, directors, trustees and key employees) who received more than $100,000 of compensation from the organization; Title",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,53,CmpnstnOfHghstPdCntrct_BsnssNm,/IRS990EZ/CompensationOfHghstPdCntrctGrp/BusinessName,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Highest paid contractor's name - Business",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,157,CmpnstnOfHghstPdCntrct_BsnssNmLn1,/IRS990EZ/CompensationOfHghstPdCntrctGrp/BusinessName/BusinessNameLine1,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Highest paid contractor's name - Business Name Line 1",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,157,CmpnstnOfHghstPdCntrct_BsnssNmLn1,/IRS990EZ/CompensationOfHghstPdCntrctGrp/BusinessName/BusinessNameLine1Txt,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Highest paid contractor's name - Business Name Line 1",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,157.5,CmpnstnOfHghstPdCntrct_BsnssNmLn2,/IRS990EZ/CompensationOfHghstPdCntrctGrp/BusinessName/BusinessNameLine2,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Highest paid contractor's name - Business Name Line 2",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,157.5,CmpnstnOfHghstPdCntrct_BsnssNmLn2,/IRS990EZ/CompensationOfHghstPdCntrctGrp/BusinessName/BusinessNameLine2Txt,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Highest paid contractor's name - Business Name Line 2",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,112,CmpnstnOfHghstPdCntrct_CmpnstnAmt,/IRS990EZ/CompensationOfHghstPdCntrctGrp/CompensationAmt,USAmountNNType,BigInteger,Part VI Line 51; Part VI Line 51 Column (c),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Compensation",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,83,FrgnAddrss_AddrssLn1Txt,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/AddressLine1,StreetAddressType,String(length=35),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; Address line 1",2013,2013
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,93,FrgnAddrss_AddrssLn1Txt,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/AddressLine1Txt,StreetAddressType,String(length=35),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; Address line 1",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,10,FrgnAddrss_AddrssLn2Txt,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/AddressLine2,StreetAddressType,String(length=35),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; Address line 2",2013,2013
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,37,FrgnAddrss_AddrssLn2Txt,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/AddressLine2Txt,StreetAddressType,String(length=35),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; Address line 2",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,157,FrgnAddrss_CtyNm,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/City,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; City",2013,2013
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,114,FrgnAddrss_CtyNm,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/CityNm,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; City",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,4,FrgnAddrss_CntryCd,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/Country,CountryType,String(length=2),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; Country",2013,2013
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,28,FrgnAddrss_CntryCd,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/CountryCd,CountryType,String(length=2),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; Country",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,86,FrgnAddrss_FrgnPstlCd,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/ForeignPostalCd,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; Postal code",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,169,FrgnAddrss_FrgnPstlCd,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/PostalCode,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; Postal code",2013,2013
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,166,FrgnAddrss_PrvncOrSttNm,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/ProvinceOrState,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; Province or state",2013,2013
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,52,FrgnAddrss_PrvncOrSttNm,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ForeignAddress/ProvinceOrStateNm,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - Foreign; Province or state",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,6,CmpnstnOfHghstPdCntrct_PrsnNm,/IRS990EZ/CompensationOfHghstPdCntrctGrp/PersonNm,,Text,Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Highest paid contractor's name - Person",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,144,CmpnstnOfHghstPdCntrct_SrvcTxt,/IRS990EZ/CompensationOfHghstPdCntrctGrp/ServiceTypeTxt,LineExplanationType,String(length=100),Part VI Line 51; Part VI Line 51 Column (b),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Type of service",2013,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,26,USAddrss_AddrssLn1Txt,/IRS990EZ/CompensationOfHghstPdCntrctGrp/USAddress/AddressLine1,StreetAddressType,String(length=35),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - US; Address line 1",2013,2013
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,34,USAddrss_AddrssLn1Txt,/IRS990EZ/CompensationOfHghstPdCntrctGrp/USAddress/AddressLine1Txt,StreetAddressType,String(length=35),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - US; Address line 1",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,142,USAddrss_AddrssLn2Txt,/IRS990EZ/CompensationOfHghstPdCntrctGrp/USAddress/AddressLine2,StreetAddressType,String(length=35),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - US; Address line 2",2013,2013
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,80,USAddrss_AddrssLn2Txt,/IRS990EZ/CompensationOfHghstPdCntrctGrp/USAddress/AddressLine2Txt,StreetAddressType,String(length=35),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - US; Address line 2",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,63,USAddrss_CtyNm,/IRS990EZ/CompensationOfHghstPdCntrctGrp/USAddress/City,CityType,String(length=22),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - US; City",2013,2013
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,156,USAddrss_CtyNm,/IRS990EZ/CompensationOfHghstPdCntrctGrp/USAddress/CityNm,CityType,String(length=22),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - US; City",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,23,USAddrss_SttAbbrvtnCd,/IRS990EZ/CompensationOfHghstPdCntrctGrp/USAddress/State,StateType,String(length=2),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - US; State",2013,2013
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,180,USAddrss_SttAbbrvtnCd,/IRS990EZ/CompensationOfHghstPdCntrctGrp/USAddress/StateAbbreviationCd,StateType,String(length=2),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - US; State",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,174,USAddrss_ZIPCd,/IRS990EZ/CompensationOfHghstPdCntrctGrp/USAddress/ZIPCd,ZIPCodeType,String(length=15),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - US; ZIP code",2014,
IRS990EZ,ez_part_vi,True,EZCmpnstnOfHghstPdCntrct,14,USAddrss_ZIPCd,/IRS990EZ/CompensationOfHghstPdCntrctGrp/USAddress/ZIPCode,ZIPCodeType,String(length=15),Part VI Line 51; Part VI Line 51 Column (a),"Complete this table for the five highest compensated independent contractors that received more than $100,000 of compensation from the organization; Address - US; ZIP code",2013,2013
IRS990EZ,ez_part_i,False,ez_part_i,87,CntrbtnsGftsGrntsEtcAmt,/IRS990EZ/ContributionsGiftsGrantsEtcAmt,USAmountNNType,BigInteger,Part I Line 1,"Contributions, gifts, grants, and similar amounts received",2013,
IRS990EZ,ez_part_i,False,ez_part_i,150,CstOfGdsSldAmt,/IRS990EZ/CostOfGoodsSoldAmt,USAmountNNType,BigInteger,Part I Line 7b,Less: cost of goods sold,2013,
IRS990EZ,ez_part_i,False,ez_part_i,103,CstOrOthrBssExpnsSlAmt,/IRS990EZ/CostOrOtherBasisExpenseSaleAmt,USAmountNNType,BigInteger,Part I Line 5b,Cost or other basis and sales expenses,2013,
IRS990EZ,ez_part_v,False,ez_part_v,5,EZ_DrctIndrctPltclExpndAmt,/IRS990EZ/DirectIndirectPltclExpendAmt,USAmountNNType,BigInteger,Part V Line 37a,Direct or indirect political expenditures.,2013,
IRS990EZ,ez_part_v,False,ez_part_v,76,EZ_DnrAdvsdFndsInd,/IRS990EZ/DonorAdvisedFndsInd,BooleanType,String(length=5),Part V Line 44a,Maintain any donor advised funds?,2013,
IRS990EZ,ez_part_v,False,ez_part_v,160,EZ_EnggdInExcssBnftTrnsInd,/IRS990EZ/EngagedInExcessBenefitTransInd,,Text,Part V Line 40b,"501(c)(3) and 501(c)(4) orgs: Did the organization engage in any section 4958 excess benefit transaction during the year, etc?",2013,
IRS990EZ,ez_part_i,False,ez_part_i,123,ExcssOrDfctFrYrAmt,/IRS990EZ/ExcessOrDeficitForYearAmt,USAmountType,BigInteger,Part I Line 18,Excess or deficit,2013,
IRS990EZ,ez_part_i,False,ez_part_i,84,FsAndOthrPymtTIndCntrctAmt,/IRS990EZ/FeesAndOtherPymtToIndCntrctAmt,USAmountNNType,BigInteger,Part I Line 13,Professional fees and other payments to independent contractors,2013,
IRS990EZ,ez_part_vi,False,ez_part_vi,35,FldSkdAInd,/IRS990EZ/FiledScheduleAInd,BooleanType,String(length=5),Part VI Line 52,Did the organization complete Schedule A?,2013,
IRS990EZ,ez_part_0,False,ez_part_0,178,FnlRtrnInd,/IRS990EZ/FinalReturnInd,CheckboxType,String(length=1),B,Final return,2013,
IRS990EZ,ez_part_v,True,EZFrgnFnnclAccntCntryCd,100,FrgnFnnclAccntCntryCd,/IRS990EZ/ForeignFinancialAccountCntryCd,CountryType,String(length=2),Part V Line 42b,Name of foreign country,2013,
IRS990EZ,ez_part_v,False,ez_part_v,22,EZ_FrgnFnnclAccntInd,/IRS990EZ/ForeignFinancialAccountInd,BooleanType,String(length=5),Part V Line 42b,Did the organization have an interest in or authority over a financial account in a foreign country?,2013,
IRS990EZ,ez_part_v,True,EZFrgnOffcCntryCd,136,FrgnOffcCntryCd,/IRS990EZ/ForeignOfficeCountryCd,CountryType,String(length=2),Part V Line 42c,Name of foreign country,2013,
IRS990EZ,ez_part_v,False,ez_part_v,108,EZ_FrgnOffcInd,/IRS990EZ/ForeignOfficeInd,BooleanType,String(length=5),Part V Line 42c,"At any time during the calender year, did the organization maintain an office outside of the U.S.?",2013,
IRS990EZ,ez_part_v,False,ez_part_v,168,EZ_Frm1120PlFldInd,/IRS990EZ/Form1120PolFiledInd,BooleanType,String(length=5),Part V Line 37b,Did the organization file Form 1120-POL for this year?,2013,
IRS990EZ,ez_part_v,False,ez_part_v,137,EZ_Frm720FldInd,/IRS990EZ/Form720FiledInd,BooleanType,String(length=5),Part V Line 44d,Form 720 filed and taxes paid on indoor tanning services?,2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,104,Frm990TtlAssts_BOYAmt,/IRS990EZ/Form990TotalAssetsGrp/BOYAmt,USAmountNNType,BigInteger,Part II Line 25; Part II - Column (A),Total assets; Beginnning of year,2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,92,Frm990TtlAssts_EOYAmt,/IRS990EZ/Form990TotalAssetsGrp/EOYAmt,USAmountNNType,BigInteger,Part II Line 25; Part II - Column (B),Total assets; Ending of year,2013,
IRS990EZ,ez_part_i,False,ez_part_i,25,FndrsngGrssIncmAmt,/IRS990EZ/FundraisingGrossIncomeAmt,,Text,Part I Line 6b,Fundraising gross income,2013,
IRS990EZ,ez_part_i,False,ez_part_i,149,GnOrLssFrmSlOfAsstsAmt,/IRS990EZ/GainOrLossFromSaleOfAssetsAmt,USAmountType,BigInteger,Part I Line 5c,Gain or (loss) from sale of assets other than inventory,2013,
IRS990EZ,ez_part_i,False,ez_part_i,159,GmngGrssIncmAmt,/IRS990EZ/GamingGrossIncomeAmt,,Text,Part I Line 6a,Special events Indicates revenue from gaming,2013,
IRS990EZ,ez_part_i,False,ez_part_i,8,GrntsAndSmlrAmntsPdAmt,/IRS990EZ/GrantsAndSimilarAmountsPaidAmt,USAmountNNType,BigInteger,Part I Line 10,Grants and similar amounts paid,2013,
IRS990EZ,ez_part_i,False,ez_part_i,127,GrssPrftLssSlsOfInvntryAmt,/IRS990EZ/GrossProfitLossSlsOfInvntryAmt,USAmountType,BigInteger,Part I Line 7c,Gross profit (or loss) from sales of inventory,2013,
IRS990EZ,ez_part_0,False,ez_part_0,176,GrssRcptsAmt,/IRS990EZ/GrossReceiptsAmt,USAmountNNType,BigInteger,L,Gross receipts,2013,
IRS990EZ,ez_part_v,False,ez_part_v,60,EZ_GrssRcptsFrPblcUsAmt,/IRS990EZ/GrossReceiptsForPublicUseAmt,USAmountNNType,BigInteger,Part V Line 39b,"501(c)(7) orgs: Gross receipts, included on line 9, for public use of club facilities",2013,
IRS990EZ,ez_part_i,False,ez_part_i,179,GrssSlsOfInvntryAmt,/IRS990EZ/GrossSalesOfInventoryAmt,USAmountNNType,BigInteger,Part I Line 7a,Gross sales of inventory,2013,
IRS990EZ,ez_part_0,False,ez_part_0,132,GrpExmptnNm,/IRS990EZ/GroupExemptionNum,,Text,F,Group exempt number,2013,
IRS990EZ,ez_part_iii,False,ez_part_iii,101,InfInSkdOPrtIIIInd,/IRS990EZ/InfoInScheduleOPartIIIInd,CheckboxType,String(length=1),Part III,Schedule O contains a response to a question in Part III,2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,175,EZ_InfInSkdOPrtIIInd,/IRS990EZ/InfoInScheduleOPartIIInd,CheckboxType,String(length=1),Part II,Schedule O contains a response to a question in Part II,2013,
IRS990EZ,ez_part_i,False,ez_part_i,42,InfInSkdOPrtIInd,/IRS990EZ/InfoInScheduleOPartIInd,CheckboxType,String(length=1),Part I,Schedule O contains a response to a question in Part I,2013,
IRS990EZ,ez_part_iv,False,ez_part_iv,75,InfInSkdOPrtIVInd,/IRS990EZ/InfoInScheduleOPartIVInd,CheckboxType,String(length=1),Part IV,Schedule O contains a response to a question in Part IV,2013,
IRS990EZ,ez_part_vi,False,ez_part_vi,36,InfInSkdOPrtVIInd,/IRS990EZ/InfoInScheduleOPartVIInd,CheckboxType,String(length=1),Part VI,Schedule O contains a response to a question in Part VI,2013,
IRS990EZ,ez_part_v,False,ez_part_v,124,EZ_InfInSkdOPrtVInd,/IRS990EZ/InfoInScheduleOPartVInd,CheckboxType,String(length=1),Part V,Schedule O contains a response to a question in Part V,2013,
IRS990EZ,ez_part_0,False,ez_part_0,51,IntlRtrnInd,/IRS990EZ/InitialReturnInd,CheckboxType,String(length=1),B,Indicates this is an initial return,2013,
IRS990EZ,ez_part_v,False,ez_part_v,141,EZ_InttnFsAndCpCntrAmt,/IRS990EZ/InitiationFeesAndCapContriAmt,USAmountNNType,BigInteger,Part V Line 39a,501(c)(7) orgs: Initiation fees and capital contributions included on line 9,2013,
IRS990EZ,ez_part_i,False,ez_part_i,58,InvstmntIncmAmt,/IRS990EZ/InvestmentIncomeAmt,USAmountNNType,BigInteger,Part I Line 4,Investment income,2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,181,LndAndBldngs_BOYAmt,/IRS990EZ/LandAndBuildingsGrp/BOYAmt,USAmountNNType,BigInteger,Part II Line 23; Part II - Column (A),Land and buildings; Beginnning of year,2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,164,LndAndBldngs_EOYAmt,/IRS990EZ/LandAndBuildingsGrp/EOYAmt,USAmountNNType,BigInteger,Part II Line 23; Part II - Column (B),Land and buildings; Ending of year,2013,
IRS990EZ,ez_part_v,False,ez_part_v,17,EZ_LnsTFrmOffcrsAmt,/IRS990EZ/LoansToFromOfficersAmt,,Text,Part V Line 38b,Loans to/from officers amount,2013,
IRS990EZ,ez_part_vi,False,ez_part_vi,81,LbbyngActvtsInd,/IRS990EZ/LobbyingActivitiesInd,,Text,Part VI Line 47,Did the organization engage in lobbying activities?,2013,
IRS990EZ,ez_part_v,False,ez_part_v,121,EZ_MdLnsTFrmOffcrsInd,/IRS990EZ/MadeLoansToFromOfficersInd,BooleanType,String(length=5),Part V Line 38a,"Did the organization borrow from, or make any loans to, any officer, director, trustee, or key employee or were any such loans made in a prior year and still unpaid at the start of the period caovered by this return?",2013,
IRS990EZ,ez_part_i,False,ez_part_i,173,MmbrshpDsAmt,/IRS990EZ/MembershipDuesAmt,USAmountNNType,BigInteger,Part I Line 3,Membership dues and assessments,2013,
IRS990EZ,ez_part_0,False,ez_part_0,78,MthdOfAccntngAccrlInd,/IRS990EZ/MethodOfAccountingAccrualInd,CheckboxType,String(length=1),G,Method of accounting - Accrual,2013,
IRS990EZ,ez_part_0,False,ez_part_0,74,MthdOfAccntngCshInd,/IRS990EZ/MethodOfAccountingCashInd,CheckboxType,String(length=1),G,Method of accounting - Cash,2013,
IRS990EZ,ez_part_0,False,ez_part_0,29,MthdOfAccntngOthrDsc,/IRS990EZ/MethodOfAccountingOtherDesc,LineExplanationType,String(length=100),G,Method of accounting - Other,2013,
IRS990EZ,ez_part_v,False,ez_part_v,77,EZ_NECTFlngFrm990Ind,/IRS990EZ/NECTFilingForm990Ind,,Text,Part V Line 43,Indicates section 4947(a)(1) nonexempt charitable trusts filing Form 990 in lieu of Form 1041,2013,
IRS990EZ,ez_part_i,False,ez_part_i,67,NtAsstsOrFndBlncsBOYAmt,/IRS990EZ/NetAssetsOrFundBalancesBOYAmt,USAmountType,BigInteger,Part I Line 19,Net assets BOY,2013,
IRS990EZ,ez_part_i,False,ez_part_i,90,NtAsstsOrFndBlncsEOYAmt,/IRS990EZ/NetAssetsOrFundBalancesEOYAmt,USAmountType,BigInteger,Part I Line 21,Net assets EOY,2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,128,NtAsstsOrFndBlncs_BOYAmt,/IRS990EZ/NetAssetsOrFundBalancesGrp/BOYAmt,USAmountType,BigInteger,Part II Line 27; Part II Line 27 Column (A),Net assets or fund balances; Beginnning of year,2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,79,NtAsstsOrFndBlncs_EOYAmt,/IRS990EZ/NetAssetsOrFundBalancesGrp/EOYAmt,USAmountType,BigInteger,Part II Line 27; Part II Line 27 Column (B),Net assets or fund balances; Ending of year,2013,
IRS990EZ,ez_part_i,False,ez_part_i,171,OccpncyRntUtltsAndMntAmt,/IRS990EZ/OccupancyRentUtltsAndMaintAmt,USAmountNNType,BigInteger,Part I Line 14,"Occupancy, rent, utilities, and maintenance",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,30,AvrgHrsPrWkDvtdTPsRt,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/AverageHrsPerWkDevotedToPosRt,,Text,Part IV; Part IV - Column (b),"Officer, Director, Trustee, and Key Employees; Average Hours per week devoted to position",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,145,BsnssNm,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/BusinessName,,Text,Part IV; Part IV - Column (a),"Officer, Director, Trustee, and Key Employees; Business Name",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,74,BsnssNmLn1,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/BusinessName/BusinessNameLine1,,Text,Part IV; Part IV - Column (a),"Officer, Director, Trustee, and Key Employees; Business Name Line 1",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,74,BsnssNmLn1,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/BusinessName/BusinessNameLine1Txt,,Text,Part IV; Part IV - Column (a),"Officer, Director, Trustee, and Key Employees; Business Name Line 1",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,74.4,BsnssNmLn2,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/BusinessName/BusinessNameLine2,,Text,Part IV; Part IV - Column (a),"Officer, Director, Trustee, and Key Employees; Business Name Line 2",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,74.4,BsnssNmLn2,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/BusinessName/BusinessNameLine2Txt,,Text,Part IV; Part IV - Column (a),"Officer, Director, Trustee, and Key Employees; Business Name Line 2",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,152,CmpnstnAmt,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/CompensationAmt,USAmountNNType,BigInteger,Part IV; Part IV - Column (c),"Officer, Director, Trustee, and Key Employees; Compensation",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,115,EmplyBnftPrgrmAmt,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/EmployeeBenefitProgramAmt,USAmountNNType,BigInteger,Part IV; Part IV - Column (d),"Officer, Director, Trustee, and Key Employees; Contributions to employee benefit plans and deferred compensation",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,118,ExpnsAccntOthrAllwncAmt,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/ExpenseAccountOtherAllwncAmt,USAmountNNType,BigInteger,Part IV; Part IV - Column (e),"Officer, Director, Trustee, and Key Employees; Expense account and other allowances",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,97,PrsnNm,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/PersonNm,,Text,Part IV; Part IV - Column (a),"Officer, Director, Trustee, and Key Employees; Person Name",2013,
IRS990EZ,ez_part_iv,True,EZOffcrDrctrTrstEmpl,19,TtlTxt,/IRS990EZ/OfficerDirectorTrusteeEmplGrp/TitleTxt,LineExplanationType,String(length=100),Part IV; Part IV - Column (a),"Officer, Director, Trustee, and Key Employees; Title",2013,
IRS990EZ,ez_part_v,False,ez_part_v,109,EZ_OprtHsptlInd,/IRS990EZ/OperateHospitalInd,BooleanType,String(length=5),Part V Line 44b,Operate one or more hospital facilities?,2013,
IRS990EZ,ez_part_0,False,ez_part_0,131,Orgnztn49471NtPFInd,/IRS990EZ/Organization4947a1NotPFInd,,Text,J,Indicates a 4947(a)(1) organization,2013,
IRS990EZ,ez_part_0,False,ez_part_0,110,Orgnztn501c3Ind,/IRS990EZ/Organization501c3Ind,,Text,J,Indicates a 501(c)(3) organization,2013,
IRS990EZ,ez_part_0,False,ez_part_0,140,Orgnztn501cInd,/IRS990EZ/Organization501cInd,,Text,J,Indicates a 501(c) organization,2013,
IRS990EZ,ez_part_0,False,ez_part_0,102,Orgnztn527Ind,/IRS990EZ/Organization527Ind,CheckboxType,String(length=1),J,Indicates a 527 organization,2013,
IRS990EZ,ez_part_v,False,ez_part_v,148,EZ_OrgnztnDsslvdEtcInd,/IRS990EZ/OrganizationDissolvedEtcInd,,Text,Part V Line 36,"Was there a liquidation, dissolution, termination, or substantial contraction during the year?",2013,
IRS990EZ,ez_part_v,False,ez_part_v,45,EZ_OrgnztnFld990TInd,/IRS990EZ/OrganizationFiled990TInd,BooleanType,String(length=5),Part V Line 35b,"If ""Yes"" for Line 35a, has it filed a tax return on Form 990-T for this year?",2013,
IRS990EZ,ez_part_v,False,ez_part_v,94,EZ_OrgnztnHdUBIInd,/IRS990EZ/OrganizationHadUBIInd,BooleanType,String(length=5),Part V Line 35a,"Did the organization have unrelated business gross income of $1,000 or more during the year covered by this return?",2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,7,OthrAsstsTtlDtl_BOYAmt,/IRS990EZ/OtherAssetsTotalDetail/BOYAmt,USAmountNNType,BigInteger,Part II Line 24; Part II - Column (A),Other assets - total; Beginnning of year,2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,119,OthrAsstsTtlDtl_EOYAmt,/IRS990EZ/OtherAssetsTotalDetail/EOYAmt,USAmountNNType,BigInteger,Part II Line 24; Part II - Column (B),Other assets - total; Ending of year,2013,
IRS990EZ,ez_part_i,False,ez_part_i,70,OthrChngsInNtAsstsAmt,/IRS990EZ/OtherChangesInNetAssetsAmt,USAmountType,BigInteger,Part I Line 20,Other changes in net assets,2013,
IRS990EZ,ez_part_vi,False,ez_part_vi,162,OthrEmplyPdOvr100kCnt,/IRS990EZ/OtherEmployeePaidOver100kCnt,,Text,Part VI Line 50f,"Total number of other employees paid over $100,000",2013,
IRS990EZ,ez_part_i,False,ez_part_i,18,OthrExpnssTtlAmt,/IRS990EZ/OtherExpensesTotalAmt,USAmountNNType,BigInteger,Part I Line 16,Other expenses - total,2013,
IRS990EZ,ez_part_i,False,ez_part_i,165,OthrRvnTtlAmt,/IRS990EZ/OtherRevenueTotalAmt,USAmountNNType,BigInteger,Part I Line 8,Other revenue - total,2013,
IRS990EZ,ez_part_vi,False,ez_part_vi,72,PrtVIHghstPdCntrctPrfSrvcTxt,/IRS990EZ/PartVIHghstPdCntrctProfSrvcTxt,,Text,Part VI Line 51,"If there are none, enter ""None""",2013,
IRS990EZ,ez_part_vi,False,ez_part_vi,16,PrtVIOfCmpOfHghstPdEmplTxt,/IRS990EZ/PartVIOfCompOfHghstPdEmplTxt,,Text,Part VI Line 50,"If there are none, enter ""None""",2013,
IRS990EZ,ez_part_v,False,ez_part_v,12,EZ_PltclCmpgnActyInd,/IRS990EZ/PoliticalCampaignActyInd,,Text,Part V Line 46,Did the organization engage in direct or indirect political campaign activities on behalf of or in opposition to candidates for public office?,2013,
IRS990EZ,ez_part_iii,False,ez_part_iii,146,PrmryExmptPrpsTxt,/IRS990EZ/PrimaryExemptPurposeTxt,ShortExplanationType,Text,Part III,Primary exempt purpose,2013,
IRS990EZ,ez_part_i,False,ez_part_i,106,PrntngPblctnsPstgAmt,/IRS990EZ/PrintingPublicationsPostageAmt,USAmountNNType,BigInteger,Part I Line 15,"Printing, publications, postage, and shipping",2013,
IRS990EZ,ez_part_i,False,ez_part_i,163,PrgrmSrvcRvnAmt,/IRS990EZ/ProgramServiceRevenueAmt,USAmountNNType,BigInteger,Part I Line 2,ProgramServiceRevenue,2013,
IRS990EZ,ez_part_iii,True,EZPrgrmSrvcAccmplshmnt,40,DscrptnPrgrmSrvcAccmTxt,/IRS990EZ/ProgramSrvcAccomplishmentGrp/DescriptionProgramSrvcAccomTxt,ExplanationType,Text,Part III Line (28-31); Part III,Program service accomplishment; Description of program service accomplishments,2013,
IRS990EZ,ez_part_iii,True,EZPrgrmSrvcAccmplshmnt,66,FrgnGrntsInd,/IRS990EZ/ProgramSrvcAccomplishmentGrp/ForeignGrantsInd,CheckboxType,String(length=1),Part III Line (28-31); Part III,Program service accomplishment; Includes foreign grants?,2013,
IRS990EZ,ez_part_iii,True,EZPrgrmSrvcAccmplshmnt,41,GrntsAndAllctnsAmt,/IRS990EZ/ProgramSrvcAccomplishmentGrp/GrantsAndAllocationsAmt,USAmountNNType,BigInteger,Part III Line (28-31); Part III,Program service accomplishment; Grants and allocations,2013,
IRS990EZ,ez_part_iii,True,EZPrgrmSrvcAccmplshmnt,172,PrgrmSrvcExpnssAmt,/IRS990EZ/ProgramSrvcAccomplishmentGrp/ProgramServiceExpensesAmt,USAmountNNType,BigInteger,Part III Line (28-31); Part III,Program service accomplishment; Program service expenses,2013,
IRS990EZ,ez_part_v,False,ez_part_v,183,EZ_PrhbtdTxShltrTrnsInd,/IRS990EZ/ProhibitedTaxShelterTransInd,BooleanType,String(length=5),Part V Line 40e,"At any time during the tax year, was the organization a party to a prohibited tax shelter transaction?",2013,
IRS990EZ,ez_part_vi,False,ez_part_vi,56,RltdOrgSct527OrgInd,/IRS990EZ/RelatedOrgSect527OrgInd,BooleanType,String(length=5),Part VI Line 49b,"If ""Yes,"" was the related organization(s) a section 527 organization?",2013,
IRS990EZ,ez_part_v,False,ez_part_v,57,EZ_RltdOrgnztnCtrlEntInd,/IRS990EZ/RelatedOrganizationCtrlEntInd,BooleanType,String(length=5),Part V Line 45a,Is any related organization a controlled entity within the meaning of section 512(b)(13)?,2013,
IRS990EZ,ez_part_i,False,ez_part_i,120,SlrsOthrCmpEmplBnftAmt,/IRS990EZ/SalariesOtherCompEmplBnftAmt,USAmountNNType,BigInteger,Part I Line 12,"Salaries, other compensation, and employee benefits",2013,
IRS990EZ,ez_part_i,False,ez_part_i,62,SlOfAsstsGrssAmt,/IRS990EZ/SaleOfAssetsGrossAmt,USAmountNNType,BigInteger,Part I Line 5a,Gross amount from sale of assets other than inventory,2013,
IRS990EZ,ez_part_0,False,ez_part_0,99,SkdBNtRqrdInd,/IRS990EZ/ScheduleBNotRequiredInd,CheckboxType,String(length=1),H,Indicates Schedule B is not required,2013,
IRS990EZ,ez_part_vi,False,ez_part_vi,89,SchlOprtngInd,/IRS990EZ/SchoolOperatingInd,,Text,Part VI Line 48,Is the organization operating a school as described in section 170(b)(1)(A)(ii)?,2013,
IRS990EZ,ez_part_0,True,EZSpclCndtnDsc,50,SpclCndtnDsc,/IRS990EZ/SpecialConditionDesc,,Text,,Special condition description,2013,
IRS990EZ,ez_part_i,False,ez_part_i,151,SpclEvntsDrctExpnssAmt,/IRS990EZ/SpecialEventsDirectExpensesAmt,USAmountNNType,BigInteger,Part I Line 6c,Special events direct expenses,2013,
IRS990EZ,ez_part_i,False,ez_part_i,3,SpclEvntsNtIncmLssAmt,/IRS990EZ/SpecialEventsNetIncomeLossAmt,USAmountType,BigInteger,Part I Line 6d,Special events net income (or loss),2013,
IRS990EZ,ez_part_v,True,EZSttsWhrCpyOfRtrnIsFldCd,135,SttsWhrCpyOfRtrnIsFldCd,/IRS990EZ/StatesWhereCopyOfReturnIsFldCd,StateType,String(length=2),Part V Line 41,States With Which a Copy of This Return is Filed,2013,
IRS990EZ,ez_part_v,False,ez_part_v,95,EZ_SbjctTPrxyTxInd,/IRS990EZ/SubjectToProxyTaxInd,,Text,Part V Line 35c,Subject to proxy tax?,2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,47,SmOfTtlLblts_BOYAmt,/IRS990EZ/SumOfTotalLiabilitiesGrp/BOYAmt,USAmountNNType,BigInteger,Part II Line 26; Part II - Column (A),Sum of total liabilities; Beginnning of year,2013,
IRS990EZ,ez_part_ii,False,ez_part_ii,82,SmOfTtlLblts_EOYAmt,/IRS990EZ/SumOfTotalLiabilitiesGrp/EOYAmt,USAmountNNType,BigInteger,Part II Line 26; Part II - Column (B),Sum of total liabilities; Ending of year,2013,
IRS990EZ,ez_part_v,False,ez_part_v,129,EZ_TnnngSrvcsPrvddInd,/IRS990EZ/TanningServicesProvidedInd,BooleanType,String(length=5),Part V Line 44c,Payments received for indoor tanning services?,2013,
IRS990EZ,ez_part_v,False,ez_part_v,155,EZ_TxImpsdOnOrgnztnMgrAmt,/IRS990EZ/TaxImposedOnOrganizationMgrAmt,USAmountNNType,BigInteger,Part V Line 40c,"Amount of tax imposed on the organization managers etc during the year under sections 4912, 4955, and 4958",2013,
IRS990EZ,ez_part_v,False,ez_part_v,13,EZ_TxImpsdUndrIRC4911Amt,/IRS990EZ/TaxImposedUnderIRC4911Amt,USAmountNNType,BigInteger,Part V Line 40a,501(c)(3) Organizations: Amount of tax imposed on the organization furing the year under section 4911,2013,
IRS990EZ,ez_part_v,False,ez_part_v,55,EZ_TxImpsdUndrIRC4912Amt,/IRS990EZ/TaxImposedUnderIRC4912Amt,USAmountNNType,BigInteger,Part V Line 40a,501(c)(3) Organizations: Amount of tax imposed on the organization furing the year under section 4912,2013,
IRS990EZ,ez_part_v,False,ez_part_v,61,EZ_TxImpsdUndrIRC4955Amt,/IRS990EZ/TaxImposedUnderIRC4955Amt,USAmountNNType,BigInteger,Part V Line 40a,501(c)(3) Organizations: Amount of tax imposed on the organization furing the year under section 4955,2013,
IRS990EZ,ez_part_v,False,ez_part_v,170,EZ_TxRmbrsdByOrgnztnAmt,/IRS990EZ/TaxReimbursedByOrganizationAmt,USAmountNNType,BigInteger,Part V Line 40d,"Amount of tax on line 40c, above, reimbursed by the organization",2013,
IRS990EZ,ez_part_i,False,ez_part_i,73,TtlExpnssAmt,/IRS990EZ/TotalExpensesAmt,USAmountNNType,BigInteger,Part I Line 17,Total expenses,2013,
IRS990EZ,ez_part_iii,False,ez_part_iii,39,TtlPrgrmSrvcExpnssAmt,/IRS990EZ/TotalProgramServiceExpensesAmt,USAmountNNType,BigInteger,Part III Line 32,Total Program Service Expenses,2013,
IRS990EZ,ez_part_i,False,ez_part_i,122,TtlRvnAmt,/IRS990EZ/TotalRevenueAmt,USAmountType,BigInteger,Part I Line 9,Total revenue,2013,
IRS990EZ,ez_part_v,False,ez_part_v,2,EZ_TrnsctnWthCntrlEntInd,/IRS990EZ/TransactionWithControlEntInd,BooleanType,String(length=5),Part V Line 45b,Payment from or engage in transaction with a controlled entity?,2013,
IRS990EZ,ez_part_vi,False,ez_part_vi,31,TrnsfrExmptNnChrtblRltdOrgInd,/IRS990EZ/TrnsfrExmptNonChrtblRltdOrgInd,BooleanType,String(length=5),Part VI Line 49a,Did the organization make any transfers to an exempt non-charitable related organization?,2013,
IRS990EZ,ez_part_0,False,ez_part_0,182,OfOrgnztnAsscInd,/IRS990EZ/TypeOfOrganizationAssocInd,CheckboxType,String(length=1),K,Type of organization - association,2013,
IRS990EZ,ez_part_0,False,ez_part_0,134,OfOrgnztnCrpInd,/IRS990EZ/TypeOfOrganizationCorpInd,CheckboxType,String(length=1),K,Type of organization - corporation,2013,
IRS990EZ,ez_part_0,False,ez_part_0,49,OfOrgnztnOthrDsc,/IRS990EZ/TypeOfOrganizationOtherDesc,LineExplanationType,String(length=100),K,Type of organization other description,2013,
IRS990EZ,ez_part_0,False,ez_part_0,59,OfOrgnztnOthrInd,/IRS990EZ/TypeOfOrganizationOtherInd,CheckboxType,String(length=1),K,Type of organization - other,2013,
IRS990EZ,ez_part_0,False,ez_part_0,138,OfOrgnztnTrstInd,/IRS990EZ/TypeOfOrganizationTrustInd,CheckboxType,String(length=1),K,Type of organization - trust,2013,
IRS990EZ,ez_part_0,False,ez_part_0,113,WbstAddrssTxt,/IRS990EZ/WebsiteAddressTxt,LineExplanationType,String(length=100),I,Web site,2013,
IRS990PF,pf_part_0,False,pf_part_0,104,AddrssChngInd,/IRS990PF/AddressChangeInd,CheckboxType,String(length=1),G,Indicates this return has an address change,2013,
IRS990PF,pf_part_0,False,pf_part_0,632,AmnddRtrnInd,/IRS990PF/AmendedReturnInd,CheckboxType,String(length=1),G,Amended return,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,150,DvAndIntFrmScPrtVII_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/DivAndIntFromSecPartVIIGrp/BusinessCd,,Text,Part XVI-A Line 4; Part XVI-A - Column (A),Dividends and interest from securities; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,450,DvAndIntFrmScPrtVII_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/DivAndIntFromSecPartVIIGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 4; Part XVI-A - Column (D),"Dividends and interest from securities; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,502,DvAndIntFrmScPrtVII_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/DivAndIntFromSecPartVIIGrp/ExclusionCd,,Text,Part XVI-A Line 4; Part XVI-A - Column (C),Dividends and interest from securities; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,266,DvAndIntFrmScPrtVII_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/DivAndIntFromSecPartVIIGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 4; Part XVI-A - Column (E),Dividends and interest from securities; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,678,DvAndIntFrmScPrtVII_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/DivAndIntFromSecPartVIIGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 4; Part XVI-A - Column (B),Dividends and interest from securities; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,698,FsCntrctsFrmGvtAg_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/FeesContractsFromGovtAgGrp/BusinessCd,,Text,Part XVI-A Line 1g; Part XVI-A - Column (A),Program service revenue: Fees and contracts from government agencies; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,341,FsCntrctsFrmGvtAg_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/FeesContractsFromGovtAgGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 1g; Part XVI-A - Column (D),"Program service revenue: Fees and contracts from government agencies; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,531,FsCntrctsFrmGvtAg_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/FeesContractsFromGovtAgGrp/ExclusionCd,,Text,Part XVI-A Line 1g; Part XVI-A - Column (C),Program service revenue: Fees and contracts from government agencies; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,561,FsCntrctsFrmGvtAg_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/FeesContractsFromGovtAgGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 1g; Part XVI-A - Column (E),Program service revenue: Fees and contracts from government agencies; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,645,FsCntrctsFrmGvtAg_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/FeesContractsFromGovtAgGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 1g; Part XVI-A - Column (B),Program service revenue: Fees and contracts from government agencies; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,720,GnSlsAstOthThnInvntry_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/GainSalesAstOthThanInvntryGrp/BusinessCd,,Text,Part XVI-A Line 8; Part XVI-A - Column (A),Gain or (loss) from sales of assets other than inventory; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,383,GnSlsAstOthThnInvntry_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/GainSalesAstOthThanInvntryGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 8; Part XVI-A - Column (D),"Gain or (loss) from sales of assets other than inventory; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,371,GnSlsAstOthThnInvntry_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/GainSalesAstOthThanInvntryGrp/ExclusionCd,,Text,Part XVI-A Line 8; Part XVI-A - Column (C),Gain or (loss) from sales of assets other than inventory; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,642,GnSlsAstOthThnInvntry_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/GainSalesAstOthThanInvntryGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 8; Part XVI-A - Column (E),Gain or (loss) from sales of assets other than inventory; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,637,GnSlsAstOthThnInvntry_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/GainSalesAstOthThanInvntryGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 8; Part XVI-A - Column (B),Gain or (loss) from sales of assets other than inventory; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,722,GrssPrftLssSlsOfInvntry_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/GrossProfitLossSlsOfInvntryGrp/BusinessCd,,Text,Part XVI-A Line 10; Part XVI-A - Column (A),Gross profit or (loss) from sales of inventory; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,657,GrssPrftLssSlsOfInvntry_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/GrossProfitLossSlsOfInvntryGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 10; Part XVI-A - Column (D),"Gross profit or (loss) from sales of inventory; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,731,GrssPrftLssSlsOfInvntry_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/GrossProfitLossSlsOfInvntryGrp/ExclusionCd,,Text,Part XVI-A Line 10; Part XVI-A - Column (C),Gross profit or (loss) from sales of inventory; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,490,GrssPrftLssSlsOfInvntry_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/GrossProfitLossSlsOfInvntryGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 10; Part XVI-A - Column (E),Gross profit or (loss) from sales of inventory; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,408,GrssPrftLssSlsOfInvntry_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/GrossProfitLossSlsOfInvntryGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 10; Part XVI-A - Column (B),Gross profit or (loss) from sales of inventory; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,708,IntOnSvAndTmpCshInvst_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/IntOnSavAndTempCashInvstGrp/BusinessCd,,Text,Part XVI-A Line 3; Part XVI-A - Column (A),Interest on savings and temporary cash investments; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,397,IntOnSvAndTmpCshInvst_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/IntOnSavAndTempCashInvstGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 3; Part XVI-A - Column (D),"Interest on savings and temporary cash investments; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,256,IntOnSvAndTmpCshInvst_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/IntOnSavAndTempCashInvstGrp/ExclusionCd,,Text,Part XVI-A Line 3; Part XVI-A - Column (C),Interest on savings and temporary cash investments; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,316,IntOnSvAndTmpCshInvst_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/IntOnSavAndTempCashInvstGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 3; Part XVI-A - Column (E),Interest on savings and temporary cash investments; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,782,IntOnSvAndTmpCshInvst_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/IntOnSavAndTempCashInvstGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 3; Part XVI-A - Column (B),Interest on savings and temporary cash investments; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,347,MmbrshpDsAndAssmnt_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/MembershipDuesAndAssmntGrp/BusinessCd,,Text,Part XVI-A Line 2; Part XVI-A - Column (A),Membership dues and assessments; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,344,MmbrshpDsAndAssmnt_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/MembershipDuesAndAssmntGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 2; Part XVI-A - Column (D),"Membership dues and assessments; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,729,MmbrshpDsAndAssmnt_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/MembershipDuesAndAssmntGrp/ExclusionCd,,Text,Part XVI-A Line 2; Part XVI-A - Column (C),Membership dues and assessments; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,475,MmbrshpDsAndAssmnt_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/MembershipDuesAndAssmntGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 2; Part XVI-A - Column (E),Membership dues and assessments; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,444,MmbrshpDsAndAssmnt_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/MembershipDuesAndAssmntGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 2; Part XVI-A - Column (B),Membership dues and assessments; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,673,NtIncmLssFrmSpclEvt_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/NetIncomeLossFromSpecialEvtGrp/BusinessCd,,Text,Part XVI-A Line 9; Part XVI-A - Column (A),Net income or (loss) from special events; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,603,NtIncmLssFrmSpclEvt_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetIncomeLossFromSpecialEvtGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 9; Part XVI-A - Column (D),"Net income or (loss) from special events; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,310,NtIncmLssFrmSpclEvt_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/NetIncomeLossFromSpecialEvtGrp/ExclusionCd,,Text,Part XVI-A Line 9; Part XVI-A - Column (C),Net income or (loss) from special events; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,77,NtIncmLssFrmSpclEvt_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetIncomeLossFromSpecialEvtGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 9; Part XVI-A - Column (E),Net income or (loss) from special events; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,580,NtIncmLssFrmSpclEvt_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetIncomeLossFromSpecialEvtGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 9; Part XVI-A - Column (B),Net income or (loss) from special events; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,738,NtRntlIncmPrsnlPrp_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRentalIncomePersonalPropGrp/BusinessCd,,Text,Part XVI-A Line 6; Part XVI-A - Column (A),Net rental income or (loss) from personal property; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,538,NtRntlIncmPrsnlPrp_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRentalIncomePersonalPropGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 6; Part XVI-A - Column (D),"Net rental income or (loss) from personal property; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,675,NtRntlIncmPrsnlPrp_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRentalIncomePersonalPropGrp/ExclusionCd,,Text,Part XVI-A Line 6; Part XVI-A - Column (C),Net rental income or (loss) from personal property; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,718,NtRntlIncmPrsnlPrp_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRentalIncomePersonalPropGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 6; Part XVI-A - Column (E),Net rental income or (loss) from personal property; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,610,NtRntlIncmPrsnlPrp_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRentalIncomePersonalPropGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 6; Part XVI-A - Column (B),Net rental income or (loss) from personal property; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,305,NtRntlIncmRDbtFncdPrp_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRntlIncmReDebtFincdPropGrp/BusinessCd,,Text,Part XVI-A Line 5a; Part XVI-A - Column (A),Net rental income or (loss) from real estate: debt-financed property; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,744,NtRntlIncmRDbtFncdPrp_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRntlIncmReDebtFincdPropGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 5a; Part XVI-A - Column (D),"Net rental income or (loss) from real estate: debt-financed property; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,240,NtRntlIncmRDbtFncdPrp_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRntlIncmReDebtFincdPropGrp/ExclusionCd,,Text,Part XVI-A Line 5a; Part XVI-A - Column (C),Net rental income or (loss) from real estate: debt-financed property; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,619,NtRntlIncmRDbtFncdPrp_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRntlIncmReDebtFincdPropGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 5a; Part XVI-A - Column (E),Net rental income or (loss) from real estate: debt-financed property; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,508,NtRntlIncmRDbtFncdPrp_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRntlIncmReDebtFincdPropGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 5a; Part XVI-A - Column (B),Net rental income or (loss) from real estate: debt-financed property; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,402,NtRntlIncmRNtDbtFncdPrp_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRntlIncmReNotDebtFincdProp/BusinessCd,,Text,Part XVI-A Line 5b; Part XVI-A - Column (A),Net rental income or (loss) from real estate: debt-financed property; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,395,NtRntlIncmRNtDbtFncdPrp_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRntlIncmReNotDebtFincdProp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 5b; Part XVI-A - Column (D),"Net rental income or (loss) from real estate: debt-financed property; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,427,NtRntlIncmRNtDbtFncdPrp_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRntlIncmReNotDebtFincdProp/ExclusionCd,,Text,Part XVI-A Line 5b; Part XVI-A - Column (C),Net rental income or (loss) from real estate: debt-financed property; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,204,NtRntlIncmRNtDbtFncdPrp_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRntlIncmReNotDebtFincdProp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 5b; Part XVI-A - Column (E),Net rental income or (loss) from real estate: debt-financed property; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,192,NtRntlIncmRNtDbtFncdPrp_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/NetRntlIncmReNotDebtFincdProp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 5b; Part XVI-A - Column (B),Net rental income or (loss) from real estate: debt-financed property; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,198,OthrInvstmntIncmPrtVII_BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherInvestmentIncmPartVIIGrp/BusinessCd,,Text,Part XVI-A Line 7; Part XVI-A - Column (A),Other investment income; Business code,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,436,OthrInvstmntIncmPrtVII_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherInvestmentIncmPartVIIGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 7; Part XVI-A - Column (D),"Other investment income; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,423,OthrInvstmntIncmPrtVII_ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherInvestmentIncmPartVIIGrp/ExclusionCd,,Text,Part XVI-A Line 7; Part XVI-A - Column (C),Other investment income; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,638,OthrInvstmntIncmPrtVII_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherInvestmentIncmPartVIIGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 7; Part XVI-A - Column (E),Other investment income; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,487,OthrInvstmntIncmPrtVII_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherInvestmentIncmPartVIIGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 7; Part XVI-A - Column (B),Other investment income; Amount,2013,
IRS990PF,pf_part_xvia,True,PFOthrRvnDscrbd,477,BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherRevenueDescribedGrp/BusinessCd,,Text,Part XVI-A Line 11; Part XVI-A - Column (A),Other revenue: described; Business code,2013,
IRS990PF,pf_part_xvia,True,PFOthrRvnDscrbd,743,Dsc,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherRevenueDescribedGrp/Desc,LineExplanationType,String(length=100),Part XVI-A Line 11,Other revenue: described; Description,2013,
IRS990PF,pf_part_xvia,True,PFOthrRvnDscrbd,358,ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherRevenueDescribedGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 11; Part XVI-A - Column (D),"Other revenue: described; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,True,PFOthrRvnDscrbd,589,ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherRevenueDescribedGrp/ExclusionCd,,Text,Part XVI-A Line 11; Part XVI-A - Column (C),Other revenue: described; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,True,PFOthrRvnDscrbd,318,RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherRevenueDescribedGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 11; Part XVI-A - Column (E),Other revenue: described; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,True,PFOthrRvnDscrbd,215,UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/OtherRevenueDescribedGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 11; Part XVI-A - Column (B),Other revenue: described; Amount,2013,
IRS990PF,pf_part_xvia,True,PFPrgrmSrvcRvPrtVII,751,BsnssCd,/IRS990PF/AnalysisIncomeProducingActyGrp/ProgramServiceRevPartVIIGrp/BusinessCd,,Text,Part XVI-A Line 1; Part XVI-A - Column (A),Program service revenue: Described; Business code,2013,
IRS990PF,pf_part_xvia,True,PFPrgrmSrvcRvPrtVII,158,Dsc,/IRS990PF/AnalysisIncomeProducingActyGrp/ProgramServiceRevPartVIIGrp/Desc,LineExplanationType,String(length=100),Part XVI-A Line 1,Program service revenue: Described; Description,2013,
IRS990PF,pf_part_xvia,True,PFPrgrmSrvcRvPrtVII,555,ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/ProgramServiceRevPartVIIGrp/ExclusionAmt,USAmountNNType,BigInteger,Part XVI-A Line 1; Part XVI-A - Column (D),"Program service revenue: Described; Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,True,PFPrgrmSrvcRvPrtVII,660,ExclsnCd,/IRS990PF/AnalysisIncomeProducingActyGrp/ProgramServiceRevPartVIIGrp/ExclusionCd,,Text,Part XVI-A Line 1; Part XVI-A - Column (C),Program service revenue: Described; Exclusion code (01 through 43),2013,
IRS990PF,pf_part_xvia,True,PFPrgrmSrvcRvPrtVII,386,RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/ProgramServiceRevPartVIIGrp/RelatedOrExemptFunctionIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 1; Part XVI-A - Column (E),Program service revenue: Described; Related or exempt function income,2013,
IRS990PF,pf_part_xvia,True,PFPrgrmSrvcRvPrtVII,687,UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/ProgramServiceRevPartVIIGrp/UnrelatedBusinessTaxblIncmAmt,USAmountNNType,BigInteger,Part XVI-A Line 1; Part XVI-A - Column (B),Program service revenue: Described; Amount,2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,515,SbttlsIncmPrdcngActy_ExclsnAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/SubtotalsIncmProducingActyGrp/ExclusionAmt,USAmountType,BigInteger,Part XVI-A Line 12; Part XVI-A - Column (D),"Subtotal (add columns (B), (D), and (E)); Excluded by section 512, 513, or 514: Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,74,SbttlsIncmPrdcngActy_RltdOrExmptFnctnIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/SubtotalsIncmProducingActyGrp/RelatedOrExemptFunctionIncmAmt,USAmountType,BigInteger,Part XVI-A Line 12; Part XVI-A - Column (E),"Subtotal (add columns (B), (D), and (E)); Related or exempt function income",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,320,SbttlsIncmPrdcngActy_UnrltdBsnssTxblIncmAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/SubtotalsIncmProducingActyGrp/UnrelatedBusinessTaxblIncmAmt,USAmountType,BigInteger,Part XVI-A Line 12; Part XVI-A - Column (B),"Subtotal (add columns (B), (D), and (E)); Amount",2013,
IRS990PF,pf_part_xvia,False,pf_part_xvia,653,AnlyssIncmPrdcngActy_TtlIncmPrdcngActyAmt,/IRS990PF/AnalysisIncomeProducingActyGrp/TotalIncomeProducingActyAmt,USAmountType,BigInteger,Part XVI-A Line 13,"Total (add line 104, columns (B), (D), and (E))",2013,
IRS990PF,pf_part_i,False,pf_part_i,578,AccntngFsAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/AccountingFeesAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 16b(c),Accounting Fees - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,507,AccntngFsChrtblPrpsAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/AccountingFeesChrtblPrpsAmt,USAmountType,BigInteger,Part I Line 16b(d),Accounting Fees - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,496,AccntngFsNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/AccountingFeesNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 16b(b),Accounting Fees - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,23,AccntngFsRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/AccountingFeesRevAndExpnssAmt,,Text,Part I Line 16b(a),Accounting Fees - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,736,AdjstdNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/AdjustedNetIncomeAmt,USAmountNNType,BigInteger,Part I Line 27c(c),Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,517,CpGnNtIncmNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/CapGainNetIncmNetInvstIncmAmt,USAmountNNType,BigInteger,Part I Line 7(b),Capital Gain Net Income - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,771,CmpOfcrDrTrstAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/CompOfcrDirTrstAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 13(c),"Compensation of Officers, Directors, Trustees, etc. - Adjusted Net Income",2013,
IRS990PF,pf_part_i,False,pf_part_i,259,CmpOfcrDrTrstDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/CompOfcrDirTrstDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 13(d),"Compensation of Officers, Directors, Trustees, etc. - Disbursements for Charitable Purposes",2013,
IRS990PF,pf_part_i,False,pf_part_i,291,CmpOfcrDrTrstNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/CompOfcrDirTrstNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 13(b),"Compensation of Officers, Directors, Trustees, etc. - Net Investment Income",2013,
IRS990PF,pf_part_i,False,pf_part_i,484,CmpOfcrDrTrstRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/CompOfcrDirTrstRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 13(a),"Compensation of Officers, Directors, Trustees, etc. - Revenue and Expenses per Books",2013,
IRS990PF,pf_part_i,False,pf_part_i,686,CntrPdDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/ContriPaidDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 25(d),"Contributions, Gifts, Grants Paid - Disbursements for Charitable Purposes",2013,
IRS990PF,pf_part_i,False,pf_part_i,522,CntrPdRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/ContriPaidRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 25(a),"Contributions, Gifts, Grants Paid - Revenue and Expenses per Books",2013,
IRS990PF,pf_part_i,False,pf_part_i,437,CntrRcvdRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/ContriRcvdRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 1(a),Contributions Received - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,209,CstOfGdsSldAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/CostOfGoodsSoldAmt,USAmountNNType,BigInteger,Part I Line 10b,Cost of Goods Sold,2013,
IRS990PF,pf_part_i,False,pf_part_i,547,DprcAndDpltnAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/DeprecAndDpltnAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 19(c),Depreciation and Depletion - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,761,DprcAndDpltnNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/DeprecAndDpltnNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 19(b),Depreciation and Depletion - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,541,DprcAndDpltnRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/DeprecAndDpltnRevAndExpnssAmt,,Text,Part I Line 19(a),Depreciation and Depletion - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,245,DvdndsAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/DividendsAdjNetIncmAmt,USAmountNNType,BigInteger,Part I Line 4(c),Dividends and Interest from Securities - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,279,DvdndsNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/DividendsNetInvstIncmAmt,USAmountNNType,BigInteger,Part I Line 4(b),Dividends and Interest from Securities - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,467,DvdndsRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/DividendsRevAndExpnssAmt,USAmountNNType,BigInteger,Part I Line 4(a),Dividends and Interest from Securities - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,9,ExcssRvnOvrExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/ExcessRevenueOverExpensesAmt,USAmountType,BigInteger,Part I Line 27a(a),Excess of Revenue Over Expenses and Disbursements - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,792,GrssPrftAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/GrossProfitAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 10c(c),Gross Profit - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,600,GrssPrftRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/GrossProfitRevAndExpnssAmt,,Text,Part I Line 10c(a),Gross Profit - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,641,GrssRntsAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/GrossRentsAdjNetIncmAmt,USAmountNNType,BigInteger,Part I Line 5a(c),Gross Rents - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,363,GrssRntsNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/GrossRentsNetInvstIncmAmt,USAmountNNType,BigInteger,Part I Line 5a(b),Gross Rents - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,506,GrssRntsRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/GrossRentsRevAndExpnssAmt,USAmountNNType,BigInteger,Part I Line 5a(a),Gross Rents - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,391,GrssSlsLssRtAndAllwncAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/GrossSalesLessRetAndAllwncAmt,USAmountNNType,BigInteger,Part I Line 10a,Gross Sales Less Returns and Allowances,2013,
IRS990PF,pf_part_i,False,pf_part_i,772,GrssSlsPrcAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/GrossSalesPriceAmt,USAmountNNType,BigInteger,Part I Line 6b,Gross Sales Price,2013,
IRS990PF,pf_part_i,False,pf_part_i,766,IncmMdfctnsAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/IncmModificationsAdjNetIncmAmt,USAmountNNType,BigInteger,Part I Line 9(c),Income Modifications - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,235,IntrstAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/InterestAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 17(c),Interest - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,503,IntrstDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/InterestDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 17(d),Interest - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,14,IntrstNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/InterestNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 17(b),Interest - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,622,IntrstOnSvNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/InterestOnSavNetInvstIncmAmt,USAmountNNType,BigInteger,Part I Line 3(b),Interest on Savings and Temporary Cash Investments - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,144,IntrstOnSvRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/InterestOnSavRevAndExpnssAmt,USAmountNNType,BigInteger,Part I Line 3(a),Interest on Savings and Temporary Cash Investments - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,509,IntrstOnSvngsAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/InterestOnSavingsAdjNetIncmAmt,USAmountNNType,BigInteger,Part I Line 3(c),Interest on Savings and Temporary Cash Investments - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,644,IntrstRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/InterestRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 17(a),Interest - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,27,LglFsAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/LegalFeesAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 16a(c),Legal Fees - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,466,LglFsDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/LegalFeesDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 16a(d),Legal Fees - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,225,LglFsNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/LegalFeesNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 16a(b),Legal Fees - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,586,LglFsRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/LegalFeesRevAndExpnssAmt,,Text,Part I Line 16a(a),Legal Fees - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,777,NtGnSlAstRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/NetGainSaleAstRevAndExpnssAmt,,Text,Part I Line 6a(a),Net Gain from Sale of Assets - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,396,NtInvstmntIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/NetInvestmentIncomeAmt,USAmountNNType,BigInteger,Part I Line 27b(b),Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,370,NtRntlIncmOrLssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/NetRentalIncomeOrLossAmt,USAmountType,BigInteger,Part I Line 5b,Net Rental Income or Los,2013,
IRS990PF,pf_part_i,False,pf_part_i,464,NtSTCptlGnAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/NetSTCapitalGainAdjNetIncmAmt,USAmountNNType,BigInteger,Part I Line 8(c),Net Short-Term Capital Gain - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,53,OccpncyAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OccupancyAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 20(c),Occupancy - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,776,OccpncyDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OccupancyDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 20(d),Occupancy - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,321,OccpncyNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OccupancyNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 20(b),Occupancy - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,442,OccpncyRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OccupancyRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 20(a),Occupancy - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,180,OthEmplSlrsWgsAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OthEmplSlrsWgsAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 14(c),Other Employee Salaries and Wages - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,630,OthEmplSlrsWgsDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OthEmplSlrsWgsDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 14(d),Other Employee Salaries and Wages - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,281,OthEmplSlrsWgsNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OthEmplSlrsWgsNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 14(b),Other Employee Salaries and Wages - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,294,OthEmplSlrsWgsRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OthEmplSlrsWgsRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 14(a),Other Employee Salaries and Wages - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,343,OthrExpnssAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherExpensesAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 23(c),Other Expenses - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,624,OthrExpnssDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherExpensesDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 23(d),Other Expenses - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,384,OthrExpnssNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherExpensesNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 23(b),Other Expenses - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,539,OthrExpnssRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherExpensesRevAndExpnssAmt,,Text,Part I Line 23(a),Other Expenses - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,17,OthrIncmAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherIncomeAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 11(c),Other Income - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,348,OthrIncmNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherIncomeNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 11(b),Other Income - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,598,OthrIncmRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherIncomeRevAndExpnssAmt,,Text,Part I Line 11(a),Other Income - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,556,OthrPrfFsAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherProfFeesAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 16c(c),Other Professional Fees - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,11,OthrPrfFsDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherProfFeesDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 16c(d),Other Professional Fees - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,593,OthrPrfFsNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherProfFeesNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 16c(b),Other Professional Fees - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,755,OthrPrfFsRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/OtherProfFeesRevAndExpnssAmt,,Text,Part I Line 16c(a),Other Professional Fees - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,516,PnsnEmplBnftAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/PensionEmplBnftAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 15(c),"Pension Plans, Employee Benefits - Adjusted Net Income",2013,
IRS990PF,pf_part_i,False,pf_part_i,274,PnsnEmplBnftDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/PensionEmplBnftDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 15(d),"Pension Plans, Employee Benefits - Disbursements for Charitable Purposes",2013,
IRS990PF,pf_part_i,False,pf_part_i,208,PnsnEmplBnftNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/PensionEmplBnftNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 15(b),"Pension Plans, Employee Benefits - Net Investment Income",2013,
IRS990PF,pf_part_i,False,pf_part_i,120,PnsnEmplBnftRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/PensionEmplBnftRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 15(a),"Pension Plans, Employee Benefits - Revenue and Expenses per Books",2013,
IRS990PF,pf_part_i,False,pf_part_i,532,PrntngAndPbAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/PrintingAndPubAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 22(c),Printing and Publications - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,119,PrntngAndPbDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/PrintingAndPubDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 22(d),Printing and Publications - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,476,PrntngAndPbNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/PrintingAndPubNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 22(b),Printing and Publications - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,97,PrntngAndPbRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/PrintingAndPubRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 22(a),Printing and Publications - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,785,SkdBNtRqrdInd,/IRS990PF/AnalysisOfRevenueAndExpenses/ScheduleBNotRequiredInd,CheckboxType,String(length=1),Part I Line 2,Not required to attach Schedule B,2013,
IRS990PF,pf_part_i,False,pf_part_i,169,TxsAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TaxesAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 18(c),Taxes - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,697,TxsDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TaxesDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 18(d),Taxes - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,24,TxsNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TaxesNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 18(b),Taxes - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,677,TxsRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TaxesRevAndExpnssAmt,,Text,Part I Line 18(a),Taxes - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,334,TtOprExpnssAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotOprExpensesAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 24(c),Total Operating and Administrative Expenses - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,535,TtOprExpnssDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotOprExpensesDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 24(d),Total Operating and Administrative Expenses - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,345,TtOprExpnssNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotOprExpensesNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 24(b),Total Operating and Administrative Expenses - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,22,TtOprExpnssRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotOprExpensesRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 24(a),Total Operating and Administrative Expenses - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,25,TtlAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotalAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 12(c),Total - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,69,TtlExpnssAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotalExpensesAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 26(c),Total Expenses and Disbursements - Adjusted Net Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,251,TtlExpnssDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotalExpensesDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 26(d),Total Expenses and Disbursements - Disbursements for Charitable Purposes,2013,
IRS990PF,pf_part_i,False,pf_part_i,403,TtlExpnssNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotalExpensesNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 26(b),Total Expenses and Disbursements - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,634,TtlExpnssRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotalExpensesRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 26(a),Total Expenses and Disbursements - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,734,TtlNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotalNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 12(b),Total - Net Investment Income,2013,
IRS990PF,pf_part_i,False,pf_part_i,359,TtlRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TotalRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 12(a),Total - Revenue and Expenses per Books,2013,
IRS990PF,pf_part_i,False,pf_part_i,20,TrvCnfMtngAdjNtIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TravConfMeetingAdjNetIncmAmt,USAmountType,BigInteger,Part I Line 21(c),"Travel, Conferences, and Meetings - Adjusted Net Income",2013,
IRS990PF,pf_part_i,False,pf_part_i,441,TrvCnfMtngDsbrsChrtblAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TravConfMeetingDsbrsChrtblAmt,USAmountType,BigInteger,Part I Line 21(d),"Travel, Conferences, and Meetings - Disbursements for Charitable Purposes",2013,
IRS990PF,pf_part_i,False,pf_part_i,130,TrvCnfMtngNtInvstIncmAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TravConfMeetingNetInvstIncmAmt,USAmountType,BigInteger,Part I Line 21(b),"Travel, Conferences, and Meetings - Net Investment Income",2013,
IRS990PF,pf_part_i,False,pf_part_i,270,TrvCnfMtngRvAndExpnssAmt,/IRS990PF/AnalysisOfRevenueAndExpenses/TravConfMeetingRevAndExpnssAmt,USAmountType,BigInteger,Part I Line 21(a),"Travel, Conferences, and Meetings - Revenue and Expenses per Books",2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,418,AcqrdDt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/AcquiredDt,DateType,String(length=31),Part IV Line 1(c),Date Acquired,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,745,AdjstdBssAsOf123169Amt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/AdjustedBasisAsOf123169Amt,USAmountNNType,BigInteger,Part IV Line 1(j),Adjusted Basis as of 12/31/69,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,220,CstOrOthrBssAmt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/CostOrOtherBasisAmt,USAmountNNType,BigInteger,Part IV Line 1(g),Cost or Other Basis,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,715,DprctnAmt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/DepreciationAmt,USAmountNNType,BigInteger,Part IV Line 1(f),Depreciation,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,297,ExcssFMVOvrAdjstdBssAmt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/ExcessFMVOverAdjustedBssAmt,USAmountType,BigInteger,Part IV Line 1(k),Excess of FMV Over Adjusted Basis,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,367,FMVAsOf123169Amt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/FMVAsOf123169Amt,USAmountNNType,BigInteger,Part IV Line 1(i),FMV as of 12/31/69,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,170,GnOrLssAmt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/GainOrLossAmt,USAmountType,BigInteger,Part IV Line 1(h),Gain or Loss,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,597,GnsMnsExcssOrLsssAmt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/GainsMinusExcessOrLossesAmt,USAmountType,BigInteger,Part IV Line 1(l),Gains Minus Excess or Losses,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,605,GrssSlsPrcAmt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/GrossSalesPriceAmt,USAmountNNType,BigInteger,Part IV Line 1(e),Gross Sales Price,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,152,HwAcqrdCd,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/HowAcquiredCd,,Text,Part IV Line 1(b),How Acquired,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,277,PrprtyDsc,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/PropertyDesc,LineExplanationType,String(length=100),Part IV Line 1(a),Description of Asset,2013,
IRS990PF,pf_part_iv,True,PFCpGnsLssTxInvstIncm,569,SldDt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapGainsLossTxInvstIncmGrp/SoldDt,DateType,String(length=31),Part IV Line 1(d),Date Sold,2013,
IRS990PF,pf_part_iv,False,pf_part_iv,711,CptlGnNtIncmAmt,/IRS990PF/CapGainsLossTxInvstIncmDetail/CapitalGainNetIncomeAmt,USAmountType,BigInteger,Part IV Line 2,Capital Gain Net Income,2013,