/* ===============================================================================
	=Print Styles
   =============================================================================== */
 
    body { font: 12pt Arial, Helvetica, sans-serif; line-height: 1.75; margin: 0.5in 0.3in 1in 0.3in; }
 
    header .right p { font: italic 0.9em/1em Georgia,"Times New Roman",Times,serif; margin-bottom: 15pt; }
 
 
    /* Hide Stuff */
    
    .nav, 
    header .right ul,
    .content_left ul,
    .footer { display: none; }
    
    /* Override jQuery Tab Hides */
    
    .ui-tabs-panel { display: block !important; }
    
    
    /* Media and Typography */
    
    img { max-width: 500px; }
    
    a { text-decoration: none; }
    
    a:link:after { content: "(" attr(href) ")"; }
    
    h1 { font-size: 14pt; line-height: 1; margin: 0; }
        h1 a:link:after { content: ''; }
    
    h2 { border-bottom: 1px solid #ccc; font-size: 18pt; font-weight: normal; padding-bottom: 0.25em; }
    
    h3 { font-size: 16pt; margin-bottom: 1.5em; }
    
    h4 { font-size: 14pt; }
        h4.subheading { color: #aaa; font: italic 12pt/1em Georgia,"Times New Roman",Times,serif; }
        h3 + .ui-tabs-panel h4.subheading { margin: -1.5em 0 1.5em; }
    