/* ELEMENTS */
a:visited {
	color: #7da5e3;
	}

a:hover	{
	color: #fff;
	background:  #dc8a02;
	text-decoration: none;
}

body
	{
	min-width: 700px;
	padding: 0;
	margin: 0;
	color: #000;
	background-color:#e3eef0;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

abbr, acronym	{
	border-bottom: none;
	}

blockquote {
	font-style: italic;
	}

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 0 10px 0;
}

h2	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.55em;
	margin: 0;
	padding: 5px 0 10px 0;
	color: #000;
}


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;
}

li	{
	padding: 0 0 10px 0;
	margin: 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;
}

table	{
	margin: auto;
	width:60%;
	border-collapse: collapse;
	border: #000 1px solid;
	margin-bottom: 1em;
	}

td, th	{
	padding: 5px;
	font-size: 12px;
	text-align: left;
	}

th	{
	font-style: italic;
	font-weight: normal;
	}

th.caption {
	background-color: #E2F5FF;
	border-bottom: #000 1px solid;
	font-style: normal;
	font-weight: bold;
	}

/* CLASSES */
.centering_wrapper_ie {
	text-align: center;
	}

.color	{
	color: #dc8a02;
}

.footer {
	text-align: center;
}

.heading			/* Used to shunt headings over in Parts at the top title block */
	{
	padding-left: 18px;
	}

.part {
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.small {
	font-size: .75em;
}


.print {
	display: none;
}

.references {
	margin: -10px 0 0 0;
}

.zebra	{
	background-color: #eeeeee;
	}

/* IDs */
#case {
    background-color:#FFF;
	padding: 1em 2em 10px 18px;
	}
	
#case_teaching_notes {			/* For span tag in notes title block */
	font-variant: small-caps;
	color: #000;
}

#credit	{
	font-size: .75em;
}

#date	{
	padding: 2em 0 0 0;
	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;
}

#notes {
    background-color:#FFF;
	padding: 1em 2em 10px 18px;
	}
	
#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;
}

#objectives li {
	padding: 0;
}

#notes ul {
	margin: 0 0 1em 2.5em;
}

#pdf	{
	border: 0;
}

#references li
	{
	list-style:none;
	}
	
#title_block
	{
	min-height: 225px;
	background-color:#e3eef0;
	}
	
#title_block h1 {
	padding: 1em 10px 10px 18px;
	color:#000;
}

#title_block p {
	padding: 10px 5em 10px 18px;
	color: #000;
}

#title_block h2 {
	padding: 10px 10px 1em 18px;
	color:#000;
	}

#title_block img
	{
	float:right;
	}
	
#title_block_notes {
	margin: 0;
	padding: 0;
	text-align: center;
}

#title_block_notes p {
	margin: 0;
	padding: 0 0 1em 0;
}

#wrapper 
	{
	margin: 0 100px;
	}