-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-ccd.html
163 lines (123 loc) · 4.95 KB
/
about-ccd.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!-- $Id: page.tpl.php 11 2008-02-21 13:24:51Z bill $ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>About CCD | Sol Erdman</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" rel="stylesheet" media="all" href="../sites/solerdman.org/files/css/css_cf56244e0e6cc78de679af30f2f035bb.css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/fetch/0.10.1/fetch.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/5.0.3/markdown-it.min.js"></script>
<script type="text/javascript" src="../misc/githubContent.js"></script>
<style type="text/css" media="print">@import "../sites/solerdman.org/themes/tapestry/print.css";</style>
<style type="text/css">
#banner, #container, #headercontainer, #header-region-container, #footer-region-container, #suckerfish-container {
width: 850px;
}
#page-right, #round-right {
width: 874px;
}
#sidebar-left {
width: 0px;
}
#sidebar-right {
width: 0px;
}
#sidebar-outside {
width: 0px;
}
#inside-content {
width: 850px;
}
#mainContent {
width: 830px;
padding-left: 10px;
padding-right: 10px;
}
#round-container {
width: 812px;
}
#sidebar-right {
float: left;
}
#sidebar-outside {
float: right;
clear: right;
}
#inside-content {
float: left;
}
</style>
<style type="text/css">
body {
font-family : Arial, Verdana, sans-serif;
}
</style>
<!--[if lte IE 6]>
<style type="text/css" media="all">@import "/sites/solerdman.org/themes/tapestry/css/ie6.css";</style>
<![endif]-->
<!--[if lte IE 6]>
<script type="text/javascript">
$(document).ready(function(){
$(document).pngFix();
});
</script>
<![endif]-->
</head>
<body>
<div id="leaderboard">
</div>
<div id="header">
<div id="headercontainer" class="clear-block">
<h1 class='site-name'><a href="../index.html" title="Home">Sol Erdman</a></h1>
</div>
</div>
<div id="header-bottom" class="clear-block"></div>
<div id="outer-container">
<div id="page-right">
<div id="page-left">
<div id="container">
<div id="primary"> <ul class="menu"><ul class="menu"><li class="leaf first item-home"><a href="../index.html" title="">Home</a></li>
<li class="leaf item-biography"><a href="biography.html" title="">Biography</a></li>
<li class="leaf item-about_the_cure"><a href="about-cure.html" title="The Cure">About The Cure</a></li>
<li class="leaf active-trail item-about_ccd"><a href="about-ccd.html" title="About CCD" class="active">About CCD</a></li>
<li class="leaf item-articles_&_interviews"><a href="articles-interviews.html" title="Articles & Interviews">Articles & Interviews</a></li>
<li class="leaf last item-contact"><a href="../contact.html" title="">Contact</a></li>
</ul></ul> </div>
<div class="clear-block"></div>
<div id="inside-content">
<div class="clear-block">
<div id="mainContent">
<h1 class="title">About CCD</h1>
<div class="tabs"></div>
<div id="node-4" class="node clear-block">
<div class="meta"></div>
<div id="content">
<p class="rteleft">The Center for Collaborative Democracy is a non-profit, nonpartisan tax exempt 501 (c) 3 organization. CCD grew out of the MIT-Harvard Public Disputes Program, which for two decades has refereed political conflicts from local housing battles to worldwide environmental clashes.</p>
<p class="rteleft">CCD’s mission is to develop innovative methods that will enable legislatures — from town councils to the U.S. Congress — to resolve their differences as constructively as possible, and thereby reach fair, sensible agreements on critical issues.</p>
<p class="rteleft">CCD’s operational goals include:</p>
<ul>
<li class="rteleft">Informing citizens and civic leaders across the country about how to produce more effective government in their hometowns;</li>
<li class="rteleft">Helping those citizens and leaders implement reforms that will produce more collaborative local government;</li>
<li class="rteleft">Monitoring the results and disseminating word about them.</li>
</ul>
<p class="rteleft">For more information about CCD, <a href="http://www.genuinerepresentation.org/" target="_blank">click here</a>.</p> </div>
</div>
<!-- end #mainContent --></div>
</div>
</div> <!-- /inside-content -->
<div class="clear-block" style="clear: both;"></div>
<div class="page-bottom clear-block"></div>
<div id="trailerboard">
<div id="footer"></div>
</div>
<!-- end #container --></div>
</div></div>
<div id="round-right">
<div id="round-left">
<div id="round-container"></div>
</div>
</div>
</div>
</body>
</html>