/* CSS Document */
body, td, div {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
}
td.border {
	background-color: #728062;
}
td.menu {
	background-image: url(artwork/estate_menu1_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	vertical-align: top;
	width: 130px;
}
	ul.menu {
		margin: 16px 0px 16px 0px;
		padding: 0px;
		list-style-type: none;
	}
	ul.menu li {
		width: 130px;
	}
	ul.menu a, ul.menu a:link {
		display: block;
		width: 110px;
		font-size: 90%;
		padding: 6px 10px 6px 10px;
		color: #004400;
		text-decoration: none;
	}
	ul.menu a:hover {
		background-color: #004400;
		color: #CCFFCC;
	}
	td.menu div.address {
		color: #004400;
		text-align: center;
		margin-bottom: 32px;
		font-size: 80%;
	}
td.content {
	text-align: left;
	vertical-align: top;
	color: #333333;
}
	td.content a, td.content a:link {
		color: #004400;
		text-decoration: none;
		border-bottom: 1px dashed #004400;
	}
	td.content a.noline, td.content a.noline:link {
		color: #004400;
		text-decoration: none;
		border: 0px none #000000;
	}
	td.content a:hover {
		text-decoration: underline;
	}
	td.content td.content {
		font-size: 90%;
		padding: 10px;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #004400;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	strong {
		color: #004400;
	}
	p {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	h1 {
		font-size: 140%;
	}
	h2 {
		font-size: 120%;
	}
	h3 {
		font-size: 105%;
	}
	h4 {
		font-size: 90%;
	}
	h5 {
		font-size: 90%;
	}
	h6 {
		font-size: 90%;
	}
	hr {
		border: 1px solid #728062;
	}
.nomargin {
	margin: 0px;
}
.notopmargin {
	margin-top: 0px;
}
.nobottommargin {
	margin-bottom: 0px;
}
td.footer {
	font-size: 70%;
	color: #004400;
	text-align: center;
	padding: 20px;
}
	td.footer a, td.footer a:link {
		color: #004400;
		text-decoration: none;
	}
	td.footer a:hover {
		text-decoration: underline;
	}
div.captionedleft, div.captionedright {
	text-align: center;
	background-color: #728062;
	color: #ffffff;
	font-size: 80%;
	padding: 4px;
}
div.captionedleft {
	float: left;
	margin-right: 5px;
}
div.captionedright {
	float: right;
	margin-left: 5px;
}
