@charset "utf-8";

div.homesection {
	background-color: #fdf9f3;
	padding: 1em;
	border: 2px solid #8e001c;
}

div.homesection h3 {
	margin-top: 0;
}

div.homelayout {
	background-image: url(../images/homecorner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

table#featurelayout td {
	padding: 1em 0;
	vertical-align: middle;
}

table.news td {
	padding: 0 1em 1em 0;
}

table.news td.topstory {
	width: 40%;
	padding-right: 2em;
}

table.news h3 {
	margin-top: 0;
}

table.news td.substory h4 {
	margin: 0;
	padding: 0;
}

table.news td.substory p {
	margin: 0.2em 0;
}

div.posted {
	font-size: 1.2em;
	font-weight: bold;
	color: #424242;
	padding-bottom: 1em;
	text-align: right;
	padding-right: 4em;
}

table.blocklayout {
	border-collapse: separate;
	border-spacing: 1em;
}

table.blocklayout th {
	vertical-align: bottom;
	text-align: left;
}

table.blocklayout td {
	background-color: #fdf9f3;
	padding: 1em;
	border: 2px solid #8e001c;
}

table.blocklayout td.facilities {
	background-color: #f8fffa;
	padding: 1em;
	border: 2px solid #005e20;
}

table.blocklayout td.weef {
	background-color: #fff2e5;
	padding: 1em;
	border: 2px solid #ef4023;
}

table.blocklayout td h3 {
	margin-top: 0;
}

table.spaced td {
	padding: 0.5em;
}

table.presidents {
	text-align: center;
	margin: 0 auto;
}

table.presidents th {
	text-align: center;
	padding: 1em 0.5em 0.5em 0.5em;
}

table.presidents td {
	text-align: left;
	padding: 0.1em 0.5em;
}

table.rector {
	text-align: center;
	margin: 0 auto;
}

table.rector td {
	text-align: center;
	padding: 1em;
}

div.glossary {
	border: 2px solid #424242;
	padding: 1em;
}

ul.indentedlist {
	list-style: none;
	padding: 0 0 1em 2em;
	margin: 0;
}

ul.indentedlist li {
	padding-bottom: 0.4em;
	text-indent: -2em;
}
