/*======== stylesheetprint.css ========
// Author: Nick Ommen (nommen1@ithaca.edu)
// Date: 12.14.06
// Style Sheet for print media
*/

body {
	font-family: Book Antiqua, serif;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* ==== Headings ==== */
h1, h2, h3 {
	color: #000000;
	text-align: center;
}

/* ==== Text Colors ==== */
.blue {
	color: #224479;
}

.gold {
	color: #F4CC27;
}

.red {
	color: #990000;
}

/* ==== Text ==== */
p, .formText, .boxText { 
	font-size: 12pt;
	margin-left: 50px;
	margin-right: 50px;
	color: #000000;
	text-align: justify;
	line-height: 22px ;
}

.footerText {
	font-size: 8pt;
	color: #000000;
	text-align: center;	
}

/* ==== Special Objects ==== */
.img {
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 14pt;
}

.box {
	border: 1px dashed #000000;
	padding: 15px;
	font-size: 12pt;
	margin-left: 50px;
	margin-right: 50px;
	color: #000000;
	text-align: justify;
}

.vBar {
	background: url('../images/dot.png') repeat-y top;
	border: none;
	height: 4px;
	width: 4px;
}

.hBar {
	border-top: dotted #222222 1px;
	width: 70%;
}

/* ==== Links ==== */
.link:link {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px dotted #222222;
}

.link:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px dotted #222222;
}

.link:hover {border-bottom: none;}

/* ==== Nav Buttons ==== */
.uMich{
	position: relative;
	left: 439px;
	top: 35px;
}

.deptMath {
	position: relative;
	left: 471px;
	top: 40px;
}

.navMenu {
	margin-left: 15px;
}
