/* ELEMENTS */
body	{
	padding: 0;
	margin: 0;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}

abbr, acronym	{
	border-bottom: none;
	}

dd {
	margin: 0;
	padding: 0 0 0 2em;
}


dl {
	margin: 0;
	padding: 0 0 0 2em;
}

dt {
	text-indent: -2em;
	padding: 1em 0 0 2em;
}


h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2em;
}

h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 10px 0;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 5px 0 10px 0;
}

h4 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 5px 0 10px 0;
}

li	{
	padding: 0 0 10px 0;
	margin: 0;
}


ol	{
	margin: 0 0 0 3em;
	padding: 0;
}

p	{
	margin: 0;
	padding: 0 0 10px 0;
}

caption {
	text-align: left;
	font-style: italic;
	padding-bottom: 5px;
	}

th	{
	text-align: left;
	}


ul	{
	margin: 0 0 0 3em;
	padding: 0;
}


/* CLASSES */
.color	{
	color: #fb8f04;
}

.email {
	font-family: "Courier New", Courier, monospace;
	margin: 0 3em 1em 3em; 
	}

.footer {
	text-align: center;
}

.footnote {

}

sup a {
	text-decoration:none;
	}

.part {
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.small {
	font-size: .75em;
}

.screen {
	display: none;
}

#references {
	margin: -10px 0 10px 0;
}

.thoughts {
	margin: 0 5em;
	}
	
/* IDs */
#case_teaching_notes {			/* For span tag in notes title block */
	font-variant: small-caps;
}

#credit	{
	font-size: .75em;
}

#date	{
	padding: 1em 0 0 0;
	font-size: .75em;
}

#disclaimer {
	padding: 1em 0 0 0;
	font-size: .75em;
	line-height: 1.2em;
}

.figure	{
	text-align:left;
	clear: both;
	float: right;
	padding: 0px 10px 10px 40px;
	}


#for	{				/* For span tag in notes title block */
	font-size: smaller;
	font-style: italic;
	font-weight: normal;
}

#footnote_list {
	border-top: 1px solid #000;
	list-style-type:none;
	margin: 2em 0;
	padding: 1em 0 0 0;
	font-size: smaller;
	line-height: 1.1em;
	}

#footnote_list li {
	margin: 0 0 0 3em;
	padding: 1em 0 0 0;
	text-indent: -1.4em;
	}

#go_back {
	margin: 1em 0;
	font-weight: bold;
	text-align: center;
}

#nav	{
	border: 0;
}

#notes {
	background-color:#FFFFFF;
	text-align: left;
	height: 1%;	/* This is a hack to prevent a peekaboo-type bug in MSIE6. MSIE illegally expands the height, and other browsers spill outside it, which is ok in this case because the div surrounds the entire case contents.*/
	border-top: #000000 1px solid;
	}
	
#notes h2 {
	font-size: 1.5em;
	letter-spacing: 1px;
    font-variant: small-caps;
}

#notes h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-size: 1.3em;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0 10px 0;
}

#notes h4 {
	padding: 5px 0 0 0;
	}

#notes li {
	padding: 0;
}

#notes ul {
	margin: 0 0 1em 2.5em;
}

#pdf	{
	border: 0;
}

#title_block	{
	padding-bottom: 10px;
	}

#title_block h1 {
	color:#000;
	}

#title_block p {
	color: #000;
}
	
#title_block_parts img {
	float: right;
	}
	
#title_block_notes {
	padding: 10px;
	text-align:center;
	border-bottom: thin solid #000;
	margin-bottom: 1em;
}

#case {
	height: 1%;	/* This is a hack to prevent a peekaboo-type bug in MSIE6. MSIE illegally expands the height, and other browsers spill outside it, which is ok in this case because the div surrounds the entire case contents.*/
	line-height: 1.5em;
	background: #fff;
	border-top: #000000 1px solid;
	}
		
.question {
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	margin: 10px 4em;
	font-style: italic;
	padding: 10px 0;
	vertical-align: middle;
	clear: both;
	}