/* Start of CMSMS style sheet 'three colomn' */
#body_wrapper_top{
  height:5px;
  background-image:url(uploads/images/body_wrapper_top.png);
}
#body_wrapper_middle{
  background-image: url(uploads/images/body_background.png);
  height: auto;
}
#body_wrapper_bottom{
  height:5px;
  background-image:url(uploads/images/body_wrapper_bottom.png);
}
#left_panel{
  float: left;
  width: 148px;
  position: relative;
}
div#navbar{
  color: #172983;
  margin: 0px;
  padding: 0px;
}
#navbottom{
  }
div#content {
  margin: 0;
  margin-left: 18px;
  width:540px;
  padding: 15px;
  float: left;
  /* background-color: #cfc; */
  /* border: 4px solid #ebeef7; */
  /*height:456px;*/
  text-align:left;
  overflow: hidden;
}

div#rightbar{
  float:right;
  width: 128px;
  /*background-color: #f00;*/
  margin: 0;
  padding: 10px 10px 0 10px;
  }
img{
  display:block;
  margin-left: auto;
  margin-right: auto;
  }
#header_right{
  float: right;
  width: 450px;
  height: 50px;
  text-align:center;
  /*background-color:#ffc;*/
  }
/* End of 'three colomn' */

