/*file name:  copeland.css	created by:  dan mccullough	date:  10/28/01*/
/*file name:  copeland.css	updated by:  jenna dixon	date:  11/15/07*/
/*file name:  copeland.css	updated by:  jenna dixon	date:  06/10/08*/

/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Original by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
A:visited { color: #CC6600; font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; text-decoration: none; }
A:hover { color: #CC6600; font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; text-decoration: underline; }
body { line-height:3; color: #222; font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; }

body          { font-size: 75%; }   /* IE */
html > body   { font-size: 13px; }  /* Other browsers */

h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#de3637; 
}

h1 { font-size: 1.5em; font-weight:bold; line-height:1.1; margin: 0 0 0.5em 0;}
h2 { font-size: 1.1em; font-weight:bold; line-height:1.1; margin: 2em 0 0.5em 0; }
h3 { font-size: 1em; line-height:1.1; margin: 0 0 0 0; }

p  { margin: 0 0 1em 0; text-align:left; line-height: 1.3em; }

p.small   {
	font-size: 0.8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
p.incr, .incr p {
	font-size: 0.9em; /* font size 10px */
	line-height: 1.2em;  
	margin-bottom: 1em; /* Still 1.5 x normal font size as baseline */
