font-face {
	font-family: "charlotte";
	src: url('charlotte.ttf');
}

body, html {
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px auto;
}

body {
	background-color: #ffffff;
	font-family: charlotte, Calibri;
}

p {
	padding-left: 15px;
	padding-right: 10px;
	float: left;
}

#titlebar {
	font-family: charlotte, Calibri;
	background-color: #820000;
	color: white;
	padding-left: 45px;
	font-size: 88px;
	width: 542px;
	height: 138px;
	position: relative;
	/*margin-top: 40px;*/
	padding-top: 30px;
	
}

#headerpic {
	position: absolute;
	left: 594px;
	top: 0px;
}

#headerpic2 {
	position: absolute;
	left: 747px;
	top: 0px;
}

#headerpic3 {
	position: absolute;
	left: 899px;
	top: 0px;
}

nav {
	margin-left: 0px;
}

nav li {
	font-family: charlotte, Calibri;
	list-style-type:none;
	display:inline;
	background-color: #650000;
	height: 27px;
	width: 145px;
	/*padding-right: 152px;*/
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

a {
	text-decoration: none;
	color: white;
}

a.class1 {color:blue;}
a.class1:link  {text-decoration: none; color: blue;}
a.class1:visited {text-decoration: none; color: blue;}
a.class1:hover {text-decoration: underline; color: blue;}
a.class1:active {text-decoration: none; color: blue;}
	
nav li:hover {
	background-color: #820000;
}

#link1 {
	position: absolute;
	left: 0px;
	top: 175px;
}

#link2 {
	position: absolute;
	left: 150px;
	top: 175px;
}

#link3 {
	position: absolute;
	left: 300px;
	top: 175px;
}

#link4 {
	position: absolute;
	left: 450px;
	top: 175px;
}

#link5{
	position: absolute;
	left: 600px;
	top: 175px;
}

#link6 {
	position: absolute;
	left: 750px;
	top: 175px;
}

#link7 {
	position: absolute;
	left: 900px;
	top: 175px;
}

#wrapper {
	margin: 0px auto;
	background-color: white;
	margin-top: 15px;
	margin-bottom: 30px;
	width: 1045px;
	height: auto;
	position: relative;
	border: 20px solid #fff;
}

#msb {
	margin: 10px;
	margin-right: 25px;
	float: left;
}

/*.slideshow {
	height: 632px; 
	width: 332px; 
	margin: auto
	padding: 0;  
    margin:  auto;
	margin-top: 15px;
	background-color: rgba(17,17,17,0.8);
	float: left;
	clear: both;
	position: absolute;
	left: 60px;
	top: 600px;
}


.slideshow img{
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
	/*display: inline;
	vertical-align: middle;
	min-height: 300px;
	margin: auto;
	margin-top: 10px;*/
}

.content {
	background-color: white;
}

.maincol {
	width: 1015px;
	height: auto;
	min-height: 100%;
	float: left;
	background-color: #ffffff ! important;
	/*border-right: 2px solid #246d3f;*/
	/*padding-left: 15px;
	padding-right: 15px; */
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30pt;
}

.maincol p {
	float: left;
}

.fixedheightcontainer {
	float: left;
	height: 700px;
	width: 1572px;
	overflow: auto;
}

p.class1 {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.class2{
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.mainImage {
	position: relative;
	margin-top: 10px;
}

#introBlurb{
	padding-top: 15px;
}

.sidebar {
	/*width: 265px;*/
	float: right;
	background-color: #ffffff;
	/*padding-left: 15px;
	padding-right: 15px;
	border-left: 10px solid #fff;
	margin-top: 20px;*/
	position: relative;
	text-align: center;
	height: auto;
	min-height: 100%;
}

.profilepic {
	float: left;
	clear: both;
	margin-right: 25px;
	margin-bottom: 11pt;
}

#foot {
	background-color: #820000 !important;
	text-align: center;
	font-size: 60%;
	color: white;
	position: relative;
 	height:50px;
 	margin-top: -150px;
	clear: both;
	margin-bottom: 20px;
}

.wrap {
	position: relative;
	margin: 0px auto;
	width: 1045px;
}

.bio{
	padding-top: 15px;
	margin-right: 25px;
	height:215px;
	overflow:hidden;
}

.alumni {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}

.alumni-column {
	flex: 1;
	min-width: 200px;
	line-height: 1.6;
}

.people-row {
	display: grid;
	grid-template-columns: repeat(4, 200px);
	gap: 20px;
	justify-content: center;
	width: 100%;
}

.people{
	font-size: 12px;
	text-align: center;
}

.people img {
 	width: 200px;
 	height: 300px;
	object-fit: cover;
}

#twitter-widget-0 {
	height: 700px !important;
	width: 300px !important;
	float: right;
}

.tab-paragraph {
	margin-left: 10px;
}

.tab-line {
	margin-left: 10px;
}

.tab-subline {
	margin-left: 20px;
}
