html,
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}


#nav,
#subscriptionBar,
#ad,
#freeweek,
#footer .links,
#footer .debug,
.pagejump,
.editormessages,
td.baitForm,
.article .tools,
.article .callout,
.home form {
	display: none;
}

.home img {
	/*width: 80%;
	height: 80%;*/
}

.article p {
	font-size: 11pt;
	font-family: "Times New Roman" serif;
	line-height: 16pt;
	
}

.article,
.contentPad,
table
{
	width: 100%;
}

#footer p.copyright {
	display: block;
	text-align: left;
}

#content td.outline,
.outline,
.content,
.contentPad {
	border-width: 0px;
}

td.baitBlurb {
	width: 100%;
	padding-top: .5cm;
	padding-bottom: 1.5cm;
}

/* Don't print some things in print version */
#css3topmenu {display:none; }
#rob_picker {display:none; }

/* article comments */
#articleComments .commentTools div,
#articleComments .mainCommentOptions div,
#composeReply
{
	display: none;
}

#articleComments .commentTools div.postedDate,
#articleComments .commentTools div.rating
{
	display: inline;
}


