/* CSS Document standalone.css - for links, speaking, attorneys and contact pages*/
#standalone {
	margin: 0 20px;
	padding: 20px 25px;
	font-family: "Times New Roman", Times, serif;
	color: black;
	border: 1px solid #CCCCCC;
}
#standalone h1 {
	color: #E3E0D4;
	background: #660000;
	padding-left: 2em;
	margin-top: 0px;
	margin-bottom: 1.5em;
	font: x-large Arial, Helvetica, sans-serif;
}
#standalone h2 {
	text-align: center;
	font: bold medium Arial, Helvetica, sans-serif;
	background: #D1CCBC;
	color: #004371;
}
#standalone h3 {
	text-align: left;
	font: bold large "Times New Roman", Times, serif;
	background: #DDD9CC;
	color: #004371;
}
#standalone p {
	font-size: medium;
}
#standalone img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#standalone ul {
	list-style: none;
	margin: 1.2em;
	padding: 0.8em;
}
#standalone li {
	margin-bottom: 1.2em;
}
