.page {
	font-size: 12pt;
	color: #000000;
	width: 800px;
	margin: auto;
}
.header {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	/* [disabled]border: 0.3em ridge #ffcc00; */
	background: #08185a;
}
.main {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footer {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}
.search {
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 1em;
	text-align: center;
	/* [disabled]margin-bottom: 0.5em; */
	/* [disabled]margin-top: 0.25em; */
	/* [disabled]background-color: #08185a; */
	/* [disabled]border: 0.3em ridge #ffcc00; */
	padding-bottom: 0.25em;
	padding-top: 0.2em;
}
.menuItems {
	font-size: 1.5em;
	text-align: center;
	width: 25%;
	float: left;
}
.menuDiamond {
	background-color: #08185a; /* consider exposing this prop separately*/
	color: #FFF;
}
.headlineBlock {
	display:table;
	width:100%;
	clear: both;
	padding-top: 0.5em;
}
.headline {
	font-size: 4em;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
}
.muIcon {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	margin-top: 0.25em;
}
.subHeadline {
	font-size: 1.5em;
	clear: both;
}
.professor {
	font-size: 2em;
	/* [disabled]clear: both; */
	font-weight: bold;
}
.mainBlock {
	display:table;
	width:100%;
	clear: both;
	margin-top: 0.5em;
	margin-bottom: .5em;
}
.photo {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 2em;
	padding-left: 2em;
}
.contact {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	padding-right: 2em;
	font-size: 1em;
}
.contactItem {
	font-size: 1em;
}
.contactItemIndent {
	font-size: 1em;
	position: relative;
	left: 2em;
}
.copyright {
	font-size: 0.75em;
	color: #666666;
}
.copyright a:link {
	color: #666666;
}
.copyright a:visited {
	color: #666666;
}
.copyright a:hover { /* mouse over link */
	color:#F00;
}
.bodyText {
	font-family: "Times New Roman", Times, serif;
	text-align: left
}
.imageCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small
}
.marquetteBlue {
	color: #08185a
}
.marquetteGold {
	color: #ffcc00
}
.returnLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold
}
#indent {
	padding-left: 12px;
}
#time {
	font-size: 80%;
	padding-bottom: 6px;
}
a:link { /* unvisited link */
	color:#0025A3;
}
a:visited { /* visited link */
	color:#400080;
}
a:hover { /* mouse over link */
	color:#F00;
}

