/* ---------- RIGHT COLUMN STYLES ---------- */

#rightcolumn { /* no padding allowed */
  position: relative;
  display: inline;
  height: auto;
  float: left;
  width: 171px; /*  4 px less than full width to account for border */
  margin-right: -175px;
  border: 2px solid #d8770e;
  background-color: white;
  font: .75em Verdana, Arial, Helvetica, sans-serif;
}
#rightcolumn ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#rightcolumn li {
	position: relative;
	background-image: url(/images/stylishbullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
}
#rightcolumn li a:link, #rightcolumn li a:visited {
  display: block;
  padding-right: 5px;
  padding-top: 4px;
  padding-left: 14px;
  padding-bottom: 3px;
  color: #9f5504;
  text-decoration: none;
}
#rightcolumn li a:hover, #rightcolumn li a:active {
  text-decoration: underline;
}
#rightcolumn li.columntitle {
  width: 100%;
  background-color: #9f5504;
  font-size: 1.2em;
  font-weight: 800;
  color: white;
  padding-left: 0;
	background-image: none;
}
#rightcolumn .titlepadding {
	display: block;
	padding: 5px 2px;
	text-align: center;
}
#rightcolumn p {
  padding-left: 5px;
  color: #9f5504;
}
#rightcolumn p a:link, #rightcolumn p a:visited {
  color: #9f5504;
  font-weight: bold;
}
#rightcolumnicons img {
  padding: 5px;
  padding-bottom: 0;
  padding-top: 2px;
  border: none;
}
