#header {
	width: 100%;
	height: 10%;
	background-color: #807F83;
	text-align:center;
	vertical-align: bottom;
}

#content {
	width: 100%;
	height: 70%; 
	background-color:#FFFFFF; 
	min-height: 320px;
	text-align:center;
	display:block;
}

#footer {
	width: 100%;
	height: 10%;
	background-color: #7490AA;
	vertical-align: bottom;
}

.textFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 22px;
}

.dropCap {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}

.copy {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.copyList {
	font-style:italic;
	list-style:square;
	margin-top: 10px;
	line-height: 25px;
}

.copyLink {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.copyLink:hover {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bioLink {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 15px;
}
.bioLink:hover {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7490AA;
}

