/* Change background color of border */
body {background-color: #979797; font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;}

/* Change Link Color */
a {color: #006600;}

/* Insert Image Into Header */
#top {background-image: url(/images/bns_banner.jpg);}

/* Hide Header Title and Description */
#top h1 {visibility: hidden;}
#top p {visibility: hidden;}

/* Create a box around a text */
div.boxtitle { 
  padding:4px;
  background:#CCE6FF;
  width:100%;
  border-bottom-style:solid; border-bottom-width:1px
}

ul.hanging {
   list-style: disc;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}

/* Some defaults for common tags */
img {border: 0;}