@page normal{ size 7.5in 10in; margin: .5in }
#contents {width: 7in; position: relative; } 


/*remove unneeded page elements*/
#footer, .foottools, #global_menu, #sitetools, #nav, #news {display: none;}



/* remove backgrounds */

body {
	background: #FFF;
}

#banner {
	background: #FFF;
	border-left: 0px #FFF;
	border-right: 0px #FFF;
}
.level2 {
	padding-left: 0;
	background: white;
}

/*layout adjustments */
#wrapper {
	background: #FFF;
	width: auto;
	text-align: left;
	border-style: none;
	border-width: 0px;
}


#main {
	border: none;
	padding: 0;
	width: auto;
}

#legal {
	padding-left: 5px;
}


/* font settings */
* {
	color: #000000 !important;
}

h1 {
	font-size: 18pt !important;
}

h2 {
	font-size: 14pt !important;
	font-weight: bold !important;
}

p {
	font-size: 11pt !important;
}

/*print only logo */
#logo {
	display: block;
}

/* print urls */
a:after {
   content: " (" attr(href) ") ";
}
  

