@import url('/stylesheets/refinery/formatting.css');
/*
  Override default refinery formatting below.
  Formatting applies to backend WYSIWYG editors and all frontend.
*/
body {
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  font-size: 13px;
  color: #231f20;
}
#body_content_left p, #body_content_right p {
  line-height: 22px;
  margin-top: 6px;
  margin-bottom: 24px;
}
h1, h2, h3 {
  color: #231f20;
  font-weight: normal;
  font-family: Georgia;
}
h1 {
  color: #df7003;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
}
h2 {
  font-size: 20px;
}
#body_content_right h2, .part_side_body h2 {
  color: #df7003;
}
h3 {
  font-size: 16px;
}
#footer_content p {
  color: #6d696a;
}
.greeting h1, .page_part_greeting h1 {
  margin-top: 0px;
  line-height: 30px;
  color: #231f20;
}
a {
  color: #2f6291;
}