/*********************************************************************/
/* General */

a:link    { color: #004F8e; text-decoration: none; font-weight: bold; }
a:visited { color: #004F8e; text-decoration: none; font-weight: bold; }
a:hover   { color: #004F8e; text-decoration: underline; font-weight: bold; }
a:active  { color: #004F8e; text-decoration: none; font-weight: bold; }

/*********************************************************************/
/* Page elements */

/* Mission statement */

div.mission { 
  font-size: 110%;
  color: #565A5D;
  border-bottom: solid 1px #B8B9BD;
  font-weight: bold;
  padding-bottom: 15px;
  margin: 0px 0px 15px 15px;
  line-height: 1.4em;
}

/* News */

div.news-category, div.news-title { 
  font-weight: bold;
}

div.news-blurb { 
}

img.news { 
  float: right;
  margin: 3px 5px 5px 15px;
}

/* Recommendations */

div.recommendations { 
  float: right;
}

div.recommendations, div.documents { 
  width: 215px;
}

/* Newsletter */

table.newsletter { 
  width: 135px;
  margin-top: 0.5em;
}

table.newsletter td.newsletter-input { 
  background-image: url('../img/bg-input.gif');
  background-repeat: no-repeat;
  height: 25px;
}

table.newsletter td.newsletter-input input.input-text { 
  margin-left: 5px;
  margin-top: 4px;
}

table.newsletter td.newsletter-submit { 
  text-align: right;
  padding-top: 5px;
}

div.newsletter-link { 
  margin-top: 0.7em;
}

/* Boxes */

div.box-content,
div.box-content-emph {
  line-height: 1.4em;
}

