/* reset css */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

	
#interplay {
	float: left;
	width: 330px;
	margin-bottom: 20px;
	}
	
#interplay h3 {
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 14px;
	color: #435883;
	text-transform: uppercase;
	}
	
#BSS {
	float: right;
	margin-right: 30px;

	}
	
#BSS h3 {
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 14px;
	color: #435883;
	text-transform: uppercase;
	}

#PSB {
	clear: both;
	margin-left: 0;
	margin-bottom: 20px;
	}
	
#PSB h3 {	
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 14px;
	color: #435883;
	text-transform: uppercase;
	}
	
	
#director {
	margin: 0 220px 20px 0;
	background-color: #FFFAF0;
	border-top: 3px inset;
	border-left: 3px inset;
	border-right: 2px inset;
	border-bottom: 2px inset;
	border-color: #808080;
	padding: 20px;
	}
	
#student {
	position: absolute;
	float: left;
	width: 212px;
	margin: 0;
	margin-left: 0;
	padding: 0;
	}