body {
	background-color: black;
	color: white;
	word-wrap: normal;
	font-size: .9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#main {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

#title_image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 25em;
}

p {
	background-repeat: repeat-y;
	line-height: 1.5em;
	font-size: 1em;
}

#suggestions {
	padding-left: 0px;
	display: block;
}

#suggestions li {
	background-position: 3em;
	background-repeat: repeat-y;
	background-image: url(legalpadredline.gif);
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: .1em;
	padding-left: 4em;
	background-color: #ffff66;
	color: black;
	display: list-item;
	line-height: 1.2em;
	list-style-type: disc;
}

.testimonies {
	margin-bottom: 2em;
	margin-top: 2em;
	border-style: solid;
	border-color: green;
	border-width: 2px;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-top: 2em;
	background-position: 3em;
	background-repeat: repeat-y;
	padding-left: 2em;
	background-color: #ccff66;
	color: #191919;
	display: list-item;
	line-height: 1.2em;
	list-style-type: none;
}

#form {
	border-color: white;
	border-style: solid;
	border-width: 1px;
	padding: 1em;
	background-color: #4c4c4c;
}

.body_text {
	line-height: 1.5em;
	font-size: .9em;
	display: block;
}

.footer {
	margin-top: .5em;
	font-size: 1em;
	font-variant: small-caps;
	display: block;
}

.zipcode {
	font-weight: bold;
}

.name {
	font-weight: bold;
}

.amount {
	font-weight: bold;
}

.count {
	margin-bottom: -1em;
	padding: .5em;
	clear: none;
	float: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 2em;
	left: -1.5em;
	top: -1.5em;
	position: relative;
	display: block;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	background-color: #666666;
	color: white;
	font-weight: bold;
	font-size: 2em;
}

#running_total {
	display: block;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	background-color: #ffff66;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}

.testimonies a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

