/* this set works with Contact Page */body {  	background-color: #9E947A; /* tan */ 	color: #2E2426; /* dark mauve */ 	font-family: Georgia, "Times New Roman", Times, serif;	text-align: center;	margin: 4px 0px;}p {	font-size: 12px;	line-height: 140%;	text-align: left;}h1 {	position: relative;	top: 128px; 	word-spacing: 0.1em;	letter-spaceing: 0.1em; 	font-size: 1.5em;	font-style: italic;	font-weight: normal;	color: #654D54;}.back {   /* return to table of contents link */	font-size: 0.9em;	font-style: italic;	margin-top: -8px;}#container {	margin: auto;	width: 640px;}.contents1 {   /* text with contact info */	/*word-spacing: 0.5em;*/	letter-spaceing: 0.1em;	margin: -22px -10px -22px 0px;	width: 640px;	padding: 10px;}.center {	text-align: center;}.contents2 {   /* title header */	margin: 1px;	width: 640px;}.contents3 {   /* holder for form */	position: relative;	top: 6px;	margin: 4px 0 10px -10px;	width: 640px;	padding: 10px 10px;	background: #998F74;}.contents4 {   /* prints area */	background-color: #998F74;	margin-left: -10px;	margin-top: 16px;	width: 640px;	height: 220px;	padding: 2px;}.contents4b {   /* prints text */	margin-top: 12px;	margin-left: 10px;}img.print {	margin-top: -8px;	float: left;}.thanks {	background-image: url(../graphics/bg_bird.jpg);	margin-left: -10px;	margin-top: 16px;	width: 640px;	height: 220px;	padding: 2px;}

#sidetab {
	position: absolute;
	top: 24%;
}

a img {	border: none;}/* below here are the form css settings */fieldset.formFieldSet {	padding: 10px;	width: 610px;	border: solid 2px #88746C;}legend.formLegend {	font-size: 12px;	font-style: italic;	color: #614A50;	background-color: #998F74;	padding: 5px;}label {	font-size: 11px;	vertical-align: middle}textarea.formTextArea {	font-family: "Courier New", Courier, Monaco, monospace;	background-color: #D6CDC4;	padding: 5px;	width: 500px;	height: 100px;}input.formField {	font-size: 12px;	letter-spacing: 0.1em;	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;	background-color: #D6CDC4;	padding: 2px;	margin-left: -300px;}input.formButton {	color: #D6CDC4;	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;	background-color: #88746C;	margin: 5px;	border: solid 1px #D6CDC4;	}input.formButton:hover {	color: #2E2426;	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;	background-color: #7AB85B;	margin: 5px;	border: solid 1px #88746C;	}button.formButton {	color: #fff;	font-size: 14px;	font-family: Verdana, Arial, Helvetica, sans-serif;	background-color: #f00;	margin: 5px;	border: solid 2px #333	}a:link {   	color: #6F565B; /* mauve */	text-decoration: none;}a:visited {  	color: #6F565B; /* dark mauve */	text-decoration: none;}a:hover {  	color: #F4A284; /* pink */	text-decoration: underline;}a:active {  	color: #F1EA97; /* light yellow */	text-decoration: underline;}