@charset "UTF-8";
#wrapper {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #54544c;
	border-bottom-color: #54544c;
	border-left-color: #54544c;
}
#navigation {
	height: 28px;
	width: 800px;
}
#leftsection {
	float: left;
	height: 431px;
	width: 603px;
	background-color: #FFFFFF;
}
#rightsection {
	float: left;
	height: 431px;
	width: 197px;
}
#textarea {
	background-image: url(images/brown_gradient.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 415px;
	width: 603px;
}
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 40px;
	padding-right: 20px;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #a56414;
	padding-right: 20px;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #10155e;
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 10px;
}
#miniwrap {
	width: 296px;
	margin-left:auto;
	margin-right:auto;
}
.cscopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
.cssubhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #a56414;
	padding-left: 20px;
}