/*
Copyright Sarah Lawrence College. All rights reserved.
Author: Winston Churchill-Joell
		Communications / Interactive
*/


* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6 {
	font: 10px/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 1em;
}
h4, h5, h6 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
}
body {
	margin-bottom: 3em;
}
div.clearall {
	clear: both;
}
a img {
border: 0;
}
sup {
	font-weight: bold;
	padding: 0 .2em;
	border-bottom: 1px dotted #333;
}
/* Based on body font size of 10 px, a 14 column grid, 7px gutters and each unit 61px wide and total layout width of 959px */
.units1 {
	width: 6.1em;
}
.units2 {
	width: 12.9em;
}
.units3 {
	width: 19.7em;
}
.units4 {
	width: 26.5em;
}
.units5 {
	width: 33.3em;
}
.units6 {
	width: 40.1em;
}
.units7 {
	width: 46.9em;
}
.units8 {
	width: 53.7em;
}
.units9 {
	width: 60.5em;
}
.units10 {
	width: 67.3em;
}
.units11 {
	width: 74.1em;
}
.units12 {
	width: 80.9em;
}
.units13 {
	width: 87.7em;
}
.units14 {
	width: 94.5em;
}

.clearall {
	display: block;
	clear: both;
}
hr {
	border: 0;
	color: silver;
	background: silver;
	height: 1px;
	margin: 1.8em;
}



