@charset "UTF-8";

/* Pitt Blue: #0c2340 */
/* Pitt Gold: #b3a369 */

	html {
		height: 100%;
	}
	body {
		height: 100%;
		background-color: #0c2340;
		color: #000000;
		margin: 0px;
		padding: 0px;
	}
	#pageContainer {
		width: 800px;
//		height: 100%;
		background-color: #ffffff;
		margin: auto;
	}
	#pageHeader {
		width: 100%;
		height: 150px; 
	}
	#headerTitle {
		text-align: center;
		padding: 25px 10px 10px 10px;
		font-family: Garamond, Georgia, "Times New Roman", Times, serif;
		font-size: extra-large;
		border-top: solid #b3a369 thin;
	}
	#headerMenu {
		width: 100%;
		text-align: center;
		font-family: Garamond, Georgia, "Times New Roman", Times, serif;
		color: #000000;
	}
	#headerMenu a{
		font-size: 19px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
	#headerMenu a:hover{
		color: #b3a369;
		text-decoration: underline;
	}
	#pageContent {
		width: 95%;
		margin: auto;
		min-height: 300px;
		font-family: Tahoma, Helvetica, Ariel, sans-serif;
		font-size: medium;
	}
	#headshot {
		font-size: small;
		text-align: center;
		float: left;
		margin-right: 15px;
	}
	#pageFooter {
		width: 100%;
		height: 100px;
//		background-color: #ffffff;
	}
	#footerMenu {
		width: 100%;
		text-align: center;
		font-family: Tahoma, Helvetica, Ariel, sans-serif;
		font-size: small;
		color: #000000;
	}
	.headerMenuItem {
		padding: 0px 15px 0px 15px;
		border-right: 2px solid #000000;
	}
	.headerMenuItemEnd {
		padding: 0px 15px 0px 15px;
	}
	.pageDivider {
		border-bottom: 2px solid #b3a369;
		height: 10px;
	}
	.pageMiniDivider {
		border-bottom: 5px solid #878787;
		height: 10px;
	}
	li.specialPageMenu {
		font-family: Garamond, Georgia, "Times New Roman", Times, serif;
		color: #000000;
	}
	.specialPageMenu a{
		font-size: 19px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
	.specialPageMenu a:hover{
		color: #b3a369;
		text-decoration: underline;
	}
	p.quotes {
		font-family: Courier, "Courier New", "Lucida Console", monospace;
		font-style: italic;
		background-color: #eeeeee;
		border: 1px solid #878787;
		font-size: small;
		padding: 5px;
	}
	img.teachingPhotos {
		width: 95%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3px;
		margin-bottom: 3px;
		border: 2px solid #353535;
	}
	.column {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		height: 30px;
	}
	p.caption {
		font-size: small;
		text-align: center;
		margin-top: 0px;

	}
	
		
