/*  Container: SideBar Styles */
.containers .sidebar
{
  height: auto;
  background-color: #A0B9D2;
  width: 100%;
  border-top: 3px solid #494848;
  border-bottom: 3px solid #494848;
  margin-top: 5px;
  padding-top: 2px;
  margin-bottom: 5px;
  text-align: center;
  margin-right: 4px;
}

.containers .sidebar .heading
{
  text-align: center;  
}

.containers .sidebar .menu
{
  width: 20px;
  float: right;
}

.containers .sidebar .body
{
  clear: both;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.8em;
}
.containers .sidebar .bodytext
{
}


