/* ===============================================
Basic Style Sheet (version 4.* browsers and older)
site: CumberlandForest.com
Cumberland Community Forest Society
All associated graphics copyright 2004 - 2007,  Karen E. Jones, Imagination in Motion, and the Cumberland Community Forest Society.
================================================= */

/* Import Stylesheets for modern browsers only.
================================================= */
@import url(mainstyles.css);

/* FACE (Faruk's animation mechanism) ======================= */
@import url([[template_dir]]farukfaces.css);

/* =RESET browser-based styling
================================================= */
html, body, form, fieldset {
	margin:0;
	padding:0;
	font:1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	}

/* Reset browser-based styling for elements with vertical margins: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	}

/* Left margin for elements that need it: */
li, dd, blockquote {
	margin-left: 12px;
	}

/* Miscellaneous: */
form label {
	cursor: pointer;
	}
fieldset {
	border: none;
	}
input, select, textarea {
	fo