html, body {
	width:  100%;
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#contentcalc {
	font-size: 0.9em;
	line-height: 1.4em;	
}

#contentcalc h1, #contentcalc h2, #contentcalc h3 {
	margin: 0;
	padding: 20px;
	line-height: 2.0em;
}

#contentcalc p {
	margin: 0;
	padding: 20px 20px 0 20px;
	line-height: 1.6em;
}

#contentcalc ul, #contentcalc ol {
	margin: 20px 40px 20px 20px;
}

ul.qanda {
	list-style: none;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.0em;
	font-weight: normal;
}

* html #content ul {
	margin-left: 60px;
	margin-right: 40px;
}

* html #content ol {
	margin-left: 60px;
	margin-right: 40px;
}

#logo {
	width: 100%;
	height: 100px;
	text-align: center;
}

#print {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
}

#footer, #mainnav, #sidebar, #otherinfo {
	display: none;
}

#sidebar, #otherinfo {
	width: 1%;
	height: auto;
}

table {
	width: 100%;
	height: 100%;
}
