/* ELEMENTS */
a:hover	{
	color: #fff;
	background: #999;
	text-decoration: none;
}

body
	{
	background:url(tile.gif) top left repeat;
	min-width: 700px;
	padding: 0;
	margin: 0px 100px;
	color: #000;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
blockquote
	{
	width: 90%;
	margin:  0px auto 10px auto;
	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;
}

li.nopad {
	padding: 0;
	}
	
ol	{
	margin: 0 0 0 3em;
	padding: 0;
}

p	{
	margin: 0;
	padding: 0 0 10px 0;
}


ul	{
	margin: 5px 0 10px 3em;
	padding: 0;
}

table	{
border-bottom:#999 1px solid;
border-top:#999 1px solid;
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	}
	
.table_ul	{
margin: 0;
}

td, th	{
	padding: 10px;
	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;
}

.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 {
	padding: 1em 1em 1em 2em;
	}
	
#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 img
	{
	float:right;
	}
	
#title_block_notes {
	margin: 0;
	padding: 0;
	text-align: center;
}

#title_block_notes p {
	margin: 0;
	padding: 0 0 1em 0;
}

#menu {
	margin: 2em 0 3em 0;
	}
	
#menu img {
	float: left;
	}

#menu ul {
	margin-left: 80px;
	}
	
#con a:hover {
	background-color: #e10019;
	}
	
#pro a:hover {
	background-color: #008134;;
	}
	
#wrapper {
	background-color: #FFFFFF;
	padding: 10px 30px;
	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.*/
	}
