#sidebar {
  margin: 10px 0px 10px 10px;
  width: 15em;
  float: right;
}

#sidebar_content {
  border-left: 5px solid #FF7C28;
  border-right: 5px solid #FF7C28;
}

#sidebar_header, div.message_box_header {
  background-color: #FF7C28;
  background-image:  url("../images/top_right_corner_orange.gif");
  background-position: right;
  background-repeat: no-repeat;
}

#sidebar_footer, div.message_box_footer {
  background-color: #FF7C28;
  background-image:  url("../images/bottom_right_corner_orange.gif");
  background-position: right;
  background-repeat: no-repeat;
}

#sidebar_text_header {
  background-color: #FF7C28;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: large;
  font-weight: normal;
  text-align: center;
  padding: 0px 5px 4px 5px;
  font-variant: normal;
}

#menu a {
  font-weight: bold;
  font-size: medium;
  text-decoration: none;
  color: white;
  background-color: #226CBC;
  display: block;
  padding: 0px 5px 0px 5px;
}

#menu a:hover {
  color: #FEC7A3;
}

#menu div.spacer {
  margin-bottom: 4px;
}

#menu div.header {
  background-color: #216BBD;
  background-image: url(../images/top_right_corner_medblue.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#menu div.footer {
  background-color: #216BBD;
  background-image: url(../images/bottom_right_corner_medblue.gif);
  background-position: right;
  background-repeat: no-repeat;
}