/*Begin stylings for structure*/
#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/*Begin stylings for highlighted boxes on index page*/
#highlightbox_narrow {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d1e2ec;
}
#highlightbox_wide {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d1e2ec;
}
/*Begin highlighted box stylings on Our Team page*/
#highlightbox_fullwidth {
	background-color: #d1e2ec;
}
#content {
	padding: 10px;
}
#contact #content {
	text-align: center;
}
/*clearfloat necessary placement below any selectors with float left/right properties*/
.clearfloat {
	clear: both;
}
.University_img_pos {
	margin-left: 42px;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
/*Used to keep firefox's scrollbar on, preventing annoying page shift*/
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
