/*
	BTBH&H Print CSS
	Created:		04.04.2009
	Last Modified:	04.04.2009
	Author:			Matt Jacob
*/

body {
	font-size: 12pt;
}
#browserWarning,
ul#jar_navTop,
#jar_navBottom {
	display: none;
}
div#jar_main,
div#jar_header,
div#jar_content {
	width: 100%;
}
div#jar_header,
div#jar_content,
body {
	background-image: none;
	background-color: #fff;
}
#jar_content a:link:after, #jar_content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#jar_content a[href^="/"]:after {
   content: " (http://www.btbhh.com" attr(href) ") ";
}
dt { font-weight: bold; }