@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
}
.menu {
	/*background: #FBEEE6;*/
	background:#D9CFCA
}
.pageHeaderText {
	border: thin solid #65544E;
	background:#E1DBD7;
	color: #65544E;
	font-weight: bold;
	font-size: 16pt;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pageContent {
	margin-top: 20px;
	padding-bottom: 30px;
}
.contactDivLeft {
	float:left;
	width:100px;
	padding:5px;
}
.contactDivRight {
	float:left;
	width:150px;
	padding:5px;
}

.footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 8pt;
	color:#000;
}

a:link {
	color: #C97745;
	text-decoration: none;
}
a:hover {
	color: #DAB189;
	text-decoration: underline;
}
a:visited {
	color: #804000;
	text-decoration: none;
}
a:visited:hover {
	color: #DAB189;
	text-decoration: underline;
}


