@charset "utf-8";




div.personal {
	position:absolute;
	width: 888px;
	top: 60px;
	left: 125px;
	color: #666666;
	border: 0 solid magenta;
}
div.school {
	position:absolute;
	width: 170px;
	top: 60px;
	left: 425px;
	color: #666666;
	border: 0 solid magenta;
}
div.organizations {
	position:absolute;
	width: 160px;
	top: 60px;
	left: 740px;
	color: #666666;
	border: 0 solid magenta;
}

.whitetext {
	font-color: #FFFFFF;
	font-weight:bold;
}
div.PersonalBody {
	position: relative;
	width: 600px;
	top: -34px;
	left: 30px;
	color: #666666;
	font-size: 12px;
	border: 0 solid magenta;
}
div.RightNav {
	position:relative;
	width: 160px;
	top: 90px;
	left: 740px;
	color: #666666;
	border: 0 solid magenta;
}
div.footerpers {
    position: relative;
	top:  1290px;
	left:  0px;
	width: 936px;
	height: 1600PX;
	margin-top: 0px;
	/* clear: left; */
	text-align: center;
	border: 0px solid magenta;
}
div.footersch {
    position: relative;
	top:  1460px;
	left:  0px;
	width: 936px;
	height: 1600PX;
	margin-top: 0px;
	/* clear: left; */
	text-align: center;
	border: 0px solid magenta;
}
div.footerorg {
    position: relative;
	top:  1440px;
	left:  0px;
	width: 936px;
	height: 1600px;
	margin-top: 0px;
    /* clear: left; */
	text-align: center;
	border: 0px solid magenta;
}


