/* banner.css */

#TopBannerMain {
  width: 680px;
  height: 165px;
}

#TopBannerMain a img {
  border: none;
}

/* LeftBannerMain */

.LeftCell {
  width: 215px;
  min-height: 680px;
  background: transparent url(/images/background-left.jpg) no-repeat top;
  border-right: 3px solid white;
}

#LeftBannerMain a.returnhome {
  display: block;
  height: 100px;
}
 
#LeftBannerMain p{
  padding: 0 13px 8px 13px;
  text-align: justify;
}

#LeftBannerMain .agency{
  color: white;
  font-size: 16px;
  font-weight: bold;
}

#LeftBannerMain .baseline {
  padding-top: 20px;
  color: #f1e48e;
  font-size: 15px;
  font-weight: bold;
}

#LeftBannerMain .referencement {
  color: white;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 5px;
}

/* BottomBannerMain */

#BottomBannerMain {
  background: #2f2f2f;
  text-align: center;
  line-height: 36px;
  color: white;
}

#BottomBannerMain p a{
  font-size: 14px;
  text-decoration: none;
  color: white;
}