/* Remove unwanted elements */
#sideBar, #topnavbanner, .noprint, .homeLinkImage
{
display: none;
}

/* Ensure the content spans the full width */
#innerContent
{
    width: 100%;
	padding: 0;
	margin: 0;
	color:Black !important;
	text-align:left !important;
}

#footer
{
    margin-top:20px;
}

caption { 
    text-align: left;
}

th { 
	text-align: left;
}

.numericinformation {
    text-align: right;
    padding-right: 0;
}