| Get Involved |
 |
|
|
|
|
<%@ include file="../helper/newsbar.jsp" %>
|
<%if (pgf.equals("memship")){%>
| Membership Information |
|
The National Congress of American Indians (NCAI) needs the support and
contributions of tribal and individual members to continue our work to promote
Indian treaty, traditional, cultural and other rights. The NCAI engages in both
legislative and administrative advocacy on behalf of its membership. Moreover,
the NCAI strives to
ensure that all member tribes and individuals are informed and educated about
all such issues affecting the well-being of Indian nations.
The NCAI is proud
to provide the Sentinel newsletter to its membership on a quarterly basis. The
Sentinel provides an update on NCAI activities and is a
resource for up-to-date information on legislation appropriations, regulatory
activity and court decisions.
The NCAI is a
non-profit organization supported primarily through membership dues and
contributions. Individuals or organizations interested in making a tax
deductible contribution should make checks payable to:
The National Congress of American Indians 1301 Connecticut Avenue NW,
Suite 200 Washington, DC 20036 (202) 466-7767 (202) 466-x7797
fax
NCAI invites you
to become an individual member of the Congress. Follow the link below, print,
fill out the form, and mail it to the above address. Forms for Tribal membership
are also provided below.
Membership Dues
| Native Individual - Voting |
$40.00 |
| Associate Individual - Non-Voting |
$40.00 |
| Associate Organization |
$500.00 |
| Lifetime Membership |
$1000.00 |
Membership Forms
|
<%}else if (pgf.equals("oform")){%>
| Order Forms |
Presents the Republishing of
AN INTRODUCTION TO INDIAN NATIONS IN THE UNITED STATES
|
The issues impacting Indian Country are unique, complex, and often misunderstood. This handbook, revised for 2004, accurately and succinctly describes the circumstances and concerns that all Native Americans and Alaska Natives share. This is an invaluable reference for anyone working on issues that affect Indian Country!
Indian Nations in the United States is also a fantastic education tool for those unfamiliar with Native issues. Distribute it to accelerate the education process and help forward your cause! Many Tribal Leaders used this excellent tool to educate Congressional Representatives, State Legislators, and business partners. |
TOPICS COVERED:
- Tribal Self-Government
- Sovereign Immunity
- Self-Determination
- Tribal Lands
- A Timeline of Federal Policy
- Gaming
- Taxation
- and more…
|
ORDER YOUR COPIES TODAY!!!!! |
| (COST $7.50 plus shipping and handling ) |
HANDBOOK ORDER FORM
|
- I would like _____ Copies of Introduction To Indian Nations In the United States
- Enclosed is my check or money order for $____________
- Credit Card Number:___________________________Expiration Date:________
|
TRIBE/ORANIZATION:__________________________________________________ |
| NAME:_______________________________ TITLE:__________________________ |
| ADRESS:_____________________________________________________________ |
| CITY:____________________________________ STATE:________ZIP:__________ |
| PHONE:_______________ FAX:________________ EMAIL:_____________________ |
Mail to: NCAI
1301 Connecticut Ave. NW
Washington DC, 20036
Fax: 202.466.7797
OR Email order to: jloretto@ncai.org |
|
|
<%}else if (pgf.equals("donation")){%>
<%}else if (pgf.equals("imcf")){%>
| <%@ include file="imcf.html" %> |
<%}else if (pgf.equals("mrf")){%>
| <%@ include file="mrf.html" %> |
<%}else if (pgf.equals("tmrf")){%>
| <%@ include file="tmrf.html" %> |
<%}else if (pgf.equals("inv")){%>
| Get Involved |
|
The battle to protect tribal self-government and the rights of native people
will be won only through strong, persistent involvement by tribal leaders,
native people and the general public in calling, writing and visiting their
elected federal government representatives. NCAI's mission is to advocate and to
provide information on current issues that will impact tribes, so everyone can
join the effort.
In using the following information, NCAI highly recommends Thomas, the Library of Congress
Internet resource that provides complete coverage of all Congressional bills,
gives the addresses and phone numbers of all Congressional representatives, and
links to every branch of the federal government. NCAI also encourages native and
non-native people alike to contact their representatives in the House and Senate.
|
<%}else if (pgf.equals("employ")){%>
| Employment Opportunities |
| Organization |
Position |
Post Date |
<%
boolean no_opening=true;
JobCollect jc=NCAIDBWrapper.getJobOpportunity("ncaiDS");
session.setAttribute("alljobs",jc);
for (int i=0;i
| <%=job.getOrganizationName()%> |
<%=job.getPosition()%> |
<%=job.getOpenDate()%> |
<% } // end of if (!job.isOpenJobExpired())
} // end of for (int i=0;i
| No Current Opening |
<%}%>
|
<%}else if (pgf.equals("intern")) { %>
|
<%@ include file="intern.html" %>
|
<%}else if (pgf.equals("poll") || pgf.equals("pollresult") || pgf.equals("phistory")){ %>
|
<%@ include file="poll.jsp" %>
|
<%}else if (pgf.equals("edetail")){
JobCollect jc=(JobCollect)session.getAttribute("alljobs");
if (jc==null)
jc=NCAIDBWrapper.getJobOpportunity("ncaiDS");
Job jb=jc.findJobById(request.getParameter("jid"));
%>
| Employment Opportunity |
|
|
Ref. Number:<%=jb.getJobID()%> |
| Position |
<%=jb.getPosition()%> |
| Date |
<%=jb.getOpenDate()%> - <%=jb.getCloseDate()%> |
| Position Status |
<%=jb.getPostionType()%> |
| Work Location |
<%=jb.getJobLocation()%> |
| Skills and Qualifications |
<%=jb.getSkill()%> |
| Duties and Responsibilities |
<%=jb.getDuty()%> |
| Salary and Benefit |
<%=jb.getBenefit()%> |
| Req'd Education |
<%=jb.getEducation()%> |
| Organization |
<%=jb.getOrganizationName()%> |
| Contact Info. |
<%=jb.getContactInformation()%> |
<%}%>
|
<%
String ftime=(String)session.getAttribute("firsttime");
if (ftime == null)
{
Poll poll=NCAIDBWrapper.getLatestPoll("ncaiDS");
session.setAttribute("latestPoll",poll);
%>
<%=poll.displayLatestPoll()%>
<%}%>
<%@ include file="../helper/rightbars.jsp" %>
|