* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
.noPrint {
	display: none !important;
}
a,
a:visited {
	text-decoration: underline;
}

/*
 * Don't show links for images, or javascript/internal links
 */
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: "";
}

.inner
{
	margin:0px !important;
	width:auto !important;
}

.footer .inner
{
	border: 0px solid #fff !important;
}
.footer .inner.lower
{
	display:none !important;
}


pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group; /* h5bp.com/t */
}
tr,
img {
	page-break-inside: avoid;
}
@page {
	margin: 0.5cm;
}
p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}
h2,
h3 {
	page-break-after: avoid;
}



body {
	background: #ffffff;
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
}
#SearchForm_SearchForm,
.headerNav,
.primary,
.noPrint,
.pageImage,
.sideBar,
#ScrollToTop,
#Breadcrumbs,
#MenuButton,
#NextPrevLinks,
#HomepageSlideshowContainer {
	display: none !important;
}
#Content
{
	margin-left:5% !important;
	width:95% !important;
}
img {
	max-width: 100% !important;

}

.columnHeading
{
	height:auto !important;
}
.columnHeading .headingText
{
	float:none !important;
	margin-top:0px !important;
	font-weight:bold !important;
}
.columnHeading .headingText a
{
	padding:0px 10px !important;
}

ul.faqList li div.answer
{
	display:block !important;
}


.clear {
	clear: both;
}
a {
	color: #000000;
}
	a img {
		border: 0px;
	}
h1 {
	color: #003466;
	font-weight: normal;
 	font-size: 26pt;
	line-height: 32pt;
}
h2 {
	letter-spacing: 1px;
	font-weight: normal;
 	font-size: 20pt;
	line-height: 26pt;
}
h3 {
	margin-top: 10px;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16pt;
	line-height: 22pt;
}
h4 {
	margin: 0 0 6px 0;
	font-weight: normal;
	font-size: 14pt;
	line-height: 20pt;
}
h5 {
	margin: 0 0 2px 0;
	color: #333333;
	font-weight: normal;
	font-size: 13px;
	line-height: 16pt;
}

#Breadcrumbs,
#Breadcrumbs a {
	font-size: 8pt;
}
hr {
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #999999;
}
.typography img.left,
.typography img.right {
	float: none !important;
	margin: 20px 0;
	display: block;
}

.footer {
	padding-top: 20px;
	margin-top: 30px;
	border-top: dashed 1px #d7d7d7;
}
input.text, textarea, select {
	display: block;
	margin: 5px 0 10px 0;
	width: 300px;
	padding: 5px;
}
input.action {
	display: block;
	margin: 5px 0 10px 0;
}
fieldset {
    border: none;
    margin: 20px 0;
    padding: 10px 0;
    width: 100%;
}

.header a.brand img {
	margin-left:30px;
}

ul#SearchResults,
ul.optionset {
	list-style: none;
}
	ul#SearchResults  li {
		margin-top: 20px;
		padding-top: 10px;
		border-top: solid 1px #d7d7d7;
	}