#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 230px;
	width: 1000px;
}
#footer {
	height: 218px;
	width: 1000px;
	float: left;
}
#left {
	float: left;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #75469B;
}
.sub-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8855B3;
	font-weight: bolder;
}
#right {
	float: left;
	width: 250px;
}
#header-content {
	float: left;
	width: 1000px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75469B;
}
#footer-purple {
	height: 100px;
	width: 100%;
	background-color: #75469B;
	float: left;
}
.center {
	text-align: center;
}

.news-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #75469B;
	padding-top: 20px;
}
.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding: 10px;
	text-align: justify;
}
#content {
	float: left;
	width: 1000px;
}
#sheet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.news-headejoin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #75469B;
	padding-top: 10px;
	padding-bottom: 10px;
}

