body {
	padding: 0;
	margin: 0;
	font: 0.85em "Lucida Grande", Lucida, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	background-color: #FFFFFF;
	color: #31363E;
}

#title {
	background:url(PrintTitleAndLogo.png) top left no-repeat;
	width: 800px;
	height: 72px;
	position: relative;
	margin: 0 auto;
	left:10px;
}

#container {
	width: 550px;
	margin: 0 auto;
	z-index: 2;
	padding: 0 20px;
}

#contentContainer {
	margin-left: 0px;
	border:0px;
	padding-left: 14px;
	line-height: 1.5;
}

a:link, a:visited {
	color: #485CB0;
	text-decoration: none;
}


#bar {
	background-color: #485CB0;
	border-bottom-color:#40529E;
	height: 4px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: absolute;
	top: 96px;
	left: 0;
	z-index: 1;
}

#navContainer {
	display:none;
}

#pageHeader {
	background: #31363E url(Banner.png) repeat-x top left;
	height:75px;
	padding-top: 22px;
	position: relative;
	z-index: 10;
}
#pageHeader img {
	float:left;
	padding-left:5px;
}
#PrintTitleAndLogo {
	display:block;
}

p {
	padding-bottom: 5px;
}

b, strong {

}

.clearer {
	clear: both;
}

#content {
	padding: 20px 0px 30px 0;
	font-size: 14px;
	color:#000000;
}

/**********************************************************
  Sidebar and its elements:
**********************************************************/
#sidebarContainer {
	display:none;
}

/**********************************************************
  Footer and its elements:
**********************************************************/
#footerContainer {
	color: #000000;
	font-size: 12px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#40529E;
	padding: 37px 20px 15px 20px;
}
#footer { 
	width: 800px;
	margin: 0 auto;
}
#PrintFooterLogo {
	display:block;
}
#footer p {
	padding: 5px 0 15px 50px;
	margin-left:165px;
	border:none;
}
#footer img {
	margin-left:10px;
	float:left;
	border:none !important;
}
#footer textarea {
	display:none;
}
#footer > form {
	display:none;
}

/**********************************************************
 From v16: earlier, individual-only version of the calculator:
**********************************************************/

ul {
	font-size:18px;
	padding: 0;
	margin: 0;
	width: 550px;
	position:relative;
	left:0px;
	top:10px;
}
li {
	list-style-type: none;
	width:550px;
	border-top-width:1px;
	border-top-color:#cccccc;
	border-top-style:solid;
	padding-top:8px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	height:22px;
	line-height:30px;
}
li:first-child {
	border-top:0;
}
.leftalign {
	width:448px !important;
	display:block;
	float:left;
}
.rightalign {
	width:100px !important;
	display:block;
	float:right;
}
#submitButton {
	display:none;
}
#whiteSpace {
	display:none;
}
.Results {
	border:0;
	font-size:14px;
	display:none;
	border-collapse:collapse;
}
tr {
	display:none;
	border-bottom-width:1px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	margin:0;
	width:550px;
}
th {
	font-weight:bold;
	padding-top:15px;
	padding-bottom:5px;
}
.ResultsLeftCell {
	width:365px;
	text-align:left;
	overflow:hidden;
}
.ResultsRightCell {
	text-align:right;
	width:165px;
}
.ExplicationToggle {
	width:20px;
	height:20px;
	padding-top:4px;
	border:none;
	background:white;
}
.ExplicationToggle > a {
	background:white;
}
.UnrankedInterventions {
	width:550px;
	text-align:left;
}
.Explication {
	display:none;
}
img {
	border:none !important;
	text-align:center;
}