body {
  font-size: 75%;
  font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}

h1 {
  padding: 0 0 6px;
  font-family: Cambria, Georgia, serif;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1;
  color: #803134;
}
h1 span {
  display: block;
  padding: 3px 0 0;
  font-weight: bold;
  font-size: 0.667em;
  font-family: "Trebuchet MS", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  color: #286477;
  background-color: #fff;
}

h2 {
  padding: 9px 0 6px;
  font-weight: bold;
  font-size: 1.333em;
  font-family: "Trebuchet MS", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  color: #286477;
}

h3 {
  padding: 1em 0 0.2em;
  font-weight: bold;
  font-size: 1.083em;
  font-family: "Trebuchet MS", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  color: #4c4b4b;
}

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul.inline {
  list-style-type: none;
}

a {
  color: #33839a;
}

p, li, td {
  line-height: 1.5;
}

p, table {
  margin: 0 0 1em;
}

li {
  margin: 0.25em 0;
}

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


table {
	border-collapse: collapse !important;
}

th, td {
  padding: 0 16px 0 0 !important;
}

strong {
  font-weight: bold;
}

em {
	font-style: italic;
}

img.image_block, img.image_left, img.image_right {
border: 1px solid #ddd;
padding: 8px;
background: #fff;
margin: 0 0 10px 0;
}
img.image_block {
display: block;
}
img.image_left {
float: left;
margin-right: 10px;
}
img.image_right {
float: right;
margin-left: 10px;
}


.hidden {
  display: none;
}

.replace {
  display: block;
  height: 0;
  text-indent: -5000px;
}

.back_to_top {
  padding-left: 16px;
  background: url(/images/icon_back_to_top.png) no-repeat left center;
  text-decoration: none;
}

.boxed {
  padding: 10px 20px;
  background: transparent url(/images/heading_background.png) repeat-x 0 0;
}

br.clear {
  clear: left;
}

td.currency_column {
  width: 75px;
  text-align: right;
}

td.item_column {
  width: 100%;
  padding: 0 60px 0 0;
}


/* Headings within list items
----------------------------------------------------------*/
ul.headings {
  margin: 0;
  list-style-type: none;
}
ul.headings h3 {
  padding: 0 0 .5em 0;
}


/* List Items with Icons
----------------------------------------------------------*/
ul.icons {
  margin-left: 0;
  list-style-type: none;
}
li.pdf {
  padding: 2px 0 2px 25px;
  background: url(/images/icon_pdf.png) no-repeat center left;
}


/* Financial tables
----------------------------------------------------------*/
table.financial {
  margin-bottom: 20px;
  border-collapse: collapse;
}

table.financial caption {
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 1.1em;
}

table.financial thead th {
  border-top: 1px solid #bbb;
  padding: 4px 0 4px 10px;
  background-color: #eee;
}

table.financial th {
  border-top: 1px solid #eee;
  padding: 3px 0 3px 10px;
  background-color: #fafafa;
}

table.financial td {
  border-top: 1px solid #eee;
  padding: 2px 4px;
  text-align: right;
}

table.financial td span {
  float: left;
  color: #999 !important;
}

table.financial tfoot tr.total th, table.financial tfoot tr.total td {
  padding: 2px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  font-weight: bold;
}

table.financial th.currency_column {
  width: 125px;
  font-weight: bold;
  text-align: center;
}

table.financial .item_column {
  width: 260px;
}

table.grant_awards {}

table.grant_awards td {
  padding-right: 10px !important;
}
table.grant_awards .item_column {
  width: 390px !important;
}
table.grant_awards .currency_column {
  width: 70px !important;
  text-align: left;
}


/* Trustees - /about_us/trustees_and_staff/
---------------------------------------------------------- */
table.trustees_list th {
  width: 140px;
  font-weight: bold;
  color: #333;
}
.trustees_list ul {
  float: left;
  margin-left: 0;
  width: 160px;
  list-style-type: none;
}
.trustees_list br {
  clear: left;
}


/* Our Mission table
----------------------------------------------------------*/
table.our_mission {
  margin-top: 10px;
}
table.our_mission th {
  text-align: right;
  font-weight: bold;
  font-size: 1.1em;
  font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  color: #286477;
}
table.our_mission th, table.our_mission td {
  padding: 0 .5em .6em 0;
}


/* Photos with drop shadows
----------------------------------------------------------*/
.photo {
  float: left;
  margin: 4px 0 2px 0;
  padding: 0 8px 8px 0;
  background: #ffffff url(/images/image_drop_shadow.gif) no-repeat bottom right;
}
.photo span {
  float: left;
  border: 1px solid #e2e2e2;
}
.photo img, .photo iframe {
  display: inline;
  margin: 6px;
  padding: 0 !important;
  border: 1px solid #d2d2d2;
}

.photo_text_columns .photo {
  margin-right: 10px !important;
}
.photo_text_columns .text {
  float: left;
  width: 345px;
}

.photo h2 {
  margin: 0 6px 8px 8px;
  padding: 0;
  font-size: 1.1667em;
  background-color: #fff;
}

/* Presidents Signature - /about_us/presidents_message/
----------------------------------------------------------*/
img.presidents_signature {
margin: 0 !important;
border: none !important;
padding: 0 !important;
}




/* Tinymce Particulars
----------------------------------------------------------*/
.tinymce {
background: #fdffee;
background: #f6f6f6;
background: #CADBED;
padding: 10px;
background: url(/images/admin/forms/background.tinymce.png);
}

/* Borders */
.tinymce h1, .tinymce h2, .tinymce h3, .tinymce p, .tinymce li, .tinymce table, .tinymce th, .tinymce td, .tinymce caption {
margin-bottom: 5px;
padding: 3px !important;
border: 1px solid #eceed8;
border-color: #9BB5CF;
border-color: #A7C3DF;
background: #fdffee;
background: #fff;
}
.tinymce table {
border-right: none;
border-bottom: none;
background: none;
}
.tinymce th, .tinymce td {
margin-bottom: 0;
border-top: none;
border-left: none;
}
.tinymce caption {
margin-bottom: 0;
border-bottom: none;
}

