/* Print CSS */

body {
  background: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  color: black;
  }

#top_panel { display: none; }

#sub_panel { display: none; }

#header { margin: 0 0 30px 0; }

#header_navigation { display: none; }

#main_image { display: none; }

.box1 { color: #666666; }

.box2 { color: #666666; }

#contents_column_three { display: none; }

#footer { display: none; }


/* Typography
-------------------------------------- */

h1 {
  font-size: 26px; 
  font-weight: normal; 
  text-transform: uppercase; 
  color: #6b6e77;
  margin: 0 0 18px 0;
  padding: 0;
  }

h2 {
  font-size: 16px; 
  font-weight: bold; 
  font-style: italic; 
  display: block;
  color: #bbc1c5;
  margin: 0 0 8px 0;
  padding: 4px 0 0 0;
  }

h3 {
  font-size: 14px; 
  font-weight: bold;
  text-transform: lowercase;
  display: block;
  color: #949494;
  background: #2d2d2d;
  margin: 0 0 8px 0;
  padding: 4px 0 5px 6px;
  }

h4 {
  font-size: 12px;
  color: #ffffff;
  }

h5 {
  font-size: 13px;
  color: #6f727b;
  text-transform: lowercase;
  margin: 6px 0 8px 0;
  padding: 0;
  }

h1, h2, h3, h4, h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  }

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  text-align: left;
  }
  