@charset "utf-8";
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, p, pre, table, dd, dt, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
body, select, input, textarea {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #456420;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.5em;
}
h1 {
	font-size: 2em;
	color: #333333;
}
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 0.9em; }

ul {
	margin: 1em;
	padding: 1em;
}
blockquote {
	margin-left: 1.5em;
}

a, a:link, a:visited, a:active {
	color: #73A534;
	text-decoration: none;
}
a:hover {
	color: #000;
}

small {
	font-size: .9em/1;
}


#wrapper {
	font-size: 0.8em;
	width: 700px;
	padding: 15px;
	margin: auto;
}

/* Header
--------------------*/
#header {
	padding: 10px;
	text-align: center;
}
#header img {
	margin-bottom: 6px;
}

/* Content
--------------------*/
#content {
	padding: 10px;
	clear: left;
	text-align: left;
	background-color: #E9F0E6;
}
#content p {
	margin-bottom: .5em;
}
#content a, #content a:visited {
	color: #580;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
	color: #000;
}

/* Registration/PayPal forms
--------------------*/
#registration {
	border: 1px solid #580;
	margin: 1em 0 0;
	padding: 1em; 
}
#googleform {
	background-color: #fff;
	margin: 0 0 1em;
	border-bottom: 1px solid #580;
	padding: 1em 0 1em 1em;
}
#paypal {
	text-align: center;
}
.refunds {
	border-top: 1px solid #666;
	color: #666;
}
