@charset "utf-8";

/* Begin Main Content */
#main {
	height: auto;
	width: 900px;
}
#main p {
	font-size: 105%;
	line-height: 150%;
}
#leftcol {
	float: left;
	height: auto;
	width: 270px;
	margin-top: 40px;
}

#leftcol img {
	text-align: center;

}
#rightcol {
	float: right;
	height: auto;
	width: 615px;
	margin-top: 40px;
	margin-left: 15px;
}
#rightcol img {
	float: left;
	margin-right: 15px;
}
.mainheading {
	padding-left: 150px;
	padding-bottom: 10px;
	color: #3D2203;
}

#rightcol .bodycopy {
	margin-top: 20px;
	margin-right: 25px;
	text-align: justify;
}

.subhead {
	padding-left: 155px;
	font-size: 115%;
	line-height: 150%;
	color: #46605F;
}

.from {
	float: right;
	margin-top: 15px;
	font-weight: bolder;
	color: #3D2203;
	margin-bottom: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 615px;
	text-align: right;
}
.rcolspacer {
	height: 60px;
}
