/*
	Style Sheet for Titcomb Associates website
	Created July 10, 2003
	Matt Johnson <mattj@maine.rr.com>	
*/

body {
	color: #000033;
	background: #FFFFFF;	
	font-size: 10px;
	font-family: verdana, arial, serif;
}

hr {
	color: #93946F;
}


A:link {
	text-decoration: none;
	color: #000033;
}

A:visited {
	text-decoration: none;
	color: #000033;
}

A:hover {
	text-decoration: underline;
	color: #777562;
}


.Compass {
	padding: 0px;
	background: #FBECD2;

}

.Links {
	color: #000033;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	background: #FBECD2;

}

.CurrentLink {
	color: #777562;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	margin-top: 0%;
}

.Content {
	color: #000033;
	margin-top: 18;
	margin-left: 80;
	padding: 0px;
	font-size: 10px;

}
	
.Picture {
	border-width: none;
	padding: 0px;
	margin-top: 0%;
	
}

.Text {
	color: #000033;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	margin-left: 90;
	margin-top: 5%;
	margin-bottom: 0%;
}

.Footer {
	color: #000033;
	padding 0px;
	margin-left: 90;
	text-align: left;
	font-size: 10px;
	
}