body {
	margin: 0px;
	margin: 0px;
	background-color: #CC8D3E;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
}
.style1,.post {
	font-family: Trebuchet MS;
	color: #997046;
	font-size: 12pt;
	width: 551px; 
	padding-bottom: 5px;
	text-align: left;
}
.style2 {
	font-family: Trebuchet MS;
	color: #997046;
	font-size: 10pt;
	padding-bottom: 5px;
	text-align: left;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #7D5711;
	font-size: 10pt;
	width: 750; 
	height: 120;
	padding: 10px;
	text-align: center;
}
.navigation a:link.small {color:#FAEDB6; font-weight:normal; font-size:9pt}
.navigation a:hover.small {color:#FAEDB6; font-weight:normal; font-size:9pt; text-decoration: none} 
.navigation a:visited.small {color:#FAEDB6; font-weight:normal; font-size:9pt}
.navigation a:link{color:#FAEDB6; font-weight:bold }
.navigation a:hover{color:#FAEDB6; font-weight:bold; text-decoration: none}
.navigation a:visited{color:#FAEDB6; font-weight:bold }
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #E8C982;
	font-size: 10pt;
	padding: 10px;
	width:725px;
	text-align:center;
	
}
.copyright a:link{color:#FAEDB6; font-weight:bold }
.copyright a:hover{color:#FAEDB6; font-weight:bold; text-decoration: none}
.copyright a:visited{color:#FAEDB6; font-weight:bold }
a {
	color: #CC8D3E;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CC8D3E;
	font-weight: bold;
}

// for the calendar popup on the contact form:

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */