﻿#main p {
  line-height: 1.4;
  margin-top: 5px;
}

#main h1 {
  color: #C82F44;
  font-size: 16pt;
}

#main h2 {
  color: #C82F44;
  font-size: 14pt;
  margin-bottom: 5px;
}

#main h3 {
  color: #C82F44;
  font-size: 12pt;
  margin-bottom: 2px;
  /* drop font size as requested by hilary */
  font-size: 10pt;
}

#main li {
  margin-bottom: 10px;
  line-height: 1.4;
}

#main strong {
  color: #C82F44;
}

/*

  Added 2009-08-11

*/

#main .pagetitle {
  -font-family: Times New Roman;
  font-size: 28pt;
  margin-top: -8px;
  text-align: right;

  /* changed for ds; 2009-10-16 */
  text-align: left;
  margin-bottom: 20px;

  /* changed for ms; 2009-10-25 */
  font-family: inherit;
  font-size: 24pt;
}

#main h3 {
  font-family: 'Times New Roman';
  text-transform: uppercase;

  /* changed for ms; 2009-10-25 */
  font-family: inherit;
}

#main p.first {
  font-family: 'Times New Roman'; 
  font-size: 13pt;  
  line-height: 1.3;

  /* changed for ds; 2009-10-16 */
  font-family: inherit;

  /* changed for ds; 2009-10-31 */
  font-size: inherit;
}


/*

*/

#main .staff h1 {
  text-align: right;
}

/*

  Quote styles

*/

#quote {
  padding: 0 20px;
  margin-top: 50px;
  line-height: 1.4;

  display: none;
}

#quote strong {
  color: #C82F44;
}


