body {
	font-family: "Lucida Sans", "Tahoma", "Gill Sans", helvetica, arial, sans-serif;
	padding: 0;
	margin: 0;
}

p {
	margin: 15px 0 15px 0;
	font-size: 13px;
	letter-spacing: 1px;
}

a {
	color: #89bd3c;
}

p a:hover {
	background-color: #fbf8db;
}

h1 {
	font-size: 45px;
	font-weight: 100;
	font-family: Garamond, Georgia, Times, serif;
	margin: 3px;
	text-shadow: 1px 2px 1px #CCC;
}

h1.with-arrow {
	padding-left: 30px;
	background: url("../images/h1arrow.gif") no-repeat left;
}

h2 {
	color: #73983E;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 18px;
	margin: 10px 3px 10px 3px;
}

h3 {
	color: #FFF;
	font-family: Garamond, Georgia, Times, serif;
	font-weight: 100;
	font-size: 21px;
	margin: 0;
}

#whitespace h3 {
	color: #000;
}

h3 .copyright {
	font-size: 14px;
	color: #555;
}

ul {
	margin-left: 25px;
}

ul li {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 3px 0 3px 0;
}

.limebox {
	width: 214px;
	background-color: #EEF9DC;
	padding: 10px;
	margin: 15px 0px 15px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.limebox h3 {
	font-size: 23px;
	color: #000;
	text-transform: lowercase;
}

.copyright {
	text-align: center;
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
}

/* Contact Page */

.paddedbox {
	padding: 20px;
}

.contactform {
	cellspacing: 2px;
}

.contactform td {
	font-family: "Lucida Sans", "Tahoma", "Gill Sans", helvetica, arial, sans-serif;
	font-size: 12px;
	padding: 10px 2px 10px 2px;
	border-bottom: 1px solid #EFEFEF;
}

.contactform td .input, .contactform td textarea {
	font-size: 16px;
	color: #000;
	width: 280px;
}

.contactform td textarea {
	background: url("../images/faded-logo.gif") center no-repeat;
	background-color: #FFFFFF;
	width: 282px;
	height: 100px;
}

.contactform td.submit {
	text-align: right;
}