.text a:link	{ color:#AE8B59; text-decoration:underline; }
.text a:visited	{ color:#AE8B59; text-decoration:underline; }
.text a:active	{ color:#AE8B59; text-decoration:underline; }
.text a:hover	{ color:#6D532F; text-decoration:underline; }

.linkurl a:link		{ color:#AE8B59; text-decoration:none; }
.linkurl a:visited	{ color:#AE8B59; text-decoration:none; }
.linkurl a:active	{ color:#AE8B59; text-decoration:none; }
.linkurl a:hover	{ color:#6D532F; text-decoration:underline; }

body {
	background-image: url(images/page_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #9D7D4D;
}
.contentbg {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}
.imageBorder {
	border: 3px solid #EFEAE3;
}
.imageCellBorder {
	border: 1px solid #DBC7AE;
}
.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #AE8B59;
}
.bio_image_border {
	margin: 4px;
	padding: 4px;
	border: 2px solid #AE8B59;
}

.cattitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AE8B59;
	padding: 4px;
	text-decoration: none;
}

.menu {
	border-top: 1px solid #d4c4ab;
	margin-top: 31px;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li a {
	display: block;
	width: 128px;
	height: 40px;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b19160;
	border-bottom: 1px solid #d4c4ab;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
.menu ul li a:hover {
	background-color: #eae3d8;
}