﻿@page { size: portait; margin: 0.5in;}

html {
	background: #ffffff;
	margin:0;
}
body {
  color: #000000;
  background: #ffffff;
  margin:0;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
}

#masthead { display: none;
 
}
#navigation {display: none;	
}
#inside-top {
	display:none;
}
#home-bottom {
	display:none;
}
#twitter {
	display:none;
}
#column_l {
      clear:both; 
      width: 100%;
}
#print {
	display:none;
}
.callout {
	padding: 10px;
	background: #FFFFEA;
	border: 1px #EAEAEA solid;
	margin: 10px 0 10px 15px;
	float: right;
	width: 200px;
	font-size: 9pt;
}

#footer {       clear:both; 
      width: 100%;
}
.img-right {
	float: right;
	margin-left: 15px;
	padding: 5px;
	border: 1px #EAEAEA solid;
}
a:after { content: " (" attr(href) ")";}

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

