p, dd {
  font-size: 108%;
}

body {
  background-color: #464646;
  font-family: "Trebuchet MS";
  padding-bottom: 20px;
  letter-spacing: .02em;
}

.wrapper {
  background-color: #FFFFFF;
}

.yui-b {
	min-height: 500px;
}



#hd {

}

#headerNav {
  font-size: 110%;
  white-space: nowrap;
  text-align: right;
  background-color: #FFFFFF;
  font-weight: bold;
  padding: .5em .5em 0em .5em;
}

#headerLogo {
  padding: 0em .5em 1em .5em;
  margin-bottom: 5px;
}

#bd {
  background-color: #FFFFFF;
  padding: 10px;
  min-height: 400px;
}

#ft {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 93%;
}

#ft div {
  margin: 5px;
}

#ft #footerLinks a{
  font-size: 110%;
  font-weight: bold;
  margin: 5px;
}











/* Horizontal Nav */

.yui-skin-sam .yuimenubar { 
  font-size: 116%;
  line-height: 2;
  *line-height: 1.9;
  border: solid 1px #808080;
  /*background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;*/
  background:  url(../images/backgrounds/5.png) repeat-x 0 0;
}

#myAccount-yuimenubaritem {
	background-color: #333333;
}

.yui-skin-sam ul {
  /*list-style-image: url(/wp-images/image.gif);*/
}


.yui-skin-sam .yuimenubaritem a {
  color: #FFFFFF;
  font-weight: bold;
}

.yui-skin-sam .yuimenuitem a {
  color: #000000;
}

.yuimenuitem a:hover {
  background:  url(../images/backgrounds/4.png) repeat-x 0 0;
  color: #FFFFFF;
}

.yui-skin-sam .yuimenubaritem-selected{
  background:  url(../images/backgrounds/4.png) repeat-x 0 0;
}

/* END Horizontal Nav */

