/* HTML element level selectors */
body{
	background-color: #FFFFFF; /* white */
	margin: 10px;
	padding: 10px;
}
body, td, div, p, a, span{
	font-family: "Times New Roman", Times, serif;
}
/* a:after{content:' [' attr(href) '] '} */
.portletTitle{
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	color: #000000; /* black */
	background-color: #FFFFFF; /* white */
	padding-left: 0px;
	
	background-image:url(/_code/images/spacer.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	width:100%;
}
.portletTitle_l{ 
	background-image:url(/_code/images/spacer.gif);
	background-repeat:no-repeat;
	width:0px;
	background-color: #FFFFFF;
}
.portletTitle_r{ 
	background-image:url(/_code/images/spacer.gif);
	background-repeat:no-repeat;
	width:0px;
	background-color: #FFFFFF;
}
h2.portletTitleText{
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
.portletContent{
	margin-bottom: 0px;
	line-height: 130%;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}
.bodyText{
	font-family: "Times New Roman", Times, serif;
	padding: 0px 0px 0px 0px;
}
#content li{
	font-family: "Times New Roman", Times, serif;
}
#content li a{
	font-family: "Times New Roman", Times, serif;
}
.footerRow{
	background-color: #FFFFFF; /* white */
	height: 10px;
}
.footerBackground{
	background-image:url(/_code/images/spacer.gif);
}
#header1{display:none;}
#tabNavigation{display:none;}
#header2{display:none;}
#leftColumnPrint{display:block;}
#leftColumn{display:none;}
#rightColumnPrint{display:block;}
#rightColumn{display:none;}
#footerGlobalNav{display:none;}
#footerDisclaimer{display:none;}
#footer{display:block;}
.printOnly{display:block;} /* hide/show for printing - needs code in container page */
.notForPrinting{display:none;} /* hide/show for printing - needs code in container page */
.width60percent{width: 100%;}
.width80percent{width: 100%;}
.width20percent{width: 0%;}
