
// a:link {
	color: #CCCC00;
	text-decoration: none;
	}
// a:visited {
	text-decoration: none;
	color: #A98B16;
	}
// a:active {
	text-decoration: none;
	color: #CCCC00;
	}

.header-container {
	position: relative;
	left: 0px; 
	top:3px; 
	margin-right:auto;
	margin-left:auto;
	width: 1000px;
	height: 120px;
	}

.homelink {
	position: absolute; 
	left: 490px; 
	top:83px; 
	width: 70px; 
	height: 40px;
	}

.divprojectorl {
	position: absolute; 
	left: 3px; 
	top:30px; 
	width: 75px; 
	height: 81px;
		}

.divprojectorr {
	position: absolute; 
	left: 940px; 
	top:30px; 
	width: 75px; 
	height: 81px;
		}

.divspacer {
	position: absolute; 
	left: 78px; 
	top:69px; 
	width: 100px; 
	height:20px;
		}

.divnameBioUPlogo {
	position: absolute; 
	left: 420px; 
	top:6px; 
	width: 200px; 
	height:68px;
		}

.bio-container {
	padding: 3px 3px 3px 3px;
	background-color: #292723;
	border: 3px solid #54514a;
	position: relative;
	left: 6px; 
	top:10px; 
	margin-right:auto;
	margin-left:auto;
	width: 1000px;
	height: 2020px;
	}

.bioPic {
	padding: 3px 3px 3px 3px;
	background-color: #292723;
	border: 3px solid #54514a;
	position: absolute; 
	left: 10px; 
	top:13px; 
	width: 433px; 
	height: 522px;
	}

.bioText1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #999999;
	position: absolute; 
	left: 470px; 
	top:26px; 
	width: 470px; 
	height: 234px;
	}

.bioText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #999999;
	position: absolute; 
	left: 10px; 
	top: 560px; 
	width: 960px; 
	height: 210px;
	}

.section{
	border-top: 0px solid #020202;
	overflow: auto;
	width: 100%;
	}

.section2{
	border-top: 5px solid #292723;
	width: 100%;
	}

.thumbnailBio{
	padding: 0px 0px 0px 0px;
	background-color: #272b4e;
	border: 3px solid #454c86;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

