/* ELEMENTS */
a:visited {
	color: #91532c;
	}
	
a:hover	{
	color: #fff;
	background-color: #91532c;
	text-decoration: none;
}

body	{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #91532c;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-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	{
	color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.75em;
	margin: 0;
	padding: 5px 10px 10px 0px;
	line-height: 1.2em;
}

h2	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.55em;
	margin: 0;
	padding: 10px 10px 10px 0px;
	color: #000;
}

h3 {
	clear: left;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	margin: 0;
	padding: 10px 10px 0px 0px;
	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: 10px 10px 5px 0px;
}

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 10px 10px 0px;
}

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 10px 10px 0px;
}

li	{
	padding: 10px 0 0 0;
	margin: 0;
}


ol	{
	margin: 0 0 0 2em;
	padding: 0;
}

p	{
	margin: 0;
	padding: 5px 10px 5px 0px;
}

table	{
	text-align: center;
	background-color: #fff;
	border: 1px solid #8B775F;
	border-collapse: collapse;
	}

caption {
	font-weight: bold;
	border-top: 1px solid #8B775F;
	border-right: 1px solid #8B775F;
	border-left: 1px solid #8B775F;
	background-color: #FCF4E9;
	margin: auto;
}

th	{
	font-weight: bold;
	font-style: italic;
}

td, th, caption	{
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	padding: 7px;
	}

ul	{
	margin: 0 0 1em 2em;
}


/* CLASSES */
color {
	border-bottom: 1px solid #3bb5f4;	
	padding: 2px;
	}

color2 {
	border-bottom: 1px solid #FCF129;
	border-right: 1px solid #FCF129;
	padding: 2px;	
	}
		
.footer {
	text-align: center;
}

.part {
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.questions {
	margin: 0px 2em 10px 2em;
	}
	
.questions p {
	margin-left: 2em;
	text-indent: -2em;
	padding: 5px;
	}

.questions h3 {
	margin-bottom: 5px;
	}
	
.small {
	font-size: .75em;
	color: #000;
}


.screen {
	display: none;
}


/* IDs */
#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.*/
	}

#date	{
	padding: 2em 10px 0 0px;
	font-size: .75em;
}

#notes {
	background: url(./screen.png) top left repeat;
	padding: 20px;
	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.*/
	}

#objectives li {
	padding: 0;
	}
	
#wrapper {
	padding: 0; 
	background: #ffffff url(title.jpg) top right no-repeat;
	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.*/
	}
	
#title_block {
	margin: 0px 200px 0 30px;
	padding: 10px 10px 0 0px;
	}

#title_block p {
	margin-bottom: 0;
	padding-bottom: 20px;
	}
		
#title_block_notes {
	background: url(./screen.png) top left repeat;
	text-align: center;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #898a85;
	}

#case_teaching_notes {			/* For span tag in notes title block */
	font-variant: small-caps;
	color: #000;
}

.credit	{
	font-size: .75em;
}

#for	{				/* For span tag in notes title block */
	font-size: smaller;
	font-style: italic;
	font-weight: normal;
	color: #000;
}

#go_back {
	margin: 1em 0;
	font-weight: bold;
	text-align: center;
}

#nav	{
	border: 0;
}

#byline	{
	font-style: italic;
	}

ol.pad	{
	padding-top: 10px;
	}

.centering_wrapper_ie {
	text-align: center;
	}

#notes h3 {
	font-size: 1.5em;
	letter-spacing: 1px;
        font-variant: small-caps;
}

#notes h4 + p {padding-top: 0}

#pdf	{
	border: 0;
}

sup, sub	{
	font-size: 70%;
	line-height: 0em;
	}
	
/*Following section is for formatting of emails and instant messages in this case
BEGIN EMAIL FORMATTING SECTION*/
.instant_messaging {
	background: url(./screen.png) top left repeat;
	border: 1px dotted #91532c;
	padding: 1em 1em;
	margin: 1em;
	}
	
.im1 {
	color: #91532c;
	font-weight: bold;
	}

.im2 {
	color: #898a85;
	font-weight: bold;
	}
	
.email {
	max-width: 600px;
	margin: 1em 3% 3em 0;
	border: 1px solid #000;
	background-color: #dddfd8;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.2em;
		}

.email_header {
	padding: 1em 0 .5em 1em;
	}
	
.email_header p{
	padding: 0;
	margin: 0;
	}

.header_field {
	font-weight: bold;
	}
	
.email_body {
	border: 1px solid #000;
	background-color:#fff;
	margin: 1em;
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.email_body li {
	list-style-type:none;
	padding: 0;
	}
	
/*END EMAIL FORMATTING SECTION*/