html, body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 100%;
}

#header {
	width: 100%;
	height: 25%;
	background-color: #807F83;
	text-align:center;
	vertical-align: bottom;
}

#content {
	width: 100%;
	height: 52%; 
	background-color:#FFFFFF; 
	min-height: 200px;
	text-align:center;
	display:block;
}

#footer {
	width: 100%;
	height: 23%;
	background-color: #7490AA;
	vertical-align: bottom;
}

.textFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
}

.dropCap {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #807F83;
}

.copy {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#807F83;
}

.copyList {
	font-style:italic;
	list-style:square;
	margin-top: 10px;
	line-height: 25px;
}

.copyLink {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7490AA;
	text-decoration:none;
}

.copyLink:hover {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7490AA;
	text-decoration:underline;
}

.bioLink {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7490AA;
	width: 15px;
	text-decoration: none;
}
.bioLink:hover {
	text-decoration: none;
}

.nav {
	top: -80px;
	left: 160px;
	position:relative;	
}

.nav a {
	display: block;
	position: relative;
	margin-bottom: 0.5em;
	padding: 0.5em;
	text-decoration: none;
}

#bio a .pop {
	display: block;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #efefef;
	width: 200px;
	height: 200px;
	padding: 10px;
	border: 1px  #cccccc solid;
	position: absolute;
	z-index: 10; /* Saf */
	visibility: hidden;
	text-decoration:none;
	white-space: normal;
}
#bio a:hover .pop {
	visibility: visible;
}
