/*
-----------------------------------------------
Middlebury ConnectEd
Stylesheet: Print.css
Author:   Ben Glassman
Created: 07 July 2007
----------------------------------------------- */

* { margin: 0; padding: 0; }

body {
	font: 10pt/16pt 'Times New Roman', Times, serif;
	padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #A1550B;
	font-weight: normal;
}

h1 { font-size: 18pt; margin-bottom: 10pt; }
h2 { font-size: 14pt; margin-top: 15pt; margin-bottom: 10pt; }
h3 { font-size: 12pt; margin-top: 15pt; margin-bottom: 10pt; }
h4 { font-size: 11pt; margin-top: 15pt; margin-bottom: 10pt; }
h5, h6 { font-size: 10pt; font-weight: bold; margin-bottom: 10pt; }

p, ul, ol, dl { margin-bottom: 10pt; }
ul, ol, dd { margin-left: 30pt; }

a:link, a:visited { color: #006FA1; }
abbr, a img { border: 0; }

#navigation, #accessibility, .download {
	display: none;
}

#logo { margin-bottom: 5pt; }
#tagline { font-size: 12pt; }

#masthead { border-bottom: 1px solid #999; margin-bottom: 20pt; }
#links { border-top: 1px solid #999; margin-top: 20pt; padding-top: 10pt; }
#links ul { list-style: none; margin-left: 0; }

/* Schedule */

caption {
	font-size: 14pt;
	text-align: left;
	color: #A1550B;
	margin: 0;
	padding-bottom: 10pt;
}

table { margin-bottom: 20pt; }

th.time { width: 100px; }
td, th {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 5px;
}

th { border-top: 1px solid #999; }

td h2, td h3 {
	font-size: 10pt;
	margin-bottom: 5pt;
}