
/* Print Styles 
--------------------------------------------------------- */


/* HTML5 Boilerplate */
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
-ms-filter: none !important; } 
a, a:visited { color: #444 !important; text-decoration: underline; }
/*	a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }   */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } 
tr, img { page-break-inside: avoid; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }

html,
body{margin:0;padding:0;}

@page { margin: 0.2in .3in .2in; }


/* Reset */
td,th{vertical-align:top;padding:5pt;}

body {
	font-size:12pt; line-height:1.5em;
	font-family:"Lucida Fax",Georgia,serif;
	}

/* Headings */
h1{
	font-size:24pt;
	}
h2{
	font-size:18pt;
	}
h3{
	font-size:16pt;
	}
h4{
	font-size:14pt;
	}
h5{
	font-size:12pt;
	}
h6{
	font-size:10pt;
	}


/* Hide Stuff */

.accessibility,
#utility,
.utility,
#navigation,
#sidebar,
#content > hr,
.article-footer,
.print-bug, #footer, #bottom .tag, #bottom hr { display:none; }


/* Rough Layout */
#header{
	float:left;
}
#header .brand a img{
	width:.87in;
	height:2.14in;
}

#main{
	margin-left:1.1in;
}

