
/***** RIGHT BAR *************************************************************************/

#right-bar {
  width: 214px;
  float: right;
  text-decoration:none;
  color:#005DAB;
  margin: 0px;
  padding: 0px;
}
#right-bar .section {
  background-color: #ffffff;
  color: #999999;
  padding-top: 10px;
}

#right-bar .section a:link {/* unvisited link */
  text-decoration:underline;
  color:#000000;
}
#right-bar .section a:visited {/* visited link */
  text-decoration:underline;
  color:#000000;
}
#right-bar .section a:hover {/* mouse over link */
  text-decoration:underline;
  color:#005DAB;
}
#right-bar .section a:active {/* selected link */
  text-decoration:underline;
  color:#000000;
}

#right-bar .section .body {
  color: #000000;
  background-color: #eeeeee;
  padding: 5px;  
}
  
#right-bar .section h1 {
  background-color: #005DAB;
  margin: 0px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  padding: 8px;
}

#right-bar .section h1 a:link {/* unvisited link */
  text-decoration:none;
  color: #ffffff;
  font-weight:bold;
}
#right-bar .section h1 a:visited {/* visited link */
  text-decoration:none;
  color: #ffffff;
  font-weight:bold;
}
#right-bar .section h1 a:hover {/* mouse over link */
  text-decoration:none;
  color: #ffffff;
  font-weight:bold;
}
#right-bar .section h1 a:active {/* selected link */
  text-decoration:none;
  color: #ffffff;
  font-weight:bold;
}

#right-bar .image {
  padding-right: 11px;
  border: none;
}


