body {
	font-family: sans-serif, serif, times, courier;
		/*font-family: times,  serif, sans-serif, courier;*/
	font-size: 1em;
	background-image: url("../images/paw_prints_tiled.gif");
	background-repeat: repeat
}
body #mainbody {
	border: 1px dotted #5E3218;
	border-top: none;
	min-width: 60em;
	width: 80ex;
	background-color: white;
	padding: 15px 0px;
	margin: -15px 0px 10px 0px;
}
a {
	text-decoration: none;
}
.page-nav a {
	color: brown;
}
img {
	border-style: none;
}
h2 {
	margin: -.2em 0em -.2em .1em;
}
ol {
	margin-left: 1.5em;
	margin-right: 2em;
	margin-top: .2em;
}

/***** Page Styles */

table td {
	white-space: nowrap;
}
table td.wrap {
	white-space: normal;
}
.italics {
	font-style: italic;
}
.formtitle {
	color: brown;
	font-weight: bold;
	border: 1px orange solid;
	padding: .1em 0em .1em .5em;
	margin-left: -.2em;
	margin-bottom: .2em;
}
.contactbox {
	background: #BDF0FE;
	padding: 4px 0px;
	margin-bottom: 6px;
}

#ft {
	/*border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;*/
	padding: 4px;
	margin-top: 8px;
}