@charset "utf-8";
/* CSS Document */
#article {}
#article strong {
	font-size: 15pt;
	font-weight: bold;
}
#article hr {
	color: black;
	padding-top: 0px;
	height: 5px;
	margin-top: 0px;
}

.title {
	font-size: 24pt;
	font-weight: bold;
}
.author {
	font-size: 18pt;
}
.college {
	font-size: 16pt;
}
#table_of_contents h2{
	border-bottom:1px solid #ccc ;
	color: black;
}
.author2{
	font-size: 15pt;
}
.college2{
	font-size: 13pt;
}
#sideBar {
	float: left;
	width: 150px;
}
#floatbox{
	float: left;
	clear: left;
	height: auto;
	width: 150px;
	text-align: left;
}
#floater{
	background-color: #000;
	color: white;
	padding: 5px;
	height: auto;
	width: 129px;
	margin-left:3px;
	font-size:12px;
	text-align: left;
	border:1px #fff ridge;
	bottom: 10px;
}
.floatTitle {
	color: #669999;
}
.pdf {
	float:right;
	clear:both;
	font-size: 11px;
}
.pdf img {
	border:0;
}