@charset "UTF-8";

#bottomContent {
	
	position: absolute;
	top: 740px;
	z-index:0;
}

#history {
	position: relative;
	bottom: 0px;
	background: url(../images/historyTab.png);
	width: 100px;
	height: 40px;
	padding: 0px;
	clear: left;
	float: left;
	margin-bottom: 0px;
	margin-right:5px;
}

#scholarship {
	position: relative;	
	background: url(../images/scholarshipTab.png);
	width: 100px;
	height: 40px;
	padding: 0px;
	float: left;
	margin-bottom: 0px;
	margin-right:5px;
}

#involvement {
	position: relative;
	background: url(../images/involvementTab.png);
	width: 100px;
	height: 40px;
	padding: 0px;
	float: left;
	margin-bottom: 0px;
	margin-right:5px;
}

#topdesign {
	bottom: 0px;
	background: url(../images/bottomBox.png);
	width: 597px;
	float: left;
	height: 40px;
	padding: 0px;
	margin-bottom: 0px;
}


#paragraph {
	padding: 15px;
	background-color: black;
	color: white;
	clear: left;
	margin-top: 0px;
	margin-right: 10px;
	min-height: 180px;
	text-justify: left;
}


#nextPage {
	position: relative;
	background: url(../images/nextTab.png);
	width: 60px;
	height: 30px;
	float: right;
	left: 30px;
	margin-top: 10px;
}

#nextPage:hover {
	background: url(../images/activeNextTab.png);
}

#prevPage {
	position: relative;
	background: url(../images/prevTab.png);
	width: 60px;
	height: 30px;
	float:right;
	right: 180px;
	margin-top: 10px;
}

#prevPage:hover {
	background: url(../images/activePrevTab.png);
}

#bNumPage { 
	position: relative;
	left: 50px;
	color: white;
	float: right;
	padding: 10px;
}

#bContentHead {
	position: relative;
	float: left;
	color: white;
	padding: 10px;
	font-size: 20px;
}
