body {
	margin: 0;
	padding: 0;
	background-image: url('/img/fall2004/footer_bg.gif');
	font-size: 13px;
	line-height: 21px;
}

header, footer {
	margin: 0 !important;
}

footer {
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
	height: 19px;
	background-image: url(/img/fall2004/logo_bottom_strip.gif);
	background-repeat: repeat-x;
	background-position: top left;
}


h1 {
	height: 108px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
	height: 108px;
	background-image: url('/img/fall2004/logo_strip.gif');
	background-repeat: x-repeat;
}

h1 a {
	padding-top: 108px;
	height: 0;
	width: 112px;
	display: block;
	background-image: url('/img/fall2004/logo_text.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	float: right;
	overflow: hidden;
}

h2 {
	display: block;
	width: 100%;
	float: right;
	margin: 0;
	padding: 13px 0 0 0;
	height: 0;
	background-image: url('/img/fall2004/logo_subtitle.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
	background-color: #fff;
}


h3, h4, h5, h6 {
	background-image: url('/img/fall2004/bg_redder.gif');
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	margin: 1em;
	padding: 1em;
	background-color: #fff;
}

#cont {
	background-color: #fff;
	border: solid 1px transparent;
	clear: both;
}

.alert {
  background-image: url('/img/fall2004/footer_bg.gif');
  border: solid 1px #000;
  border-width: 2px 0 1px 0;
  text-align: center;
}

section {
	padding: 0.5em;
	margin: 1em;
	background-image: url('/img/fall2004/bg_redder.gif');
}

section cite {
	font-weight: 600;
}

article, p, ol, li {
	margin: 1em;
	padding: 0.25em;
	background-color: #fff;
}

ol {
	padding-left: 1.5em;
}

sup a {
	text-decoration: none !important;
	line-height: 1em;
}

/* article styling -- mostly MSW/Columbo until we migrate the site */
article {
  font-family: Georgia, 'Calluna', serif, georgia, serif;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 100;
}

article > h3 {
  background-image: none;
  border-bottom: solid 1px #000;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

article > aside {
  background-color: rgba( 0, 0, 0, 0.05);
  margin-top: 0.25rem;
  padding: 0.25rem;
  text-align: center;
}

article > aside,
article > p {
  margin: auto;
  max-width: 768px;
}

article > p img {
  margin: 0.5rem auto;
  width: 100%;
}

article > ul > li {
  list-style-type: none;
  text-align: center;
}
