body {
	margin: 25px 0 0;
	padding: 0;
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #5558d0;/*indigo blue*/
	color: #666;
	min-width: 760px;
}
a:link, a:visited {
	color: #fdbc26;/*gold*/
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	padding: 4px;
}
a:hover {
	background: #fcdf91;/*pale gold*/
	color: #5558d0;/*indigo blue*/
	text-decoration: none;
	border: 1px dotted #fdbc26;/*gold*/
}
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 75%;
	background: #fff;
	border: 2px solid #22259d;/*deep blue*/
}
#main-body {
	float: left;
	width: 97%;
}
/* HEADER ----------------------------------------------- */
#header, #content h2, #content h3, #content h4, #bio dl dt, #message, #footer, /*#sidebar h3*/ {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#header {
	color: #22259d;/*deep blue*/
	padding: 0;
	margin: 0;
	border-top: 2px solid #22259d;/*deep blue*/
	background: #fff url(images/PennStatelogoSm.gif) top right no-repeat;
}
#header h1.hide {
	display: none;
}
#header span {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 450px;
	height: 145px;
}
h1 {
	padding-top: 45px;
	text-align: center;
	font-size: 135%;
}
h2 {
	padding-top: 0;
	text-align: center;
	font-size: 120%;
}

#content h2 {
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	letter-spacing: .05em;
}
/* message row */
#message {
	margin: 0;
	padding: 6px;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	color: #22259d; /*deep blue*/
	background: #fcdf91; /*pale gold*/
	border-top: 1px solid #fdbc26;/*gold*/	
	border-bottom: 2px solid #fdbc26;/*gold*/	
}
#message em {
	font-weight: bold;	
	font-size: 110%;
	font-style: normal;
}
/* MAIN CONTENT ---------------------------------------- */
#content {
	background: #fff;
	padding: 0 15px;
	margin: 20px 0;
}
#content .gutter {
	padding: 5px 10px 5px 30px;
}
#content img  {
	margin-top: 0;
	float: left;
	margin: 10px 15px 0 0;
	padding: 0 4px 4px 0;
	background:  url(images/photo-frame.gif) no-repeat bottom right;
}

/* table modifications on detail page*/
#details table td {
	border: none;
	text-align: left;
}
#bio dl {
	margin: 0;
	padding: 8px 15px;
}
#bio dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#bio dl dt {
	margin: 0 0 .5em 0;
	font-size: 120%;
	font-weight: bold;
	color: #666;
}
#bio dl dt img {
	float: left;
	margin: -5px 15px 0 0;
	padding: 10px 4px 4px 0;
	background:  url(images/photo-frame.gif) no-repeat bottom right;
}
#bio dl dd {
	margin-left: 94px;
	padding-right: 0;
	font-size: 100%;
	line-height: 1.2em;
}
#bio dl.alt dt img {
	float: right;
	margin: 0 0 0 15px;
}
#bio dl.alt dd {
	margin-left: 5px;
}

/* FOOTER ----------------------------------------------- */
#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 5px;
	background: #fcdf91;/*pale gold*/
	font-size: 100%;
	font-weight: bold;
	color: #22259d;
	border-bottom: 2px solid #22259d; /*deep blue*/
	border-top: 2px solid #fdbc26;/*gold*/
}
#footer ul {
	display: block;
	line-height: 1.2em;
	padding: 0 15px 5px;
	margin: 0;
	list-style: none;
}
#footer a:link {
	color: #fdbc26;/*gold*/
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
}
#footer a:visited {
	color: #22259d;/*deep blue*/
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
}
#footer a:hover {
	color: #5558d0;/*indigo blue*/
	text-decoration: none;
	border: 0;
	background: none;
}
