/*
---------------------------
Harvard Business School - PRINT CSS styles
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 18 jan 2008
---------------------------
*/

.clearer {
	clear: both;
}

a {
	font-weight: bold;
	outline: none;
}

a:link {
	color: #AA1938;
	text-decoration: none;
}

a:visited {
	color: #AA1938;
	text-decoration: none;
}

a:hover {
	color: #AA1938;
	text-decoration: underline;
}

#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 7.25in;
	margin: 0 auto;
	font-size: 11pt;
	line-height: 1.3em;
}

#nav, #search, #header h3, ul#maintoggle, #section_title, #hbs_100_years, .hideMe {
	display: none;
}

#header {
	background: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #D3CFC3;
	position: relative;
}

#header h1 span, #header h2 span, #header h3 span {
	display: inline;
}

#header h1 {
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: .3em;
	margin: 8px 0;
}

#header h1 span span {
	color: #A52049;
}

#header h2 {
	font-size: 22pt;
	margin: 10px 0;
	line-height: 1em;
}

#header h2 #shield {
	height: 35px;
	width: 31px;
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}

#header h2 a {
	color: #848484;
	text-decoration: none;
}

#hbs_100_years span {
	display: inline;
}

#content {

}

#container #flash_main {
	display: none !important;
}

#in_depth_main {
	display: block !important;
}

#id_main, #id_extra {
	float: left;
}

#id_main {
	width: 5in;
	margin-right: .2in;
}

#id_extra {
	width: 2in;
	margin-top: 12px;
}

#id_main h3 {
	margin: 17px 0;
	font-size: 19pt;
	color: #666;
	font-style: italic;
}

#id_main h4 {
	margin: 17px 0;
	font-size: 12pt;
	color: #666;
	line-height: 1.1em;
}

#textcopy {
	line-height: 1.5em;
}

.printLink {
	display: none;
}

.indepthimg {
	margin: 15px 0;
}

.caption {
	display: block;
	margin: 0;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.1em;
	color: #666;
}

#footer ul li {
	display: none;
	color: #787878;
	padding: 0 8px;
	list-style-type: none;
}

#footer ul li#copyright {
	display: inline;
}

