-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmba-bylaws.html
710 lines (710 loc) · 71.4 KB
/
cmba-bylaws.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="dcterms.date" content="2024-06-06" />
<title>Chicago Metropolitan Baseball Association</title>
<style>
html {
line-height: 1.5;
font-family: Georgia, serif;
font-size: 20px;
color: #1a1a1a;
background-color: #fdfdfd;
}
body {
margin: 0 auto;
max-width: 36em;
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
hyphens: auto;
overflow-wrap: break-word;
text-rendering: optimizeLegibility;
font-kerning: normal;
}
@media (max-width: 600px) {
body {
font-size: 0.9em;
padding: 1em;
}
}
@media print {
body {
background-color: transparent;
color: black;
font-size: 12pt;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3, h4 {
page-break-after: avoid;
}
}
p {
margin: 1em 0;
}
a {
color: #1a1a1a;
}
a:visited {
color: #1a1a1a;
}
img {
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 1.4em;
}
h5, h6 {
font-size: 1em;
font-style: italic;
}
h6 {
font-weight: normal;
}
ol, ul {
padding-left: 1.7em;
margin-top: 1em;
}
li > ol, li > ul {
margin-top: 0;
}
blockquote {
margin: 1em 0 1em 1.7em;
padding-left: 1em;
border-left: 2px solid #e6e6e6;
color: #606060;
}
code {
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
font-size: 85%;
margin: 0;
}
pre {
margin: 1em 0;
overflow: auto;
}
pre code {
padding: 0;
overflow: visible;
overflow-wrap: normal;
}
.sourceCode {
background-color: transparent;
overflow: visible;
}
hr {
background-color: #1a1a1a;
border: none;
height: 1px;
margin: 1em 0;
}
table {
margin: 1em 0;
border-collapse: collapse;
width: 100%;
overflow-x: auto;
display: block;
font-variant-numeric: lining-nums tabular-nums;
}
table caption {
margin-bottom: 0.75em;
}
tbody {
margin-top: 0.5em;
border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #1a1a1a;
}
th {
border-top: 1px solid #1a1a1a;
padding: 0.25em 0.5em 0.25em 0.5em;
}
td {
padding: 0.125em 0.5em 0.25em 0.5em;
}
header {
margin-bottom: 4em;
text-align: center;
}
#TOC li {
list-style: none;
}
#TOC a:not(:hover) {
text-decoration: none;
}
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<header id="title-block-header">
<h1 class="title">Chicago Metropolitan Baseball Association</h1>
<p class="subtitle">Constitution and By-Laws</p>
<p class="date">2024-06-06</p>
</header>
<nav id="TOC" role="doc-toc">
<ul>
<li><a href="#constitution">Constitution</a></li>
<li><a href="#name-objective"><span class="toc-section-number">1</span> Name; Objective</a>
<ul>
<li><a href="#name"><span class="toc-section-number">1.1</span> Name</a></li>
<li><a href="#ethics"><span class="toc-section-number">1.2</span> Ethics</a></li>
<li><a href="#sportsmanship"><span class="toc-section-number">1.3</span> Sportsmanship</a></li>
</ul></li>
<li><a href="#membership"><span class="toc-section-number">2</span> Membership</a>
<ul>
<li><a href="#eligibility"><span class="toc-section-number">2.1</span> Eligibility</a></li>
<li><a href="#classification-standing"><span class="toc-section-number">2.2</span> Classification; Standing</a></li>
<li><a href="#subjectivity"><span class="toc-section-number">2.3</span> Subjectivity</a></li>
</ul></li>
<li><a href="#officers"><span class="toc-section-number">3</span> Officers</a>
<ul>
<li><a href="#terms-of-office"><span class="toc-section-number">3.1</span> Terms of Office</a></li>
<li><a href="#umpires"><span class="toc-section-number">3.2</span> Umpires</a></li>
</ul></li>
<li><a href="#meetings"><span class="toc-section-number">4</span> Meetings</a>
<ul>
<li><a href="#annual-meeting"><span class="toc-section-number">4.1</span> Annual Meeting</a></li>
<li><a href="#additional-meetings"><span class="toc-section-number">4.2</span> Additional Meetings</a></li>
<li><a href="#rules-and-competition-committee-meetings"><span class="toc-section-number">4.3</span> Rules and Competition Committee Meetings</a></li>
<li><a href="#meeting-and-voting-validity"><span class="toc-section-number">4.4</span> Meeting and Voting Validity</a></li>
<li><a href="#amending-the-constitution"><span class="toc-section-number">4.5</span> Amending the Constitution</a></li>
</ul></li>
<li><a href="#finances"><span class="toc-section-number">5</span> Finances</a></li>
<li><a href="#by-laws">By-Laws</a></li>
<li><a href="#definition-amendments"><span class="toc-section-number">6</span> Definition; Amendments</a>
<ul>
<li><a href="#amending-the-by-laws"><span class="toc-section-number">6.1</span> Amending the By-Laws</a></li>
</ul></li>
<li><a href="#league-membership-and-fees"><span class="toc-section-number">7</span> League Membership and Fees</a>
<ul>
<li><a href="#standards"><span class="toc-section-number">7.1</span> Standards</a></li>
<li><a href="#new-franchises"><span class="toc-section-number">7.2</span> New franchises</a></li>
<li><a href="#acceptance-fee"><span class="toc-section-number">7.3</span> Acceptance Fee</a></li>
<li><a href="#annual-fee"><span class="toc-section-number">7.4</span> Annual Fee</a></li>
<li><a href="#payment-of-fees"><span class="toc-section-number">7.5</span> Payment of Fees</a></li>
<li><a href="#list-of-fees"><span class="toc-section-number">7.6</span> List of Fees</a></li>
<li><a href="#fines"><span class="toc-section-number">7.7</span> Fines</a></li>
<li><a href="#leave-of-absence"><span class="toc-section-number">7.8</span> Leave of Absence</a></li>
<li><a href="#temporary-suspension"><span class="toc-section-number">7.9</span> Temporary Suspension</a></li>
<li><a href="#indefinite-suspension"><span class="toc-section-number">7.10</span> Indefinite Suspension</a></li>
<li><a href="#reinstatement"><span class="toc-section-number">7.11</span> Reinstatement</a></li>
<li><a href="#additional-fees"><span class="toc-section-number">7.12</span> Additional Fees</a></li>
<li><a href="#fees-to-the-president"><span class="toc-section-number">7.13</span> Fees to the President</a></li>
<li><a href="#outside-leagues"><span class="toc-section-number">7.14</span> Outside Leagues</a></li>
</ul></li>
<li><a href="#officer-duties"><span class="toc-section-number">8</span> Officer Duties</a>
<ul>
<li><a href="#president"><span class="toc-section-number">8.1</span> President</a></li>
<li><a href="#treasurer"><span class="toc-section-number">8.2</span> Treasurer</a></li>
<li><a href="#rules-and-competition-committee"><span class="toc-section-number">8.3</span> Rules and Competition Committee</a></li>
<li><a href="#compensation"><span class="toc-section-number">8.4</span> Compensation</a></li>
</ul></li>
<li><a href="#meetings-and-voting"><span class="toc-section-number">9</span> Meetings and Voting</a>
<ul>
<li><a href="#voting-privileges"><span class="toc-section-number">9.1</span> Voting Privileges</a></li>
<li><a href="#presidents-role"><span class="toc-section-number">9.2</span> President’s Role</a></li>
<li><a href="#voting-decisions"><span class="toc-section-number">9.3</span> Voting Decisions</a></li>
<li><a href="#attendance"><span class="toc-section-number">9.4</span> Attendance</a></li>
</ul></li>
<li><a href="#teams-and-managers"><span class="toc-section-number">10</span> Teams and Managers</a>
<ul>
<li><a href="#recognition"><span class="toc-section-number">10.1</span> Recognition</a></li>
<li><a href="#team-name"><span class="toc-section-number">10.2</span> Team Name</a></li>
<li><a href="#uniform"><span class="toc-section-number">10.3</span> Uniform</a></li>
<li><a href="#manager"><span class="toc-section-number">10.4</span> Manager</a></li>
<li><a href="#manager-changes"><span class="toc-section-number">10.5</span> Manager Changes</a></li>
</ul></li>
<li><a href="#team-rosters-players-and-eligibility"><span class="toc-section-number">11</span> Team Rosters; Players and Eligibility</a>
<ul>
<li><a href="#roster-deadline-roster-size"><span class="toc-section-number">11.1</span> Roster Deadline; Roster Size</a></li>
<li><a href="#roster-information-requirements"><span class="toc-section-number">11.2</span> Roster Information Requirements</a></li>
<li><a href="#roster-transactions"><span class="toc-section-number">11.3</span> Roster Transactions</a></li>
<li><a href="#alumni"><span class="toc-section-number">11.4</span> Alumni</a></li>
<li><a href="#eligible-players"><span class="toc-section-number">11.5</span> Eligible Players</a></li>
<li><a href="#postseason-player-eligibility"><span class="toc-section-number">11.6</span> Postseason Player Eligibility</a></li>
<li><a href="#player-responsibility-for-team-fees"><span class="toc-section-number">11.7</span> Player Responsibility for Team Fees</a></li>
<li><a href="#free-agents"><span class="toc-section-number">11.8</span> Free Agents</a></li>
</ul></li>
<li><a href="#general-play"><span class="toc-section-number">12</span> General Play</a>
<ul>
<li><a href="#playing-rules"><span class="toc-section-number">12.1</span> Playing Rules</a></li>
<li><a href="#regulation-games"><span class="toc-section-number">12.2</span> Regulation Games</a></li>
<li><a href="#reasons-for-a-game-to-be-called"><span class="toc-section-number">12.3</span> Reasons for a Game to be Called</a></li>
<li><a href="#game-time"><span class="toc-section-number">12.4</span> Game Time</a></li>
<li><a href="#player-uniforms"><span class="toc-section-number">12.5</span> Player Uniforms</a></li>
<li><a href="#minimum-number-of-players"><span class="toc-section-number">12.6</span> Minimum Number of Players</a></li>
<li><a href="#player-injuries"><span class="toc-section-number">12.7</span> Player Injuries</a></li>
<li><a href="#equipment"><span class="toc-section-number">12.8</span> Equipment</a></li>
<li><a href="#field-maintenance"><span class="toc-section-number">12.9</span> Field Maintenance</a></li>
<li><a href="#payment-of-umpires"><span class="toc-section-number">12.10</span> Payment of Umpires</a></li>
<li><a href="#designated-hitter"><span class="toc-section-number">12.11</span> Designated Hitter</a></li>
<li><a href="#designated-runner"><span class="toc-section-number">12.12</span> Designated Runner</a></li>
<li><a href="#extra-hitter"><span class="toc-section-number">12.13</span> Extra Hitter</a></li>
<li><a href="#courtesy-runner"><span class="toc-section-number">12.14</span> Courtesy Runner</a></li>
<li><a href="#batting-lineup"><span class="toc-section-number">12.15</span> Batting Lineup</a></li>
<li><a href="#ab-batting-lineup-slots"><span class="toc-section-number">12.16</span> A/B Batting Lineup Slots</a></li>
<li><a href="#defensive-lineup"><span class="toc-section-number">12.17</span> Defensive Lineup</a></li>
<li><a href="#field-status"><span class="toc-section-number">12.18</span> Field Status</a></li>
<li><a href="#rescheduling"><span class="toc-section-number">12.19</span> Rescheduling</a></li>
<li><a href="#notification-of-results"><span class="toc-section-number">12.20</span> Notification of Results</a></li>
<li><a href="#uncompleted-games"><span class="toc-section-number">12.21</span> Uncompleted Games</a></li>
<li><a href="#substitution-of-an-umpire"><span class="toc-section-number">12.22</span> Substitution of an Umpire</a></li>
<li><a href="#collisions"><span class="toc-section-number">12.23</span> Collisions</a></li>
<li><a href="#umpire-disputes"><span class="toc-section-number">12.24</span> Umpire Disputes</a></li>
</ul></li>
<li><a href="#protest-and-forfeits"><span class="toc-section-number">13</span> Protest and Forfeits</a>
<ul>
<li><a href="#timeframe-and-reporting"><span class="toc-section-number">13.1</span> Timeframe and Reporting</a></li>
<li><a href="#ground-for-protest"><span class="toc-section-number">13.2</span> Ground for Protest</a></li>
<li><a href="#ruling"><span class="toc-section-number">13.3</span> Ruling</a></li>
<li><a href="#notification"><span class="toc-section-number">13.4</span> Notification</a></li>
<li><a href="#umpire-payment"><span class="toc-section-number">13.5</span> Umpire Payment</a></li>
<li><a href="#forfeits"><span class="toc-section-number">13.6</span> Forfeits</a></li>
<li><a href="#technical-forfeit"><span class="toc-section-number">13.7</span> Technical forfeit</a></li>
</ul></li>
<li><a href="#standings-and-postseason"><span class="toc-section-number">14</span> Standings and Postseason</a>
<ul>
<li><a href="#website"><span class="toc-section-number">14.1</span> Website</a></li>
<li><a href="#league-standings"><span class="toc-section-number">14.2</span> League Standings</a></li>
<li><a href="#standings-tie-breakers"><span class="toc-section-number">14.3</span> Standings Tie-breakers</a></li>
<li><a href="#postseason-format"><span class="toc-section-number">14.4</span> Postseason Format</a></li>
<li><a href="#prizes-and-awards"><span class="toc-section-number">14.5</span> Prizes and Awards</a></li>
<li><a href="#playoff-umpire-selection"><span class="toc-section-number">14.6</span> Playoff Umpire Selection</a></li>
<li><a href="#completion-of-playoff-games"><span class="toc-section-number">14.7</span> Completion of Playoff Games</a></li>
</ul></li>
<li><a href="#sportsmanship-and-prohibited-conduct"><span class="toc-section-number">15</span> Sportsmanship and Prohibited Conduct</a>
<ul>
<li><a href="#fighting"><span class="toc-section-number">15.1</span> Fighting</a></li>
<li><a href="#assault-of-an-umpire"><span class="toc-section-number">15.2</span> Assault of an Umpire</a></li>
<li><a href="#substances"><span class="toc-section-number">15.3</span> Substances</a></li>
<li><a href="#flagrant-collisions"><span class="toc-section-number">15.4</span> Flagrant Collisions</a></li>
</ul></li>
</ul>
</nav>
<h1 class="unnumbered unnumbered" id="constitution">Constitution</h1>
<h1 data-number="1" id="name-objective"><span class="header-section-number">1</span> Name; Objective</h1>
<h2 data-number="1.1" id="name"><span class="header-section-number">1.1</span> Name</h2>
<p>This baseball league shall be known as the Chicago Metropolitan Baseball Association (CMBA). The CMBA has been formed for the purpose of providing the finest amateur baseball league in the State of Illinois and Midwest; a league where an up and coming young prospect for professional baseball may play and develop; where the talented veteran player can enjoy playing among the best competition; and bring friendship and sportsmanship to the Association.</p>
<h2 data-number="1.2" id="ethics"><span class="header-section-number">1.2</span> Ethics</h2>
<p>All Association members, including officers, managers, umpires, and players shall strive to be ethical, honorable, and truthful in all dealings concerning the League thereby promoting the Association as a first class league of impeccable integrity.</p>
<h2 data-number="1.3" id="sportsmanship"><span class="header-section-number">1.3</span> Sportsmanship</h2>
<p>All Association members, including officers, managers, umpires, and players are expected to behave in a sportsmanlike manner, promoting fair competitive play in a respectful atmosphere.</p>
<h1 data-number="2" id="membership"><span class="header-section-number">2</span> Membership</h1>
<h2 data-number="2.1" id="eligibility"><span class="header-section-number">2.1</span> Eligibility</h2>
<p>Membership in the CMBA is open to any amateur baseball franchise in the Greater Chicagoland area that qualifies under the rules and requirements for admission as set forth in this Constitution.</p>
<h2 data-number="2.2" id="classification-standing"><span class="header-section-number">2.2</span> Classification; Standing</h2>
<p>Membership shall be divided into the following four (4) classes:</p>
<ol type="1">
<li>In good standing with active franchises.
<ol type="1">
<li>These members shall have full playing and voting privileges.</li>
</ol></li>
<li>In good standing that have been granted a leave of absence.
<ol type="1">
<li>These members shall not have voting privileges but may attend League meetings.</li>
</ol></li>
<li>Not in good standing (temporary suspension for League rules violations) with active franchises. These members shall have full voting and game playing privileges.
<ol type="1">
<li>These members shall have full voting and game playing privileges. However, any games played by members not in good standing shall be deemed technical forfeit.</li>
</ol></li>
<li>Not in good standing (indefinite suspension).
<ol type="1">
<li>These members shall have no game playing or voting privileges.</li>
<li>May attend league meetings by special invitation of the President.</li>
</ol></li>
</ol>
<h2 data-number="2.3" id="subjectivity"><span class="header-section-number">2.3</span> Subjectivity</h2>
<p>All Association members shall abide by and are subject to all rules and regulations as outlined in this Constitution and By-Laws, and are subject to the authority of the President, other Officers, the umpires and any other ruling officials so authorized. These rules, regulations, articles, and By-Laws may not be suspended, set aside, or added to under any circumstances, regardless of the will of the managers. This section nullifies the “If both managers agree” concept.</p>
<h1 data-number="3" id="officers"><span class="header-section-number">3</span> Officers</h1>
<p>The following shall be considered Officers of the League: President; Treasurer; and Rules and Competition Committee Members. Other Officers may be created by the President at his discretion or by vote of League members upon the request of a League Member. All offices shall be filled by an affirmative vote of League members.</p>
<h2 data-number="3.1" id="terms-of-office"><span class="header-section-number">3.1</span> Terms of Office</h2>
<ol type="1">
<li>The President shall serve a life term unless he chooses to voluntarily relinquish the office. The new President shall be chosen by a majority vote of the League membership.</li>
<li>All Officers other than President are subject to yearly review and reelection by League vote.</li>
</ol>
<h2 data-number="3.2" id="umpires"><span class="header-section-number">3.2</span> Umpires</h2>
<p>Umpires shall have the sole responsibility for the enforcement of all sections in <a href="#team-rosters-players-and-eligibility">Team Rosters Players And Eligibility</a> of the By-Laws, except where specified.</p>
<h1 data-number="4" id="meetings"><span class="header-section-number">4</span> Meetings</h1>
<h2 data-number="4.1" id="annual-meeting"><span class="header-section-number">4.1</span> Annual Meeting</h2>
<p>The Association shall hold its annual preseason meeting after January 1 at a time and place set by the President. This meeting must be held in person, except in extenuating circumstances.</p>
<h2 data-number="4.2" id="additional-meetings"><span class="header-section-number">4.2</span> Additional Meetings</h2>
<p>Additional meetings shall be called by the President for reasons at his discretion.</p>
<h2 data-number="4.3" id="rules-and-competition-committee-meetings"><span class="header-section-number">4.3</span> Rules and Competition Committee Meetings</h2>
<p>The Rules and Competition Committee shall meet at the discretion of the President. These meetings must be held in person, except in extenuating circumstances by agreement between the President and the Committee.</p>
<h2 data-number="4.4" id="meeting-and-voting-validity"><span class="header-section-number">4.4</span> Meeting and Voting Validity</h2>
<p>Only meetings called for and attended by the President will be considered valid and no votes held in the absence of the President will be considered binding.</p>
<h2 data-number="4.5" id="amending-the-constitution"><span class="header-section-number">4.5</span> Amending the Constitution</h2>
<p>This constitution may be amended, removed, or added by an affirmative vote of two-thirds of members with voting privileges. The complete proposed written text of any amendment(s) to this constitution must be submitted to the representatives of the teams before the amendment(s) can be voted on.</p>
<h1 data-number="5" id="finances"><span class="header-section-number">5</span> Finances</h1>
<p>The President shall determine the franchise and annual entry fees. All other fees will be levied at the discretion of the League President. Fees shall be levied with the understanding that the Association is a not for profit organization.</p>
<h1 class="unnumbered unnumbered" id="by-laws">By-Laws</h1>
<h1 data-number="6" id="definition-amendments"><span class="header-section-number">6</span> Definition; Amendments</h1>
<p>These By-Laws shall stand as the official rules of the CMBA. All Association members shall abide by and are subject to, without exception, all rules and regulations as outlined in the Constitution and By-Laws as well as the authority of the Association President, in accordance with <a href="#subjectivity">Subjectivity</a></p>
<h2 data-number="6.1" id="amending-the-by-laws"><span class="header-section-number">6.1</span> Amending the By-Laws</h2>
<p>By-Laws may be amended, removed, or added by an affirmative vote of two-thirds of the Association members present at the time of the vote.</p>
<h1 data-number="7" id="league-membership-and-fees"><span class="header-section-number">7</span> League Membership and Fees</h1>
<h2 data-number="7.1" id="standards"><span class="header-section-number">7.1</span> Standards</h2>
<p>The following standards shall apply for consideration for membership by franchises in the CMBA.</p>
<ol type="1">
<li>Quality of leadership within the franchise.</li>
<li>Good record of past performance in the following:
<ol type="1">
<li>Forfeits and punctuality at League games.</li>
<li>Attitude and conduct of players and management.</li>
<li>Financial responsibility.</li>
<li>Ability of its players.</li>
</ol></li>
</ol>
<h2 data-number="7.2" id="new-franchises"><span class="header-section-number">7.2</span> New franchises</h2>
<p>The Association President shall present, upon acceptable review of its qualifications, a new franchise to the members at large for consideration. New franchises are allowed to present a positive case for inclusion.</p>
<ol type="1">
<li>Acceptance shall be affirmed with a simple majority vote of members in attendance.</li>
</ol>
<h2 data-number="7.3" id="acceptance-fee"><span class="header-section-number">7.3</span> Acceptance Fee</h2>
<p>A franchise fee of fifty dollars ($50.00) shall be paid to the Association Treasurer upon acceptance into the Association.</p>
<h2 data-number="7.4" id="annual-fee"><span class="header-section-number">7.4</span> Annual Fee</h2>
<p>All Association members shall pay an annual fee. Per <a href="#finances">Finances</a>, this fee shall be determined by the Association President.</p>
<h2 data-number="7.5" id="payment-of-fees"><span class="header-section-number">7.5</span> Payment of Fees</h2>
<p>All Association members must have all fees paid by a date set by the President.</p>
<ol type="1">
<li>Penalty for late payment shall be ten dollars ($10.00) per week for no longer than five (5) weeks.</li>
<li>Members in violation of the above shall be placed on temporary suspension for a period of two (2) weeks.</li>
<li>Members who have not paid outstanding fees by the end of the two week suspension shall be placed on indefinite suspension until all fees are paid.</li>
</ol>
<h2 data-number="7.6" id="list-of-fees"><span class="header-section-number">7.6</span> List of Fees</h2>
<p>The annual League fee shall consist of, but are not limited to the following: Forfeit fee; Performance bond; Field fees; Prize Money Fund; Tournament fees; and any other costs incurred by the League.</p>
<h2 data-number="7.7" id="fines"><span class="header-section-number">7.7</span> Fines</h2>
<p>Any Association franchise or player may be susceptible to a fine by the President or Rules Committee as applicable for conduct unbecoming of a representative of the League and for any violation of this Constitution and its By-Laws.</p>
<ol type="1">
<li>Fines shall be determined by the President or committee as applicable and may not exceed fifty dollars ($50.00).</li>
<li>Fines must be paid in full by a date specified by the President. Teams with outstanding fines will be considered not in good standing as defined in Subsection.</li>
</ol>
<h2 data-number="7.8" id="leave-of-absence"><span class="header-section-number">7.8</span> Leave of Absence</h2>
<p>Members in good standing may be granted a leave of absence and are entitled to all privileges as outlined in <a href="#classification-standing">Classification; Standing</a> of the Constitution.</p>
<ol type="1">
<li>Members in good standing on leave for more than two (2) years must reapply for membership.</li>
</ol>
<h2 data-number="7.9" id="temporary-suspension"><span class="header-section-number">7.9</span> Temporary Suspension</h2>
<p>An Association franchise may be placed on temporary suspension by the President and are subject to rules set forth in <a href="#classification-standing">Classification; Standing</a>.</p>
<h2 data-number="7.10" id="indefinite-suspension"><span class="header-section-number">7.10</span> Indefinite Suspension</h2>
<p>An Association franchise may be placed on indefinite suspension by the President and subject to rules set forth in <a href="#classification-standing">Classification; Standing</a>. Violations that may result in indefinite suspension are as follows:</p>
<ol type="1">
<li>Conduct detrimental to the objectives of the Association.</li>
<li>Two (2) forfeits of a game in one season. A team that is indefinitely suspended two consecutive seasons for violation of this subsection shall not be permitted to reapply for reinstatement unless a change in management is presented to the league. The new management must be approved by the Association President and ratified by a majority of the association members.</li>
<li>Tampering with players on the roster of another member franchise. Tampering shall be defined as the deliberate solicitation, without consent, by one Association member of a player who has made at least an oral commitment to play for another Association franchise.</li>
<li>Consumption of alcoholic beverages on or in close proximity to the playing fields as detailed in <a href="#league-standings">League Standings</a></li>
<li>Violation of any written policies set forth by the issuer of any permits for field use by the Association.</li>
<li>Failure to comply with any of the stated codes of conduct as set forth in this document.</li>
</ol>
<h2 data-number="7.11" id="reinstatement"><span class="header-section-number">7.11</span> Reinstatement</h2>
<p>An indefinitely suspended franchise may be reinstated by the President upon the resolution of any outstanding violations and the satisfactory guarantee of no further violations.</p>
<h2 data-number="7.12" id="additional-fees"><span class="header-section-number">7.12</span> Additional Fees</h2>
<p>The President may request additional fees to cover any costs that exceed the amounts originally budgeted for by the League.</p>
<h2 data-number="7.13" id="fees-to-the-president"><span class="header-section-number">7.13</span> Fees to the President</h2>
<p>In the event the President is a franchise holder, the Rules and Competition Committee may levy any and all appropriate fines for infractions of this Constitution and By-Laws by his franchise.</p>
<h2 data-number="7.14" id="outside-leagues"><span class="header-section-number">7.14</span> Outside Leagues</h2>
<p>Teams may not play in leagues outside of the CMBA, unless that league has a formal agreement with the CMBA that its playing schedule does not conflict with regularly scheduled CMBA games or playoffs.</p>
<h1 data-number="8" id="officer-duties"><span class="header-section-number">8</span> Officer Duties</h1>
<p>As defined in <a href="#officers">Officers</a>, the officers of the Association are the President, Treasurer, Rules and Competition Committee member.</p>
<h2 data-number="8.1" id="president"><span class="header-section-number">8.1</span> President</h2>
<p>The duties and powers of the President are as follows:</p>
<ol type="1">
<li>Shall serve a life term or until voluntary relinquishment of the office.</li>
<li>Preside over all League meetings.</li>
<li>Official spokesman to news media and others whenever the Association’s point of view is needed.</li>
<li>Call all regular and Rules and Competition Committee meetings and assign the date and place thereof.</li>
<li>Appoint persons to positions as he deems necessary or until elections are held.</li>
<li>Assess fines and punishments as he deems necessary with just cause.</li>
<li>Calculate the Association’s budget.</li>
<li>Gather all information regarding protests.</li>
<li>Maintain a league website to keep managers and players apprised of the state of the league.</li>
<li>Judge and take action on all circumstances not covered in the Constitution and By-Laws in good faith and furtherance of the stated goals and principles of the league.</li>
<li>Interpret the rules and by-laws of this Constitution and make appropriate decisions thereof.
<ol type="1">
<li>Decisions of the President may be appealed to the Rules and Competition Committee. Appeals must be presented in writing and must contain specific grounds for the appeal.</li>
</ol></li>
</ol>
<h2 data-number="8.2" id="treasurer"><span class="header-section-number">8.2</span> Treasurer</h2>
<p>The Treasurer shall be responsible for the League’s monetary assets and its proper handling and distribution as ordered by the league and its President.</p>
<h2 data-number="8.3" id="rules-and-competition-committee"><span class="header-section-number">8.3</span> Rules and Competition Committee</h2>
<p>The Rules and Competition Committee, to be made up of the President and two (2) appointed franchise holders. An alternate member shall be appointed by the president if a committee member is unavailable or conflicted (i.e. the matter under consideration involves a player of the committee member’s team or the committee member), shall meet and take action concerning:</p>
<ol type="1">
<li>Official protests</li>
<li>Disciplinary matters referred to the committee pursuant to <a href="#standings-and-postseason">Standings And Postseason</a></li>
<li>Any decision of the President that has been officially appealed.</li>
</ol>
<h2 data-number="8.4" id="compensation"><span class="header-section-number">8.4</span> Compensation</h2>
<p>All officers other than the Rules Committee members, shall be granted compensation for time and expenses.</p>
<h1 data-number="9" id="meetings-and-voting"><span class="header-section-number">9</span> Meetings and Voting</h1>
<p>Per <a href="#annual-meeting">Annual Meeting</a>, the Association shall hold an annual meeting. In addition, per 4.2, the President may call additional meetings.</p>
<h2 data-number="9.1" id="voting-privileges"><span class="header-section-number">9.1</span> Voting Privileges</h2>
<p>Each franchise with voting privileges as specified in <a href="#classification-standing">Classification; Standing</a> shall have one (1) vote at league meetings, regardless of the number of representatives the franchise has sent to the meeting.</p>
<h2 data-number="9.2" id="presidents-role"><span class="header-section-number">9.2</span> President’s Role</h2>
<p>The President shall chair the meeting. If the President is also a franchise holder, he must designate another person from his franchise to represent the team at league meetings. The President can only vote in the event of a tie vote among the members present at the meeting.</p>
<h2 data-number="9.3" id="voting-decisions"><span class="header-section-number">9.3</span> Voting Decisions</h2>
<p>A 2/3 vote is necessary to:</p>
<ol type="1">
<li>Amend the Constitution, per <a href="#amending-the-constitution">Amending the Constitution</a></li>
<li>Amend the Bylaws, per <a href="#amending-the-by-laws">Amending The By Laws</a></li>
<li>Remove an Officer.</li>
<li>Expel a team or player for violations of rules set forth in the Constitution or By-laws.</li>
</ol>
<p>Any decision not listed above shall be decided by simple majority vote.</p>
<h2 data-number="9.4" id="attendance"><span class="header-section-number">9.4</span> Attendance</h2>
<p>All franchise members are expected to attend all league meetings. Failure of a franchise to send a representative to a meeting may result in a ten dollar ($10.00) fine. Those members present at any meeting shall constitute a quorum and all votes by this quorum are binding.</p>
<h1 data-number="10" id="teams-and-managers"><span class="header-section-number">10</span> Teams and Managers</h1>
<h2 data-number="10.1" id="recognition"><span class="header-section-number">10.1</span> Recognition</h2>
<p>Teams shall be formally recognized as existing as an entity from April 1 through August 31 of the current season. These dates shall serve as time periods as they pertain to all rules regarding rosters and team management.</p>
<h2 data-number="10.2" id="team-name"><span class="header-section-number">10.2</span> Team Name</h2>
<p>Teams new to the Association, regardless of the makeup of the roster, shall not be allowed to use the name of any existing Association team. Teams from other recognized Associations or Leagues entering the CMBA shall be allowed to use any team name provided it was the recognized existing name of the team prior to its membership in the Association. Changes in team names shall not affect a team’s status in the Association in any way provided the original recognized Manager is the entrant of the team.</p>
<h2 data-number="10.3" id="uniform"><span class="header-section-number">10.3</span> Uniform</h2>
<p>All players must be in uniform (bearing the team’s name as represented to the league) by the team’s first regular season game in order to be eligible to participate in games. Players may not obtain the jersey of another team member in order to obtain eligibility.</p>
<ol type="1">
<li>This deadline may be extended by the President at his discretion following a written petition by the team that shows a just and reasonable cause for extension, and evidence of a good faith effort to meet the deadline.</li>
<li>This rule applies to any players legally added to the roster after the stated deadline.</li>
<li>Uniforms shall consist of, but are not limited to, matching team caps and jerseys with assigned team uniform numbers.</li>
<li>Players must be dressed in proper baseball pants. These pants need not match the team’s uniform, however, the Association encourages all players to wear matching pants. Sweatpants, shorts, jeans, or any other type of pants other than baseball pants are prohibited.</li>
</ol>
<h2 data-number="10.4" id="manager"><span class="header-section-number">10.4</span> Manager</h2>
<p>The Manager is that person who has been officially recognized as the entrant of a team into the Association. The Manager has the ultimate responsibility for the team’s compliance with all by-laws as set forth in this Constitution. The manager of a franchise is responsible for all actions of his players and coaches and may be fined up to fifty dollars ($50.00) for any violations of codes of conduct and league rules as set forth in this document, or any other actions deemed detrimental to the objectives and standards of the Association.</p>
<ol type="1">
<li>Severe violations of league rules and codes of conduct may result in the suspension of the offending player or manager for the balance of the season or possible permanent banishment from the league, if so ruled by the President.</li>
</ol>
<h2 data-number="10.5" id="manager-changes"><span class="header-section-number">10.5</span> Manager Changes</h2>
<p>Management of the team may officially change from one person to another during the dates that team is formally recognized as an entity as specified in <a href="#recognition">Recognition</a> only with the written consent of the outgoing manager, or rostered members of the team can show that the Manager has not been faithfully and/or competently fulfilling his requirements as outlined in this Constitution.</p>
<ol type="1">
<li>Management changes under this Section may only take place pending the outcome of a hearing, which shall take place at the earliest possible date between the Association President, the Manager in question, and the parties seeking a change in management.</li>
<li>The President may ask other managers to attend this hearing to serve in an advisory role.</li>
<li>Failure to appear at this hearing by either party involved shall automatically result in an outcome favorable to the party in attendance.</li>
<li>Teams with management conflicts of this nature may not play league games until the completion of this hearing and resolution of the conflict. Management changes outside of the dates that a team is formally recognized as an entity as specified in <a href="#recognition">Recognition</a> are beyond the control of the Association and President and are not subject to any formal mechanisms of change as outlined in this Constitution. Resolution of any outstanding conflicts associated with such management changes are the sole responsibility of the parties involved.</li>
</ol>
<h1 data-number="11" id="team-rosters-players-and-eligibility"><span class="header-section-number">11</span> Team Rosters; Players and Eligibility</h1>
<h2 data-number="11.1" id="roster-deadline-roster-size"><span class="header-section-number">11.1</span> Roster Deadline; Roster Size</h2>
<p>Prior to June 1, each team has an “open roster.” Association teams must submit a roster of their players to the President no later than June 1 of each year. Any team that does not submit its roster to the President by June 1 as required by this <a href="#roster-deadline-roster-size">Roster Deadline; Roster Size</a> and in accordance with the information requirements in <a href="#roster-information-requirements">Roster Information Requirements</a> shall be deemed not in good standing. Consequences of not being in good standing are defined in <a href="#classification-standing">Classification; Standing</a> of the Constitution. This submitted roster plus any and all legal roster transactions per <a href="#roster-transactions">Roster Transactions</a>, shall be considered official. Players not on a team’s official roster are ineligible for play, except where specifically noted in this <a href="#teams-and-managers">Teams And Managers</a>.<br />
Each team’s roster must contain a minimum of sixteen (16) players and shall not exceed twenty-six (26) players, in each case, excluding non-playing managers and coaches.</p>
<h2 data-number="11.2" id="roster-information-requirements"><span class="header-section-number">11.2</span> Roster Information Requirements</h2>
<p>A team’s rosters as submitted to the President on or before June 1 shall contain the following information for each rostered player: name, age, bats/throws, position(s),uniform number, and face photo. Rosters shall be submitted in Excel or via Google sheets (or similar editable spreadsheet.)</p>
<h2 data-number="11.3" id="roster-transactions"><span class="header-section-number">11.3</span> Roster Transactions</h2>
<p>Teams may add a total of five (5) players to the roster after the June 1 roster submission deadline. The total number of players on a team still may not exceed twenty-six (26). In order to add players between June 1 and July 1 but not exceed the 26 player limit, a team may drop players who were rostered on June 1. No players may be added after July 1, except as set forth below. After July 1, upon request to the Rules and Competition Committee, a team may add a player if (i) the team’s roster has fallen (or, upon the removal of players “missing in action” as described below, will fall) below the 16 player minimum and (ii) doing so will, in the good faith determination of the Rules and Competition Committee, prevent the team from forfeiting games. In order for a team to declare a player “missing in action” after July 1, (i) the player shall have (a) failed to appear at all of the team’s games occurring prior to such request or (b) suffered a season-ending injury after June 1 and (ii) the team must drop the player from its roster. A team may drop players at any time as long as the team’s roster does not fall below the 16 player minimum. Any and all roster changes shall be submitted to the President and satisfy the information requirements in <a href="#roster-information-requirements">Roster Information Requirements</a>. Roster changes shall be effective as of the first pitch of the team’s first regularly scheduled game after the updated roster is submitted.</p>
<h2 data-number="11.4" id="alumni"><span class="header-section-number">11.4</span> Alumni</h2>
<p>If a team would otherwise be required to forfeit or technically forfeit a game after June 1 due to a lack of eligible players in attendance, the team can use one (but not more than one) of its former players (“alumni”) in that game. The team’s manager shall inform the opposing team’s manager and the President as soon as possible (and in no event later than the first pitch) of his team’s use of an alumni player and will provide to the opposing team’s manager and the President with the alumni player’s name, age, bats/throws, position and uniform number. Alumni players are not eligible to play in the playoffs.</p>
<h2 data-number="11.5" id="eligible-players"><span class="header-section-number">11.5</span> Eligible Players</h2>
<p>Eligible players must be of at least eighteen (18) years of age by the date of the teams first +game. No player may play for more than one team in a season (either before or after June 1). A team that uses an ineligible player, per the rules in this <a href="#team-rosters-players-and-eligibility">Team Rosters Players And Eligibility</a>, will be deemed to have forfeited any and all games in which the illegal player(s) participated.</p>
<h2 data-number="11.6" id="postseason-player-eligibility"><span class="header-section-number">11.6</span> Postseason Player Eligibility</h2>
<p>Players must appear in at least five (5) games during the regular season in order to be eligible for postseason play. Upon request to the Rules and Competition Committee, exceptions may be made for players with long term injuries.</p>
<h2 data-number="11.7" id="player-responsibility-for-team-fees"><span class="header-section-number">11.7</span> Player Responsibility for Team Fees</h2>
<p>All players in the CMBA are expected to pay their team fees. Players will not be allowed to switch teams within the association unless or until any and all debts are paid in full.</p>
<h2 data-number="11.8" id="free-agents"><span class="header-section-number">11.8</span> Free Agents</h2>
<p>A player must inform the League President and his manager no later than February 15 of the upcoming season if he wishes to leave his team and become a free agent. After this he is free to play for another team in the CMBA. A manager may waive this deadline for an individual player at the manager’s discretion. If the player fails to notify as specified, that player shall be disqualified from playing on another CMBA team for that season.</p>
<h1 data-number="12" id="general-play"><span class="header-section-number">12</span> General Play</h1>
<h2 data-number="12.1" id="playing-rules"><span class="header-section-number">12.1</span> Playing Rules</h2>
<p>Except where specified in this document, the CMBA shall follow the Official Baseball Rules of Major League Baseball.</p>
<p>The CMBA shall not incorporate the following rules of Major League Baseball:</p>
<ul>
<li>Rule 4.03(c)(4) specifying limitations on when a position player can pitch.</li>
<li>Rule 5.02(c) specifying limitations on infielder placement.</li>
<li>Rule 7.01(b) incorporating the parameters of the Extra Innings Rule, which includes starting each half-inning following the last regulation inning with a runner on second base.</li>
<li>Rule 5.10(m)(1) limiting the number of mound visits.</li>
<li>Rule 5.10(g) requiring that pitchers must face at least three batters.</li>
<li>Rules 5.07(c) specifying time limits on pitchers and batters. Limitations on pitcher disengagements (i.e. pick-offs) shall also not be incorporated.</li>
</ul>
<h2 data-number="12.2" id="regulation-games"><span class="header-section-number">12.2</span> Regulation Games</h2>
<p>Games played under the auspices of both recognized Managers of the participating teams shall count as official. A regulation game is defined as follows</p>
<ol type="1">
<li><p>A regulation game consists of seven (7) innings, unless extended because of a tie score, or shortened because the home team needs none of its half of the seventh inning or only a fraction of it, or because the umpire calls the game in accordance with <a href="#reasons-for-a-game-to-be-called">Reasons for a Game to be Called</a>.</p></li>
<li><p>If the score is tied after seven completed innings play shall continue until (1) the visiting team has scored more total runs than the home team at the end of a completed inning, or (2) the home team scores the winning run in an uncompleted inning. If a regulation game is called with the score tied, it shall remain a tie game.</p></li>
<li><p>If a game is called by the umpire, per <a href="#reasons-for-a-game-to-be-called">Reasons for a Game to be Called</a>, it is a regulation (official) game:</p>
<ol type="1">
<li>If four innings have been completed;</li>
<li>If the home team has scored more runs in four or three and a fraction half-innings than the visiting team has scored in four completed half-innings;</li>
<li>If the home team scores one or more runs in its half of the fourth inning to tie the score.</li>
</ol>
<p>Postseason games are exempt from this definition as specified in <a href="#completion-of-playoff-games">Completion of Playoff Games</a>.</p></li>
<li><p>Slaughter Rule: The game shall be ended and the leading team declared the winner:</p>
<ol type="1">
<li>If after 4 complete innings the visiting team is ahead in the score by 15 or more runs, or if after 3½ innings the home team is ahead by the same, the game will be ended and the leading team declared the winner.</li>
<li>If after 5 or more complete innings the visiting team is ahead in the score by 12 or more runs, or if after 4½ innings or more the home team is ahead by the same, the game will be ended and the leading team declared the winner.</li>
</ol>
<p>The Slaughter Rule is applicable for the playoffs as specified in <a href="#completion-of-playoff-games">Completion of Playoff Games</a>.</p></li>
<li><p>If a game is called after 3 complete innings and one team is ahead by 10 or more runs, the game will be ended and the leading team declared the winner.</p>
<p>Postseason games are exempt from this definition as specified in <a href="#completion-of-playoff-games">Completion of Playoff Games</a>.</p></li>
<li><p>If a game is postponed or otherwise called before it has become a regulation game, the umpire-in-chief shall declare it “No Game,” meaning the game must be restarted (not resumed) at a later date.</p>
<p>Postseason games are exempt from this definition as specified in <a href="#completion-of-playoff-games">Completion of Playoff Games</a>.</p></li>
</ol>
<h2 data-number="12.3" id="reasons-for-a-game-to-be-called"><span class="header-section-number">12.3</span> Reasons for a Game to be Called</h2>
<p>An umpire, in their discretion, may declare a game called if</p>
<ol type="1">
<li>Darkness prevents further safe play.</li>
<li>Rain, lightning, or other inclement weather precludes safe conditions.</li>
<li>A new inning would start after 8:15 p.m at a field without lights.</li>
<li>Local laws or field rules (e.g. lightning detector) prevent continuation of the game.</li>
<li>Other circumstances prevent further safe play. The Rules and Competition Committee may rule on any forfeit or loss of points as applicable.</li>
</ol>
<h2 data-number="12.4" id="game-time"><span class="header-section-number">12.4</span> Game Time</h2>
<p>The starting time for all weeknight games shall be 5:50 p.m. for fields without lights. Starting times for games played at lighted fields and on the weekends shall be determined by the League and may legally begin after 6:30PM. Forfeit time shall be 20 minutes after the scheduled starting time.</p>
<h2 data-number="12.5" id="player-uniforms"><span class="header-section-number">12.5</span> Player Uniforms</h2>
<p>All players must be in proper uniform in order to be eligible to participate in games, as specified in <a href="#uniform">Uniform</a>.</p>
<h2 data-number="12.6" id="minimum-number-of-players"><span class="header-section-number">12.6</span> Minimum Number of Players</h2>
<p>Teams must start the game at the scheduled starting time if they have at least eight (8) players present. A team may not wait until forfeit time for players to arrive, the game must begin as soon as a team has 8 players present. If a ninth player does not arrive or arrives after forfeit time, the team shall be in technical forfeit, as defined in <a href="#forfeits">Forfeits</a>.</p>
<ol type="1">
<li><p>In the event a team starts a game with eight (8) players, the ninth spot in the batting order shall be considered an out recorded to the pitcher. A team may insert a ninth player in the vacant ninth spot after the start of play.</p></li>
<li><p>A team may begin a game with eight (8) players up to two (2) times in one season. A team that fails to field nine (9) players at the start of the game after receiving 2 (two) prior technical forfeits shall forfeit all subsequent games.</p></li>
<li><p>A team in technical forfeit shall remain in technical forfeit, regardless of the number of players with which it finished the game. A team may finish the game a player short, that is one (1) player less than they started the game with (eight (8) players for a nine (9) man line-up, nine (9) players for a ten (10) man), provided the team does not fall below this minimum.</p></li>
<li><p>The vacated spot in the batting order shall be considered an automatic out.</p></li>
<li><p>Should a team fall below the minimum, the game is terminated and the team loses by forfeit.</p></li>
</ol>
<h2 data-number="12.7" id="player-injuries"><span class="header-section-number">12.7</span> Player Injuries</h2>
<p>Should a player suffer a debilitating injury during the game and cannot continue, and a team has no more eligible players on its bench, a team can use a player that was removed from the game to replace him. This replacement player must be the first player removed from the game, and if this player is unavailable the next player is used (and so on). If no reserve is present, the vacated spot in the lineup is skipped and all batters move up accordingly, with no penalty to the affected team.</p>
<ol type="1">
<li>If a substantial case can be made that a team skipped a spot with the intent to gain a competitive advantage, a protest by the opposing team may retroactively be ruled as a forfeit.</li>
</ol>
<h2 data-number="12.8" id="equipment"><span class="header-section-number">12.8</span> Equipment</h2>
<ol type="1">
<li>Baseballs: Only Major League regulation balls will be allowed for game play. Accepted brands and ball types include, but are not limited to, the Rawlings RO series, Wilson A1000 series, and Diamond D-1 series. The home team must supply two (2) and the visitors one (1) ball at the start of each game. Additional balls shall be supplied alternately by each team beginning with the visiting team. Teams that supply non-approved balls shall forfeit the game.</li>
<li>Bats: All bats must be wood or BBCOR certified. Use of an illegal bat shall be subject to the Major League rules that govern this area.</li>
<li>Bases, home plate, and pitching rubber: All teams are expected to have a set of bases, a home plate, and a pitching rubber. These items shall conform to Major League Baseball specifications. Items conforming to 2022 specifications shall also be considered legal.</li>
</ol>
<p>The home team shall be responsible for accurately setting up the bases, and if necessary, home plate and the pitching rubber. Should the home team fail to have these necessities by the start of the game, they will lose by forfeit. The visiting team can lend the equipment, although they are not required to do so.</p>
<h2 data-number="12.9" id="field-maintenance"><span class="header-section-number">12.9</span> Field Maintenance</h2>
<p>All teams are responsible for the maintenance and cleanup of the field and dugout areas after a game. Both teams must fill in all infield, batter’s box, and pitching mound holes. Additionally, both teams must have adequate equipment on hand for field maintenance. Teams who repeatedly fail to do proper post-game maintenance shall be fined.</p>
<h2 data-number="12.10" id="payment-of-umpires"><span class="header-section-number">12.10</span> Payment of Umpires</h2>
<p>Umpires are to be paid on the field promptly upon request.</p>
<h2 data-number="12.11" id="designated-hitter"><span class="header-section-number">12.11</span> Designated Hitter</h2>
<p>The Association shall follow the Major League designated hitter rule at all times, with the exception that a team may designate a D.H. for any position on the field.</p>
<h2 data-number="12.12" id="designated-runner"><span class="header-section-number">12.12</span> Designated Runner</h2>
<p>The Association shall elect to use a designated runner rule, similar to the designated hitter rule.</p>
<ol type="1">
<li>A runner may be designated to run for a specified player in any game without otherwise affecting the status of the player(s) in the game.</li>
<li>The designated runner must take the place of the specified player whenever that player reaches base or the designated runner.</li>
<li>If the specified player is substituted, this substitute player may inherit the designated runner.</li>
<li>Designated runners are subject to the same substitution rules as the designated hitter as defined in <a href="#designated-hitter">Designated Hitter</a></li>
<li>Teams with no eligible players remaining on the bench (i.e. all players are in the batting lineup) may elect to use the player that made the last out as the designated runner.</li>
</ol>
<h2 data-number="12.13" id="extra-hitter"><span class="header-section-number">12.13</span> Extra Hitter</h2>
<p>Prior to the start of the game a team may choose to play an extra hitter (EH). If the team uses this option, the following conditions apply:</p>
<ol type="1">
<li>An EH shall only bat. They cannot take a position in the field as a tenth fielder.</li>
<li>The EH shall be treated like any other position in the field. He can be substituted for, switch positions, or anything else that a position player can do.</li>
<li>There is no limit to the number of extra hitters a team may elect to use, provided the names and numbers of these players are included in the lineup exchanged before the game.</li>
</ol>
<h2 data-number="12.14" id="courtesy-runner"><span class="header-section-number">12.14</span> Courtesy Runner</h2>
<p>Teams may use courtesy runners for pitchers and catchers at any time. It is not mandatory to do so (speed-up rule), but the umpire(s) are required to keep the game moving expeditiously.</p>
<ol type="1">
<li>Courtesy runners for pitchers and catchers cannot be, or have been, in the game at any time other than as a courtesy runner. Teams with no eligible players remaining on the bench must use the first player taken out of the game or the player that made the last out.</li>
<li>The pitcher or catcher must play at least one (1) defensive out to be eligible for a courtesy runner unless they reach base in the first inning as a member of the visiting team.</li>
</ol>
<h2 data-number="12.15" id="batting-lineup"><span class="header-section-number">12.15</span> Batting Lineup</h2>
<p>The batting lineup shall consist of at minimum 9 slots (or 8 adhering to section <a href="#minimum-number-of-players">Minimum Number of Players</a>). Additional slots may be used without limit (see <a href="#extra-hitter">Extra Hitter</a>). Any player may be substituted in their batting lineup slot by using a pinch-hitter or pinch-runner for that player. The original player may not re-enter the game as a hitter.</p>
<h2 data-number="12.16" id="ab-batting-lineup-slots"><span class="header-section-number">12.16</span> A/B Batting Lineup Slots</h2>
<p>In regular season play, any batting lineup slot may be optionally designated as an “A/B” batting slot, meaning it is shared between two players adhering to the following rules:</p>
<ol type="1">
<li>The batter designated “A” shall bat the first time through the lineup and the batter designated “B” batting the second time through the lineup, continuing in alternating fashion for the remainder of the game.</li>
<li>Rules for the substitutions of either “A” or “B” batter are the same as any other batting lineup slot.</li>
<li>In the event of injury of either player when there are no reserve players available, the uninjured player shall bat in place of the injured player without penalty.</li>
</ol>
<p>In postseason play, the A/B batting slot rule defined above shall not be applicable.</p>
<h2 data-number="12.17" id="defensive-lineup"><span class="header-section-number">12.17</span> Defensive Lineup</h2>
<p>In regular season play, the defensive line-up is independent of the batting lineup and substitutions shall be allowed as follows:</p>
<ol type="1">
<li>Any player may be freely substituted in the defensive line-up at any time, without affecting the players’ in the batting line-up. Players may enter, exit, and re-enter the game in the defensive line-up without limitation.</li>
</ol>
<p>In postseason play, the free defensive substitution rule defined above shall not be applicable and substitutions shall be made in accordance to applicable CMBA and MLB rules.</p>
<h2 data-number="12.18" id="field-status"><span class="header-section-number">12.18</span> Field Status</h2>
<p>The home team shall be responsible for checking the status of the field in the event of rain. The home team must report the status of the field to the President and the assigned umpire no later than 2:00 pm for a weeknight game, and at least 2 hrs. before a weekend game. As a courtesy, the home team should also notify the visiting manager, but the visiting manager may also contact the President for information regarding the status of the field.</p>
<ol type="1">
<li>Any manager who knowingly falsifies information regarding the status of the field to avoid playing the game will be fined and the team will forfeit the game.</li>
</ol>
<h2 data-number="12.19" id="rescheduling"><span class="header-section-number">12.19</span> Rescheduling</h2>
<p>In the discretion of the president, a game may be postponed due to extraordinary circumstances. In the event a game is to be postponed, the president shall alert the managers in an expedient manner. Managers from both teams must contact the President to confirm any changes that they wish to make to the official schedule. Teams may not change times, places, or dates of games without the consent of the President. Any such games played shall be considered unofficial. Any postponed or suspended games must be rescheduled in a timely fashion by the managers of that game for the next possible date. If managers cannot come to an agreement in a timely fashion, the President may reschedule the game.</p>
<h2 data-number="12.20" id="notification-of-results"><span class="header-section-number">12.20</span> Notification of Results</h2>
<p>The winning team shall be responsible for notifying the President of the score of the game no later than 10:00 AM the day after the game was played via text message, email, or telephone call.</p>
<h2 data-number="12.21" id="uncompleted-games"><span class="header-section-number">12.21</span> Uncompleted Games</h2>
<p>All games not completed by the end of the regular season shall count as losses for both teams unless a team deliberately attempts to avoid playing a sanctioned game. The team that was willing to play the game will be judged the forfeit winner if so ruled by the President.</p>
<h2 data-number="12.22" id="substitution-of-an-umpire"><span class="header-section-number">12.22</span> Substitution of an Umpire</h2>
<p>Should a league sanctioned umpire fail to appear at game time, the teams can choose to play the game with an umpire(s) of mutual choosing. The President needs to be informed by both teams prior to the start of the game to make it official.</p>
<h2 data-number="12.23" id="collisions"><span class="header-section-number">12.23</span> Collisions</h2>
<p>NO COLLISIONS ARE ALLOWED, UNLESS THE CONTACT RESULTS FROM A SLIDE. It is the base runners responsibility to slide or avoid contact. Fielders and runners must abide by Official Baseball Rules regarding Interference, Obstruction, and Catcher Collisions.. Unless the umpire rules that the contact was incidental or the result of Obstruction by the fielder, the runner shall be called out, the ball declared dead and the runner automatically ejected from the game. Per <a href="#flagrant-collisions">Flagrant Collisions</a>. if the collision is determined by the umpire to be flagrant the player may be subject to the further penalty as defined in that section.</p>
<h2 data-number="12.24" id="umpire-disputes"><span class="header-section-number">12.24</span> Umpire Disputes</h2>
<p>Discussion of a disputed umpires call shall be limited to the managers, base coaches and the “aggrieved player. No player or other coach (third party) shall be allowed to leave the dugout or his defensive position to join in. The penalty for violating this rule shall be the immediate ejection from the game.</p>
<h1 data-number="13" id="protest-and-forfeits"><span class="header-section-number">13</span> Protest and Forfeits</h1>
<h2 data-number="13.1" id="timeframe-and-reporting"><span class="header-section-number">13.1</span> Timeframe and Reporting</h2>
<p>All protests must be filed with the President within 48 hours of the alleged infraction and on the League supplied form. All requested information must be accurately reported. Any manager who knowingly falsifies information on the protest form will be fined and suspended as determined by the President, and that manager’s team will forfeit the game.</p>
<h2 data-number="13.2" id="ground-for-protest"><span class="header-section-number">13.2</span> Ground for Protest</h2>
<p>Protests may only be made on the grounds of a violation of a rule stated in this Constitution and its By-Laws or in violation of a stated Major League Baseball rule. Protests may not, under any circumstances, be based on the judgment of an umpire’s call. The protesting team’s manager must notify the umpire of the protest at the time the violation occurred. Managers shall notify the league president at the earliest possible time after the game and provide umpire signature as proof of notification.</p>
<h2 data-number="13.3" id="ruling"><span class="header-section-number">13.3</span> Ruling</h2>
<p>Upon the filing of a protest with the President, the President shall call a meeting of the Rules and Competition Committee at the earliest possible date. Judgment regarding the merit of the protest shall be made after deliberation.</p>
<h2 data-number="13.4" id="notification"><span class="header-section-number">13.4</span> Notification</h2>
<p>Teams that win games by forfeit must notify the President that very day.</p>
<h2 data-number="13.5" id="umpire-payment"><span class="header-section-number">13.5</span> Umpire Payment</h2>
<p>Forfeiting teams must pay, at the time of the forfeit, the full cost of the umpire(s), and shall be considered not in good standing as defined in <a href="#classification-standing">Classification; Standing</a>. Teams will be considered not in good standing until payment is made. In the event a team is unable to pay the umpire at the proper time, the team’s forfeit fee will be used to cover initial forfeits. The cost of additional forfeits will be paid by the team.</p>
<h2 data-number="13.6" id="forfeits"><span class="header-section-number">13.6</span> Forfeits</h2>
<p>Should a team forfeit a game shall lose 2 points in the standings. Forfeiting teams must pay, at the time of the forfeit, the full cost of the umpire(s). Until payment is made, a forfeiting team shall be considered not in good standing as defined in Subsection. Should a team forfeit 2 games in a season they will be banned from playing games for the remainder of the season and playoffs and placed on indefinite suspension, not in good standing, as defined in Subsection of the constitution. Games that included or would have included this team shall be subject to the following:</p>
<ol type="1">
<li>All previous games played by the indefinitely suspended team shall count in the official standings.</li>
<li>All subsequent games shall be recorded as a loss for the suspended team and a win for the scheduled opponent.</li>
</ol>
<h2 data-number="13.7" id="technical-forfeit"><span class="header-section-number">13.7</span> Technical forfeit</h2>
<p>A team subject to technical forfeit shall be awarded only one point for a victory. A team may receive 2 technical forfeits per season. After reaching this limit, subsequent technical forfeits shall be converted to forfeits, as defined in <a href="#equipment">Equipment</a>.</p>
<h1 data-number="14" id="standings-and-postseason"><span class="header-section-number">14</span> Standings and Postseason</h1>
<h2 data-number="14.1" id="website"><span class="header-section-number">14.1</span> Website</h2>
<p>The President shall maintain a league website that includes all official scores and league standings. Additional pertinent information will be provided.</p>
<h2 data-number="14.2" id="league-standings"><span class="header-section-number">14.2</span> League Standings</h2>
<p>The Association shall use a point system to determine the standings. A team is awarded:</p>
<ol type="1">
<li>Two (2) points for a win (including a win against a team in technical forfeit)</li>
<li>One (1) point for a win while in technical forfeit (see <a href="#forfeits">Forfeits</a>)</li>
<li>One (1) point for a tie game</li>
<li>Zero (0) points for a loss</li>
<li>Minus two (-2) points for a loss by forfeit (see <a href="#forfeits">Forfeits</a>).</li>
</ol>
<h2 data-number="14.3" id="standings-tie-breakers"><span class="header-section-number">14.3</span> Standings Tie-breakers</h2>
<p>In the event two teams finish the regular season in a tie for a position, the following tie-breaking procedure will take effect:</p>
<ol type="1">
<li>Record in head-to-head competition.</li>
<li>Record within the division (if applicable).</li>
<li>Least runs allowed for the season.</li>
<li>Coin toss, performed by the president with a witness.</li>
</ol>
<h2 data-number="14.4" id="postseason-format"><span class="header-section-number">14.4</span> Postseason Format</h2>
<p>The postseason format shall be determined by annual vote.</p>
<h2 data-number="14.5" id="prizes-and-awards"><span class="header-section-number">14.5</span> Prizes and Awards</h2>
<p>Playoff prizes and awards, if any, shall be determined by the membership of the league.</p>
<h2 data-number="14.6" id="playoff-umpire-selection"><span class="header-section-number">14.6</span> Playoff Umpire Selection</h2>
<p>For the playoffs, each team will be granted the ability to exclude one (1) particular umpire from participating in said teams series. The name of this umpire shall be submitted to the chief umpire as soon as possible prior to the series. This umpire “veto” will be binding UNLESS the chief umpire cannot find any other umpire who can work any game in this series.</p>
<h2 data-number="14.7" id="completion-of-playoff-games"><span class="header-section-number">14.7</span> Completion of Playoff Games</h2>
<p>All playoff games must be played to completion. If a playoff game is suspended for any reason, the game must be finished at a later date declared by the president. This game is declared suspended, and regardless of what inning or circumstance, the game will be continued from the point in the game when it was suspended. The “Slaughter Rule” is applicable for the playoffs (see <a href="#regulation-games">Regulation Games</a>).</p>
<h1 data-number="15" id="sportsmanship-and-prohibited-conduct"><span class="header-section-number">15</span> Sportsmanship and Prohibited Conduct</h1>
<p>All association members are expected to engage in a sportsmanlike and mutually respectful behavior. Any manager or the chief umpire may request that the rules and competition committee review the specific actions of another player, coach, manager or team. The rules and competition committee shall review, and in its discretion, determine the appropriate disciplinary action to be taken, if any. Disciplinary actions include a written warning, fines, temporary suspension, and banishment from the association. The committee should take under consideration repeat offenses. The president shall enforce any discipline determined by the committee.</p>
<h2 data-number="15.1" id="fighting"><span class="header-section-number">15.1</span> Fighting</h2>
<p>Fighting or any physical altercation shall not be tolerated in the CMBA. Players cannot leave the bench or their positions during a fight for any reason; the managers, the on-the-field coaches and umpire(s) shall be responsible for restoring order. Specific penalties for violations are listed below.</p>
<ol type="1">
<li>Any player who instigates or initiates an on-field fight shall be fined and suspended from league play for no less than one season</li>
<li>Any player or coach who participates in a fight shall be suspended for three games and fined $50.00.</li>
</ol>
<h2 data-number="15.2" id="assault-of-an-umpire"><span class="header-section-number">15.2</span> Assault of an Umpire</h2>
<p>Any player or coach who physically assaults an umpire will be permanently banished from the league. He may also be arrested if the umpire chooses to press charges.</p>
<h2 data-number="15.3" id="substances"><span class="header-section-number">15.3</span> Substances</h2>
<ol type="1">
<li>Smoking: Smoking shall be prohibited in the dugout and on the playing field during the game.</li>
<li>Alcohol: Alcoholic beverages are prohibited on or in the close proximity of a team’s bench. Teams in violation of this rule will forfeit the game and be automatically fined and temporarily suspended. Offending players will be fined and suspended for two (2) weeks from the date of the infraction. A second violation of this rule shall result in the automatic expulsion of the team from the Association. Managers are responsible for the enforcement of this rule and are accountable for any violations.</li>
<li>Additionally, all teams and players are subject to any and all additional laws, rules, or regulations regarding substances as stated by locality or the issuer of the field permit</li>
</ol>
<h2 data-number="15.4" id="flagrant-collisions"><span class="header-section-number">15.4</span> Flagrant Collisions</h2>
<p>A flagrant collision is defined as an intentional act to forcibly collide with a fielder. A player who is ejected for a flagrant collision will be suspended for three (3) games and fined $30. A second offense (not necessarily in the same season) will result in the player being suspended for the remainder of that season (including playoffs). A third offense will result in permanent banishment from the league.</p>
</body>
</html>