/* Стили для БКНТЭ */
/* заменяем своей расцветкой */

#content h2{
  color: #000F9A;
}

#breadcrumb {
  background: none;
  border-top: 2px solid #000F9A;
}

#sidebar {
  background: none;
  border-top: 2px solid #000F9A;
}

#lmenu {
  background: none;
  border-bottom: 1px solid #000F9A;
}

#footer span {
  background: none;
  border-top: 1px solid #000F9A;
}

#contacts {
  background: none #F0F8FF;
}

/* списки */
#content ul{
	list-style-type: square;	
	list-style-position: inside;
}
#content ul li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	padding-bottom: .5em;
}
