@import url("uwhead-foot-print.css"); /* required to hide header and foter for printing */

body {
	margin: 0;
	padding: 0.2in;
	font-size: 76%; /* sets default font size */
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
}

@page {size auto; margin: .5in}
	
a {text-decoration: underline;	color: #000099;}

a:visited {color: #000099}


a:active {	}
	
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used inteaded to deal with compound ie pc problems that are beyond summary in a simple comment.*/
}

h2 {
	font-size: 1.7em;
	margin: .5em 0 .2em 0;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}
img {border: 0;}

p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: .5em 0em 1.2em 0em;
}

li > p {margin-top: 0.2em;}

li {font-size: 1.0em; line-height: 1.5em;}

li ul, li ol {margin-top: .15em;} /*** equalize spacing "sub lists" within a list ***/

dl {margin: .5em 0 1.2em 0}

dt {
	line-height: 1.5em;
	font-size: 1em;
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
	margin-bottom: 1.2em;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: normal;
}

td, th {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em;}
strong, b {font-weight: bold;}
a#skipnav, a:visited#skipnav, a:hover#skipnav {/* Hide the skip nav from printing*/
	display: none;
}

/*** HEADER ***/

div#header {display: none; height: 0; overflow: hidden;}

/*** TOPIC NAVIGATION BAR ***/

ul#topicnav { display: none;}

/*** ROLE NAVIGATION SECTION ***/

ul#roleLinks { display: none;}


/*** LOWER CONTENT AREA ***/

/*** wrapper for three column display ***/

div#contentWrap { /* no formatting */}

div#leftColumn { /* left column */
	display: none;
}

/*** center column ***/

div#centerColumn {
	width: 100%;
	background-color: #FFFFFF;
}

#centerColumn ul, #centerColumn ol {
	margin-top: .5em; /* default top spacing for lists */
}

.pagecontents {
	display: none;
}


/*** right column ***/

div#rightColWrap {
	display: none;
}

div#rightcol {
	display: none;
}

/*** table styles ***/


table.display {
	border: 1px solid #3A3A3A;
	border-collapse: collapse;
	margin: .5em 5px 1.5em 5px;
	font-size: .8em;
	page-break-before:avoid;
	page-break-after: avoid;
	page-break-inside: auto;
}
table.display td, table.display th {
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	border-collapse: collapse;
	padding: .2em;
}

table.display caption {
	margin-top: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
}

table.display tbody { margin-top: 1.5em;}

/*** CLEARING DIV ***/

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
div.clear hr {
	height: 0; 
}

div#footer {display: none;}