.footer {
	text-align: center;
	background-color:#1d9ce5;
	color:white;
	padding-top:15px;
	margin-top:30px;
}
.footer .nav {
	width:100%;
	float:none;
}
.footer .nav > li {
    display: inline-block;
    float: none;
    position: relative;
}
.footer a {
	color:white;
}
.footer a:hover {
	color:#1d9ce5;
}
.navbar {
	border-top:3px solid darkred;
}
.header-row {
	padding-bottom:15px;
	border-bottom:3px solid lightgrey;
	font-weight: bold;
}
body {
	background:rgba(0, 0, 0, 0) url("/img/bodybg.png") repeat scroll 0 0;
}
@media print {
	.noprint {
		display:none;
	}
	h1 {
		margin-top:4px;
		margin-bottom:4px;
		font-size:14pt;
	}
	h3 {
		margin-top:4px!important;
		margin-bottom:2px;
		font-size:12pt;
	}
	p {
		padding-top:2px;
		margin-top:2px;
		font-size:10pt;
	}
	tr, td {
		font-size:8pt;
		padding:1px!important;
	}
	table {
		margin-bottom:5px!important;
	}
	h1, h2, h3, h4, h5 {
		color:#317eac!important;
	}
	.faq-question {
		page-break-inside: avoid;
	}
}