/*
	BiographyContentBox.css file. 072810hd
*/
/********************************************************************************************************************/
.NWContentBox {
	position:	relative;	/* if we change this to absolute, text flows BEHIND IT. no good. problem is, this seems overridden by the NEQuadrant inherited height and width settings upon refresh.*/
	top: 0;
	left: 0;
	width: 50%;
	/*height: 69%;						 do not specify a default here, customized for each instance.*/
	margin: 1%;
	border: 1%;
	border-color: blue;
	border-style: solid;
	padding: 1%;
	text-align: center;
	overflow: hidden;
	float: left;
}
.NEContentBox {
	position: relative;
	top: 0;
	right: 0%;
	width: 50%;
	height: 70%;
	margin: 1%;
	border: 1%;
	border-color: blue;
	border-style: solid;
	text-align: center;
	overflow: hidden;
	float: right;
}
.SWContentBox {
	position: relative;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 70%;
	margin: 1%;
	border: 1%;
	border-color: blue;
	border-style: solid;
	text-align: center;
	overflow: hidden;
	float: left;
}
.SEContentBox {
	position: relative;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 70%;
	margin: 1%;
	border: 1%;
	border-color: blue;
	border-style: solid;
	text-align: center;
	overflow: hidden;
	float: right;
}
/********************************************************************************************************************/

.PictureBox {
	
	}
.LinkBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6%;
	/*margin-left: 2%;*/
	border: 0;
	border-color: blue;
	border-style: solid;
	font-size: 75%;
	text-align: center;
	overflow: hidden;
	float: left;
}







