/* ELEMENTS */
a:hover	{
	color: #000;
	background: #ebebeb;
	text-decoration: none;
}

body	{
	padding: 0;
	margin: 0;
	color: #000;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#ebebeb;
}

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: Georgia, Times, "Times New Roman", serif;
	font-size: 1.75em;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2em;
}

h2	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.55em;
	margin: 0;
	padding: 5px 0 10px 0;
}


h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 1.25em;
}

h4 {	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;
}

h5 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
}

h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 5px 0 10px 0;
}

ol	{
	margin: 0 0 0 3em;
	padding: 0;
}

p	{
	margin: 0;
	padding: 0 0 10px 0;
}


ul	{
	margin: 0 0 0 3em;
	padding: 0;
}


/* CLASSES */
.color	{
	color: #fb8f04;
}

.footer {
	text-align: center;
}

sup a {
	text-decoration:none;
	}

.part {
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.small {
	font-size: .75em;
}

.print {
	display: none;
}

#references {
	margin: -10px 0 10px 0;
}

/* 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;
}

#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;
	margin: 10px 110px;
	padding: 30px;
	text-align: left;
	line-height: 1.5em;
	border: thin solid #999999;
	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.*/
	}
	
#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 {
	margin: 0px;
	padding: 20px 0px 0px 140px;
	float: left;
	}
	
#title_block h1 {
	padding: 10px 0;
	color:#000;
	}

#title_block p {
	padding: 0px 0px 20px 0px;
	color: #000;
}

#title_block_parts {
	margin: 0px 0px 0px 120px;
	padding: 25px 10px 0px 20px;
	}
	
#title_block_notes {
	margin: 0px 120px;
	padding: 25px 20px 0px 20px;
	text-align:center;
}

#case {
	clear: both;
	background-color:#FFFFFF;
	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.*/
	margin: 10px 110px 0px 110px;
	padding: 30px;
	line-height: 1.5em;
	border: thin solid #999999;
	}
		
#wrapper1 {
	margin: 0;
	padding: 0;
	background: url(tile_right.gif) top right repeat-y;
	}
		
#wrapper2 {
	margin: 0;
	padding: 0;
	background: url(tile_left.gif) top left repeat-y;
	}
	
#script {
	margin: 1em 2em;
	background-color:#fefefe;
	padding: 20px;
	border: 1px solid #000;
	}
	
#script dt {
	font-weight: bold;
	}
	
#script dd {
	}