-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEIN.html
108 lines (76 loc) · 4.41 KB
/
EIN.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>The Startup Symphony</title>
<meta name="description" content="how to start a community (amateur, volunteer, nonprofit, civic) orchestra band, choir, EIN, bank account, incorporation
">
<meta name="keywords" content="how to start a community (amateur, volunteer, nonprofit, civic) orchestra band, choir">
<!-- Mobile viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<!-- CSS-->
<!-- Google web fonts. You can get your own bundle at http://www.google.com/fonts. Don't forget to update the CSS accordingly!-->
<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/colorblocks-style.css">
<!-- end CSS-->
<!-- JS-->
<script src="js/libs/modernizr-2.6.2.min.js"></script>
<!-- end JS-->
</head>
<body id="home">
<!-- header area -->
<header class="wrapper clearfix">
<div id="banner">
<div id="logo"><img src="images/Logo.png" alt="logo" height="50" ></div>
</div>
<!-- main navigation -->
<nav id="topnav">
<div class="menu-toggle">Menu</div>
<ul class="srt-menu" id="menu-main-navigation">
<li><a href="./index.html">Home</a></li>
<li><a href="./topics.html">Topic index</a></li>
<li><a href="./stepbystep.html">Step-by-step guide</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav><!-- #topnav -->
</header><!-- end header -->
<!-- hero area (the grey one with a slider -->
<section id="page-header" class="clearfix">
</section><!-- end hero area -->
<!-- main content area -->
<div id="main" class="wrapper clearfix">
<!-- content area -->
<section id="content" class="wide-content">
<h1>Getting an EIN</h1>
<p>Any corporation, non-profit or otherwise, that plans to have a bank account or become
officially incorporated needs an Employer Identification Number, or EIN. This is sort of
the equivalent of a social security number except for businesses, a way for the government
to identify your organization. It's easy to get an EIN. You can apply for one
<a href="https://sa.www4.irs.gov/modiein/individual/index.jsp" target="_blank" rel="noopener">through the IRS website</a>.
For some reason this website only operates during certain hours of the day (how utterly befuddling!).
</p>
<p>Before applying for an EIN, you will have to decide what address to use for
your organization. A PO box will not work; it must be a physical address. Your
<a href="https://www.theupsstore.com/mailboxes/business-mailboxes" target="_blank" rel="noopener">local UPS store</a>
can provide a mailbox with a physical address, for a fee, if you don't have another option.</p>
</section><!-- #end content area -->
</div><!-- #end div #main .wrapper -->
<!-- footer area -->
<footer>
<div id="colophon" class="wrapper clearfix">
© 2024 by Melinda Morang
</div>
<!--You can NOT remove this attribution statement from any page, unless you get the permission from prowebdesign.ro--><div id="attribution" class="wrapper clearfix" style="color:#666; font-size:11px;">Site built with <a href="http://www.prowebdesign.ro/simple-responsive-template/" target="_blank" title="Simple Responsive Template is a free software by www.prowebdesign.ro" style="color:#777;">Simple Responsive Template</a> by <a href="http://www.prowebdesign.ro/" target="_blank" title="www.prowebdesign.ro" style="color:#777;">Prowebdesign.ro</a></div><!--end attribution-->
</footer><!-- #end footer area -->
<!-- jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.9.0.min.js">\x3C/script>')</script>
<!-- fire ups - read this file! -->
<script src="js/main.js"></script>
</body>
</html>