/* P r i n t  S t y l e s h e e t  */

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	paddin: 0;
   background: white;
   font-size: 9pt;
   }
h1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:normal;
	}
h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	}
#navcontainer, #johnsonpick, #membership {
   display: none;
   }
 body, #main, #content, {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background-image: none;
  background-color: white;
}
#homeWelcome {
  float: none !important;
  width: 100% !important;
  margin: 0;
  padding: 0 20px 0 0;
  background-image: none;
  background-color: white;
}
#content {
border-right: 150px solid #e5e5e5;
}

html body #content {background-color: white;}

html body #content #homeWelcome #footer {padding: 0 0 0.5em; margin: -1.5em 0 2em; text-align: left;
  background-image: none; position: relative;}
  
#homeWelcome img {
float:right;
margin: 5px 0 5px 10px;
}
  
div#headerSecondary, div#homeheader{
	background-image:url(images/johnson_logo_print.jpg);
	background-repeat: no-repeat;
	background-position:top right;
   height: 100px;
   border-bottom: 3px solid #ccc;
   }
div#headerSecondary img {
   vertical-align: bottom;
   }
#headerSecondary h1, #homeheader h1	{
	vertical-align:center;
	font-size: 12pt;
	font-weight: normal;
	}
#headerSecondary a:link, a:visited {
   color: #000;
   background: transparent;
   font-weight: normal;
   text-decoration: none;
   }
#homeheader a:link, a:visited {
   color: #000;
   background: transparent;
   font-weight: normal;
   text-decoration: none;
   }
	
 div#footer {
 margin-top: 15px;
 padding: 5px;
 border-top: 3px solid #666;
 border-bottom: 1px solid #666;
 background-color:#CCC;
 color:#666;
 font-size: 7pt;
 }
#GenTable {
font-size: 6pt;
width: 100%;
border-collapse:collapse;
}

#GenTable tr,td,th {
padding: 2px 0 0 2px;
}
 #GenTable td {
font-size: 7pt;
border-bottom: 1px solid #999999;
} 
#GenTable th {
text-align:left;
background-color:#CCC;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
}

a:link, a:visited {
   color: #666;
   background: transparent;
   font-weight: normal;
   text-decoration: none;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
/* #content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   } */