html
{
	width: 100%;
}
body {
	color: #1b3665;
  font: 11pt arial, sans-serif;
  background: #fff;
}
h1 {
	font-size: 130%;
	color: #012F61;
	padding-bottom: 8px;
}
h2 {
	font-size: 120%;
	color: #012F61;
	padding-bottom: 8px;
	margin-left: 0px;
}
h1, h2 {
    page-break-before: auto;
}

p {
    page-break-inside: avoid;
}


a {
	color: #1b3665;
	text-decoration: underline;
}

hr {
display: none;
}

ul {
list-style-type: square;
margin-left: 0px;
padding-left: 20px;
}

.subNav,
.bannerQuote,
.bannerCredit,
.bannerSquare,
#bannerArea,
#searchBox,
#relNavBox,
#footer,
#midColBox h2,
#backLink,
#imgVCard
{
display: none;
}

#sfData h2,
.knowledge #midColBox h2
{
	display: inline;
}

div.quoteBounds p
{
	font-size: 1.2em;
	color: #97bfe0;
}
.credit
{
	text-align: right;
}
.knowledge #contentBox ul
{
	list-style-type: none;
}
.knowledge #contentBox li
{

}
.knowledge #contentBox li a img
{
	vertical-align: middle;
}
.knowledge #contentBox li a
{
	font-weight: bold;
}
.knowledge #contentBox li a span.description
{
	font-weight: normal;
	display: block;
	width: 100%;
}
