/* CSS --> Print Media */

/* Main Shell - increases font-size of body text, width of outer shell, and substitues 'verdana' with
a serif font */
body
{ background: white; text-align: left; border: 0; margin: 0; padding: 0; width: 7in; }
body, div, p, table, tr, td, ol, ul, li
{ font-family: Georgia, "Palatino", Times, serif; font-size: 10pt !important; color: black; }
heading
{ font-family: Arial,Verdana,Helvetica; font-size:14pt; color: black; }

html
{ width: 100%; }
html p
{ line-height: 1.7em; text-align: left; margin: 0 0 1em 0; }

#wrapper
{ width: 7in; border: 0; border-top: 0; padding: 0;	margin: 0; background: white; background-image: none; color: black; }
#pagebody
{ width: auto; margin: 0; padding: 0 1.5em 0 0; border: 0; border-top: 0; float: none !important; color: black; background: transparent none; }

/* Headers */
h1, h2, h3
{ font: bold Verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif; font-size: 13pt !important;  margin-bottom: .8em; letter-spacing: 1pt; }
h1
{ display: inline; }


/* Image Display - hides unnecessary images on the page */
#header, #footer, #sidebar, #sidenav, #navigation, #auxnav, #skipnav
{ display: none; }
#pagebody img
{ display: none; }

/* Lists */
#content ul
{ margin-bottom: 1.2em; }
#content li
{ margin-bottom: .6em; line-height: 1.7em }

/* Image Display - displays the printer image */
#printerlogo
{ display:block; margin-bottom: 1.6em; }

/* Links */
a:link, a:visited
{ color: #566; background: transparent; font-weight: bold; text-decoration: underline; }

/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint 
#content a:link:after, #content a:visited:after {
   	content: " (" attr(href) ")";
  	 }

#content a[href^="/"]:after {
   	content: " (http://www.strongbridgecorp.com" attr(href) ")";
	}*/