body {
  font-size: 76%;
  background: #f6f6f6;
  color: #3E3F3E;
}


/*= Generic elements (default settings)
--------------------------------------*/

div {}

hr {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	border: none;
	border-top: 1px solid #fff;
}
#foot hr {
  border-top: 1px solid #f6f6f6;
}

/*= Text elements (default settings)
--------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin: .8em 0 .4em 0;
}
h1 {
  font-family: "ITC Franklin Gothic", arial, sans-serif;
  color: #000;
  background: transparent;
  letter-spacing: -.05em;
  line-height: 1.1em;
}
h2 {
  margin-top: 1.2em;
  font-size: 1.3em;
  line-height: 1.3em;
  color: #84BA36;
  background: transparent;
}
h3 {
  margin:1.5em 0;
  font-size:.85em;
  text-transform:uppercase;
  color:#000;
}
h4 {}
h5 {}
h6 {}

p {
  margin-bottom: .8em;
}
strong {
  color: #222;
  background: transparent;
}
blockquote {
  margin: .5em 0 1em 0;
  padding: 1.3em 0 .1em 48px;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #666;
  background: transparent url(/graphics/bq.jpg) 0 0 no-repeat;
}
a:link {
  color: #4A7D9A;
  background: transparent;
}
a:visited {
  
}
a:hover {
  color: #84BA36;
  background: transparent;
  text-decoration: none;
}
a:active {
  
}
a img {
  border: none;
}
#c-m h2 a {
  color: #84BA36;
  background: transparent;
}
#c-m h2 a:hover {
  text-decoration: none;
}

/*= Lists (default settings)
------------------------------*/

ul, ol {
  margin: 1em 0 2em 3em;
}
ul {
  list-style: none;
}
li {
  margin: .45em 0 .45em 0;
}
#c-m ul, .teasers, ul.teasers ul {
  margin-left: .5em;
}
#c-m ul li, .teasers li li, .latest-documents li li {
  background: transparent url(/graphics/list-arrow.gif) 0 6px no-repeat;
  padding-left: 22px;
}
.teasers li li, #bonus-content ul li {
  background-position: 0 4px;
}

ul ul, ul ol, ol ol, ol ul {
  margin: .2em 0 .2em 2em;
}

/*= Form elements (default settings)
--------------------------------------*/

form {}
fieldset {}
legend {}
label {
  display: block;
  font-weight: bold;
  margin-top: .8em;
}
.submit {
  text-align: right;
  margin-top: .4em;
}
.submit input {
  width: auto !important;
}

/*= Table elements (default settings)
---------------------------------------*/

table {
  border-collapse: collapse;
  border: 2px solid #ccc;
}
caption {}
thead {}
tbody {}
tr {
}
th, td {
  padding: .4em .5em .2em .5em;
  border: 1px solid #ccc;
}
th {
  color: #000;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: bold;
}
td {
}


kbd {
  font-family: monaco;
}

/*= Generic interface messages
---------------------------------------*/

.story {
  font-size: .8em;
  padding: .2em .5em;
  border: 1px solid #fc0;
  background: #ffd;
}


/*= View specific rules (To be moved, or set for specific body id's)
---------------------------------------*/



/*= sIFR integration
---------------------------------------*/


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
}

.sIFR-replaced {
  visibility: visible !important;
}

span.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles

.sIFR-hasFlash h1 {
  visibility: hidden;
}

.sIFR-hasFlash h2 {
  visibility: hidden;
  letter-spacing: -9px;
  font-size: 55px;
}

.sIFR-hasFlash h3 {
  visibility: hidden;
  letter-spacing: -6px;
  font-size: 25px;
}

.sIFR-hasFlash h4 {
  visibility: hidden;
  letter-spacing: -5px;
  font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
  letter-spacing: -4px;
  visibility: hidden;
  font-size: 24px;
}
*/
