p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	text-decoration: none;
	color: #CC3333;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #990033;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.nav {
	font-size: 11px;
}
td#nav p {
	font-weight: bold;
	font-size: 12px;
}
table#content {
	width: 70%;
	border: 1px solid #666;
	margin-top: 15px;
}
table#content td {
	padding: 15px;
}
table#content h3 {
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
}
table#content table {
	margin: 0;
	padding: 0;
}
table#content table td {
	padding: 4px;
}
table.postleft {
	margin: 25px;
	clear: both;
}
table.postright {
	margin: 35px 25px;
}
table.postleft td,
table.postright td {	
	padding: 10px;
}	
div#donations {
	margin-left: 30px;
}
div#donations h4 {
	border-top: 1px solid #ccc;
	margin-top: 25px;
	font-style: italic;
}
.styledonate {
	font-size: 13px;
	font-weight: bold;
	color: #CC3333;
}