/*#outerWrapper #topNavigation {
  background-image: url("../siteassistpro_images/topNavigation_bg0.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  border-bottom: solid 1px #a8a2d1; /* Sets the bottom border properties for an element using shorthand notation */
  color: #5f519e;
  font-weight: bold;
  height: 76px;
  padding: 5px 0px 0px 12px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}*/

#outerWrapper {
  background-color: #ffffff;
  background-image: url("../siteassistpro_images/content_border1.jpg");
  background-repeat: repeat-y;
  margin: 30px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 765px;
}
#outerWrapper #header {
  background-image: url("../siteassistpro_images/border_top1.jpg");
  background-position: top;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  line-height: 15px;
  padding: 20px 0px 0px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Menu Styles */

.buttonscontainer {width: 130px;}

.buttons a {color: #FFFFFF;
background-color: #5F519E;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #000000;
font: 10px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: cwnter;}

.buttons a:hover {background-color: #A8A2D1;
color: #5A3A9E;
text-decoration: none;}



