/*
* b1 - 1px high line with a white background and a left/right margin of 5px
* b2 - 1px high line with grey 3 background, a left border 2px solid white, a right border 2px solid grey 1 and a left/right margin of 3px
* b3 - 1px high line with a grey 3 background, a left border 1px solid white, a right border 1px solid grey 2 and a left/right margin of 2px
* b4 - 2px high line with a grey 3 background, a left border 1px solid white, a right border 1px solid grey 4 and a left/right margin of 1px
* boxcontent - a grey 3 background, a left border 1px solid white, a right border 1px solid grey 5 and no margin
* b4b - 2px high line with a grey 3 background, a left border 1px solid grey 1, a right border 1px solid grey 5 and a left/right margin of 1px
* b3b - 1px high line with a grey 3 background, a left border 1px solid grey 2, a right border 1px solid grey 5 and a left/right margin of 2px
* b2b - 1px high line with grey 3 background, a left border 2px solid grey 4, a right border 2px solid grey 5 and a left/right margin of 3px
* b1b - 1px high line with a grey 5 background and a left/right margin of 5px
*/
.raised {
  background:transparent; 
  width:150px;
  }
.raised h1, .raised p {
  margin:0 10px;
  }
.raised h1 {
  font-size:2em; 
  color:#fff;
  }
.raised p {
  padding-bottom:0.5em;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {
  height:1px;
  }
.raised .b2 {
  background:#8CB7E7; 
  border-left:1px solid #2564C0; 
  border-right:1px solid #2564C0;
  }
.raised .b3 {
  background:#8CB7E7; 
  border-left:1px solid #fff; 
  border-right:1px solid #2564C0;
  }
.raised .b4 {
  background:#8CB7E7; 
  border-left:1px solid #fff; 
  border-right:1px solid #2564C0;
  }
.raised .b4b {
  background:#F5F5F5; 
  border-left:1px solid #eee; 
  border-right:1px solid #999;
  }
.raised .b3b {
  background:#F5F5F5; 
  border-left:1px solid #ddd; 
  border-right:1px solid #999;
  }
.raised .b2b {
  background:#F5F5F5; 
  border-left:1px solid #aaa; 
  border-right:1px solid #999;
  }
.raised .b1 {
  margin:0 5px; 
  background:#2564C0;
  }
.raised .b2, .raised .b2b {
  margin:0 3px; 
  border-width:0 2px;
  }
.raised .b3, .raised .b3b {
  margin:0 2px;
  }
.raised .b4, .raised .b4b {
  height:2px; margin:0 1px;
  }
.raised .b1b {
  margin:0 5px; background:#999;
  }
.raised .boxtitle {
  display:block;  
  background:#8CB7E7; 
  border-left:1px solid #fff; 
  border-right:1px solid #2564C0;
  }
  .raised .boxcontent {
  display:block;  
  background:#F5F5F5; 
  border-left:1px solid #fff; 
  border-right:1px solid #999;
  }
  
 .header{
 font-family:Verdana,Arial; 
 font-size:10px;
 font-weight:bold;
 text-align: center;
 color:#ffffff;
 /*background-image: url(images/top_bkg.gif);*/
 }