/* jimshoredesign.com Style Sheet for print
   author: Jim Shore http://jimshoredesign.com */

body {
	background: white;
	font-size: 12pt;
}
	
#leftcol {
	display: none;
}

#special {
	display: none;
}

.noprint {display: none}

form  {display: none}

#wrapper, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

div#content {
	margin-left: 10%;
}

#wrapper, #content1 {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

div#content1 {
	margin-left: 10%;
}

#header a {display: none}

/* print links noticebley */
  a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

/* print url after links... */
#content a:link:after, #content a:visited:after, #content1 a:link:after, #content1 a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

.note {
  padding: 0px 30px 0px 30px;
}

.photos {
/*  float: left; 
  text-align: left; */
  width: 100%;
/*  border: 2px solid #000; */
}

.photos dl{
  float: left; 
  width: 100%;
  display: inline; /* fixes IE/Win double margin bug */
}

.photos dt {
  float: right; 
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px 10px;
  color: black;
}

.photos dd {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 85%;
  line-height: 1.5em;
}

.dim {color: #aaa;
  text-align: center;
}

.dim a {color: #aaa;
  text-align: center; 
}

#header {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}

#header h1 {
  color: #002554;
  text-align: center;
  margin-bottom: 0px;
}

#header h2 {
  color: #002554;
  text-align: center;  
  margin-top: 0px;
}

#header p {
  display: none;
}

img {border: 0px}

#footer {
  clear: both;
  bottom: 0px;
  width: 95%;
  margin: 10px;
  text-align: center;
  padding: 3px;
  border-top: 1px solid #333;
  color: #000;
  background: #FFFFFF;
}

#footer .copyright{
  float: left;
  text-align: left;
}

#footer img {display: none}

#footer .email{
  display: none}
