@charset "UTF-8";
/* CSS Document */


/* Printer-specific version of CSS */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 10pt !important;	text-align: left;
}

#wrapper, #pagewrapper  {
	width: auto;
	padding: 0;
	margin: 0;
	float: left;}
	
h1 {font-size: 14pt !important; text-align: center;}
h2 {font-size: 12pt !important; text-align: left;}

#navcontainer, #masthead {display:  none;}

/*.TabbedPanels {
	display: none;
}
*/
#content {margin-top: 0px; color: #000000;}

#leftcont {float: left; width: 50%; color: #000000;}
#leftcont ul li a:visited {color: #000000;}
#rightcont {float: right; width: 50%; color: #000000;}
#rightcont ul li a:visited {color: #000000;}

.prevnext {display:  none;
}

p, h1, h2, h3, hr, li {
	color: #000 !important;
}
#objectives {
	display:  none;}

.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;}
	
#copyright {
	float:left;
	font-size:  8pt;}
#pageid {
	float: right;
	font-size:  8pt;}

a, a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
h1,h2,h3,h4 {page-break-after: avoid;}
ul, ol, li {page-break-inside: avoid;}

/*a[href^="http://"]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}*/

.column a[href^="http://"]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	width: 120px;
	overflow: visible;
}


.column ul ol {margin-left: -6px;}
