@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-size: 10pt;
}

#wrapper {
	border: none;
	background-image: none;
	width: 6.5in;
	margin-left: auto;
	margin-right: auto;
}

#masthead,
ul.MenuBarHorizontal,
ul.TabbedPanelsTabGroup,
#sidebar,
#footer,
.previousPage,
.nextPage,
#wrapper #content #blog,
#content td.homePageBtn a {
	display: none;
}

#mastheadPrint {
	display: block;
	margin-left: 0;
	position: relative;
	height: 1.25in;
	width: 6.5in;
}
#mastheadPrint .left {
	float: left;
}
#mastheadPrint .right {
	float: right;
	text-align: right;
}

#content {
	width: 6.5in;
	margin-top: 0in;
}

a[href^="http://"]:after  { 
	display: inline;
	font-size: 8pt !important;
	font-style: italic;
	font-weight: normal !important;
	content: " ("attr(href) ")";
	color:#000000 !important;
}

