/* Based on: http://kematzy.com/blueprint-generator/css/bgg.css */

.container { background: #C2DFFF;  }
body { 
    background-color: #C2DFFF; 
    color: #000;
}
a {color:#2554C7;}
a.headerref { text-decoration: none; }
a:focus, a:hover {color:#000;}

hr {color:#2554C7;
background-color: #2554C7}

/* Blueprint v0.4 => v0.5*/

/* Use a .box to create a padded box inside a column. 
   Sticking to the the baseline. */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: white; 
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

img.attn{
  border: 1px dashed #999;
  margin: 10px;
  padding: 10px;
}
p.version{
  text-align: right;
}


