/* Changes to Blueprint sytles */

/* From grid.css */
body {
  margin: 0;
  background: #949475; /* medium gray */
  background: #dacebc; /* taupe */
  background: #d0d0c0; /* light gray-green */
}

.container {
  background: #fff;
}

.showgrid { 
  background: url(../_img/grid2.png); 
}

/* From screen.css */
a:focus, a:hover {color:#666;text-decoration:underline;}
a {color:#005000;text-decoration:none; font-weight: bold;}




/* Site-specific styles */

div.body-copy p {
    font-size: 1.2em;
    line-height: 1.4em;
}

.alignright {
    text-align: right;
}

#content {
    margin: 20px 0;
}

div#content div img {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}

div.noheader {
    margin-top: 36px;
}

div.rightalign {
    text-align: right;
}