.content {
	position: absolute;
	width: 105%;
	background-color: #FFFFFF;
	top: 90px;
	padding-top:20px;
	left: 0px;
	height: 1600px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-right: 0px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 80px;
	width: 105%;
}
#purple {
	background-color: #6343EB;
	position: absolute;
	height: 80px;
	width: 100%;
	left: 48%;
	top: 0px;
	float: right;
	z-index: 1;
}
#subhead {
	position: absolute;
	width: 140px;
	top: 28px;
	left: 60%;
	z-index: 2;
}
#name {
	position: absolute;
	top: 26px;
	margin-left:-223px;
	left: 51%;
	text-align: left;
	z-index: 3;
}
#sectionName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	top: 14px;
	margin-left: 70%;
	position: absolute;
	z-index: 4;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #6343EB;
}
#art {
	position: absolute;
	margin-left: 10%;
	margin-top: 30px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 200%;
	width: 200px;
	position: absolute;
	top: 30px;
	bottom: 90px;
	right: 10%;
	margin-left: 20px;
	background-color: #FFFFFF;
	padding: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6343EB;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #898A68;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FA571C;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FA571C;
	text-decoration: underline;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 10px;
	left: 130px;
	text-align: justify;
	position: relative;
	width: 450px;
}
.mainTable {
	width: 700px;
}
