/* CSS Document */
p {
	font: 13px/1 Georgia, "Times New Roman", serif;
	color: #857866;
	padding: 5px 10px 5px 20px;
	margin:0;
	text-align: left;
	line-height: 18px;
}

h1 {
	color:#857866;
	padding: 10px 10px 0px 20px;
	margin:0;
	text-align: left;
	font-size:18px;
	line-height:22px;
	font-weight: normal;
}

h2 {
	color:#857866;
	padding: 10px 10px 10px 20px;
	margin:0;
	text-align: left;
	font-size:18px;
	line-height:22px;
	font-weight: normal;
}

h3 {
	font: 13px/1 Georgia, "Times New Roman", serif;
	color: #857866;
	font-weight:bold;
	padding: 14px 10px 0px 20px;
	margin:0;
	text-align: left;
	line-height: 18px;
}

ul {
	margin: 10px 10px 0px 50px;
	padding-left:10px;

}

li {
	font: 13px/1 Georgia, "Times New Roman", serif;
	color: #857866;
	padding: 0px 10px 10px 20px;
	margin:0;
	text-align: left;
	line-height: 18px;
}

a:link {
	font-weight : normal; 
	text-decoration : none;
	color: #994612;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #994612;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #994612;
	background: transparent; 
	}
	
.leftlink {
	border-top:1px #B0A191 solid;
	padding-left: 15px;
}

.introphoto {
	margin: 12px 10px 0px 20px;
	float:left;
}
	
.signoff {
	font-size: 10px;
	line-height: 20px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}