body {
	background-color: #F9F6F2;
}

.headBg {
	background-color: #8F8478;
}

td,p {
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

a:link {
	color: #634320;
	text-decoration:none;
}

a:visited {
	color: #634320;
	text-decoration:none;
}

a:active {
	color: #634320;
	text-decoration:underline;
}

a:hover {
	color: #634320;
	text-decoration:underline;
}

.greyBg {
	background-color: #E8DDD2;
}

.footer {
	color: #8F8478;
	font-size: 9px;
	line-height:11px;
}

a.footer:link {
	color: #8F8478;
	text-decoration:none;
}

a.footer:visited {
	color: #8F8478;
	text-decoration:none;
}

a.footer:active {
	color: #8F8478;
	text-decoration:underline;
}

a.footer:hover {
	color: #8F8478;
	text-decoration:underline;
}

.error {
	color: #ff0000;
	font-weight: bold;

}

.textField {
	border: 1px solid #8F8478;
	font-family:arial,sans-serif; 
	font-size:12px; 
	background-color: #F9F6F2;
}

.title {
	color: #634320;
	font-weight: bold;
}

table#blogBg {
	background-color: #E8DDD2;
	margin-left:20px;
}

div#blogMenu ul {
	font-size: 11px;
	line-height: 13px;
	list-style:none;
	margin:0 6px 0 6px;
	padding:0;
}

div#blogMenu li {
	margin-bottom: 6px;
}

div#bioPhoto {
	float:right;
	margin-left:20px;
	font-size:10px;
	color: #634320;
	
}
