/*  file: print2.css
 *  author: Laura Carlson <lcarlson@d.umn.edu>
 *  version: 1
 */

	body {
	font-family : "Times New Roman", Times, "New York", serif;
	font-size : 1em;	
	color : #000000;	
	background-color : #ffffff;
	width : auto;

}
	#banner {
    display : none;

}


	#content {
	margin-right : 0.5em;
	padding : 0 0.5em;
	width : 75%;
	float : left;

}
	h1 , h2 , h3 , h4, h5 {
	background : #ffffff;
	color : #000000;
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;

}
	h1:first-letter {
	font-size : 2em;

}

	h2 {
	font-size : 1em;
	text-align : left;

}
	h3 {
	font-size : 1em;
	color : #000000;
	background-color : #efefef;
	text-align : left;

}

	h4 {
	font-size : 1em;
	text-align : left;

}

	h5 {
	font-size : 1em;
	text-align : left;

}
	p {
	font : "Times New Roman", Times, "New York", serif;

}
	#content > p {
	margin : 1em 0;
	padding : 0 1em 1em;

}
	#content > p + p {
	text-indent : 30px;

}
	ul li {
	list-style-image : none;
	list-style-type : circle;
	font-weight : normal;

}
	a:link , a:visited {
	background : white;
	color : black;
	text-decoration : underline;

}

	abbr[title]:after , acronym[title]:after {
	content : "(" attr(title) ")";

}
	.code {
	font-family : "Courier New", Courier, monospace;
	margin-left : 2em;
	color : #000000;
	background-color : #efefef;
	margin-right : 2em;
	font-weight : normal;
	border : 0;

}
	div.code {
	color : #000000;
	background-color : #efefef;
	font-family : "Courier New", Courier, monospace;
	padding : 0.5em;
	margin : 1em;
	border : 0;

}

	code {
	color : #000000;
	background-color : #ffffff;
	font-family : "Courier New", Courier, monospace;
	padding : 0em;
	margin : 0em;
	border : 0;
	font-weight : bold;

}
	.webstandards {
	display : none;

}
	#navigation {
	display : none;

}
	.divider {
	display : none;

}
	#footer {
	display : none;

}
	table {
	font-family : "Times New Roman", Times, "New York", serif;

}
	tr {
	font-family : "Times New Roman", Times, "New York", serif;

}
	th {
	color : #000000;
	background-color : #cccccc;
	text-align : left;
	font-family : "Times New Roman", Times, "New York", serif;

}
	td {
	font-family : "Times New Roman", Times, "New York", serif;

}

	ol li {
	list-style-type : decimal;

}
	ol li li {
	list-style-type : lower-alpha;
	
}	

	ol ol ul li{
	list-style : none;
    list-style-image: none;

}

	ol ol ul li ul li{
	list-style : none;
    list-style-image: none;

}    
    
    ol.abc li {
    
    list-style-type: lower-alpha;
}	