/*-------------------------------------------------------------------------------------------------

(C) Copyright 2008 | Boston University

---------------------------------------------------------------------------------------------------
PRINT SETTINGS
-------------------------------------------------------------------------------------------------*/

html, body, div, span, object, h1, h2, h3, h4, p, blockquote, 
a, font, img, strong, ol, ul, li, fieldset, form, label, table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height:135%;
	}

body {
   background: white;
   font-family:arial, helvetica, verdana, sans-serif;
   font-size: 10pt;
   color:#000;
   }
 
#quicksearch, #right-column, #footer, #nav, #pnb, #header, .banner, #contentnav, .edit-link {
   display: none;
   }

#left-column {
   margin: 7% 7% 0 7%;
   float: none !important;
   background: transparent none;
   }

#left-column p {
	font-size: 100%;
	margin-bottom:15px;
	color:#000;
	line-height: 120%;
	}

#left-column ul,
#left-column ol {
	margin-bottom:15px;
	padding-left: 2em;
	}

#left-column ul ul,
#left-column ul ol,
#left-column ol ul,
#left-column ol ol {
	margin-bottom: 0;
	}

#left-column ul,
#left-column ol,
#left-column li,
#left-column li span,
#left-column dl,
#left-column dt {
	font-size: 100%;
	}

#left-column dt {
	font-weight: bold;
	float:left;
	}

#left-column dl {
	font-weight: normal;
	padding:0;
	}

#left-column h1 {
	font-size: 200%;
	margin-bottom:15px;
	font-weight:bold;
	color:#000;
	}

#left-column h2 {
	font-size: 150%;
	margin-bottom:15px;
	font-weight:bold;
	color:#000;
	}
	
#left-column h3 {
	font-size: 130%;
	margin-bottom:15px;
	font-weight:bold;
	color:#000;
	}

#left-column h4 {
	font-size: 110%;
	margin-bottom:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	}
   
a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border-bottom:none !important;
	border-bottom:none;
	}
