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

(C) Copyright 2008 | Boston University Admissions

---------------------------------------------------------------------------------------------------
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, #sub-content, #footer, #main-nav, #bodycopy img {
   display: none;
   }

#header {
   height:69px;
   margin-top:35px;
   }

#header:after {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	overflow: hidden;
	}

#logotype {
   float:left;
   margin-top:15px;
   margin-left:7%;
   }
  
#brand {
   float:right;
   margin-right:7%;
   }

#content {
   width: auto;
   float:none;
   }

#bodycopy {
   margin: 7% 7% 0 7%;
   float: none !important;
   background: transparent none;
   }

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

#bodycopy ul,
#bodycopy ol {
	margin-bottom:15px;
	}

#bodycopy ul,
#bodycopy ol,
#bodycopy li,
#bodycopy li span {
	font-size: 100%;
	}

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

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

#bodycopy 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;
	}

#bodycopy .expandable-link {
	font-size: 150%;
	border:none;
	background:none;
	width:100%;
	text-decoration:none;
	}

#bodycopy .expandable-link a:link {
	font-size: 100%;
	border:none;
	background:none;
	text-decoration:none;
	}

#bodycopy .expandable-div {
	font-size: 100%;
	border:none;
	background:none;
	width:100%;
	display:inline;
	}

#bodycopy .expandable-div h2 {
	font-size: 130%;
	}

#bodycopy caption {
	font-weight:bold;
	text-align:left;
	font-size:130%;
	padding-bottom:5px;
	}
	
#bodycopy table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
	text-align:left;
	margin-bottom:15px;
	}

#bodycopy td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:50%;
	padding:5px;
	}

#bodycopy th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:50%;
	padding:5px;
	}