.banner
{
   height: 158px;
   background: url("../images/banner-generic-bg.jpg") 134px top no-repeat;
}

   .content h2
   {
      color: #f69903;
      background: url("../images/arrow-generic.gif") left center no-repeat;
   }

   .content p.highlight
   {
      color: #f69903;
   }
   
.content a:link {
      color: #f69903;
}

.content a:visited {
      color: #f69903;
}

.content a:hover {
      color: #f69903;
}

               .content .sidebar li a:link,
               .content .sidebar li a:visited
               {
                  font-size: 12px;
					display: block;
                  font-weight: bold;
                  color: #4a4a4c;
                  text-decoration: none;
                  background: url("../images/innerNavBulletOff.gif") left center no-repeat;
                  padding-left: 11px;
               }

               .content .sidebar li a:hover,
               .content .sidebar li.on a:link,
               .content .sidebar li.on a:visited,
               .content .sidebar li.on a:hover
               {
                  color: #f69903;
					display: block;
                  background-image: url("../images/innerNavBulletOn.gif");
               }
