BODY {
	margin: 0;
	padding: 0 0 15% 0;
	font: normal 0.8em Verdana,Arial,sans;
}

A { text-decoration: none; }
A:hover { text-decoration: underline; }

#header {
	background: #0000A9 url( psu_lion.gif ) no-repeat;
	height: 129px;
	padding: 0 10px 0 191px;
	margin: 0;
	color: white;
	text-align: center;
}
#header H2 {
	font-size: large;
}
#header P {
	margin: 0;
	padding: 5px 0;
}

#content {
	margin: 5%;
}
#content H1 {
	margin: 5% 0 2% 0;
	border-bottom: solid 2px #9cf;
	color: #9cf;
	font: normal bold x-large Verdana,sans-serif;
}
#content H2 {
	padding: 1px 4px;
	font: normal bold large Verdana,sans-serif;
	color: white;
	background: #9cf;
}
#content DD {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/* This breaks formatting in MSIE (surprise).  Including via conditional comments.
#content DD:first-line {
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}
*/

#content dd ol {
	background-color: #9cf;
	font-size: smaller;
}
#flyers {
	float: right;
	text-align: right;
	background: #fff;
	padding: 6px;
	border: 1px solid #ccc;
}

DL DL {
	margin: 1em;
	padding: 4px;
	background: #D1EEEE;
}

#notice {
	border: 1px solid #ccc;
	padding: 3px;
	background: yellow;
}
