/*classes for div colors & graphics*/
.top_pub { 
	background-image: url(../images/site/pub_bar_top.gif);
}

.header_pub {
	background-image: url(../images/site/pub_header_bar.gif);
}

.breadcrumbs_pub {
	background-image: url(../images/site/pub_bar_foot.gif);
	color: white;
}

.pub {
	background-color: #618B62;
}

.public_crumb {
  padding-left: 100px;
}

.footer_pub {
	padding-top:  0px;
	background-image: url(../images/site/pub_bar_foot.gif);
}

.points {
	list-style-type: disc;
	margin-top: -8px;
	margin-left: 25px;
	font-size: 13px;
}

.bullets {
	list-style-image: url(../images/site/pub_bullet.gif);
  	font-size: 15px;
	margin-top: 15px;
	margin-bottom: -2px;
}

/*In some browsers order matters specify link, visited, hover active*/
a:link { 
	font-size: 13px;
    color: #006633;  /* dark green*/
	background-color: transparent;
	font-weight: bold; 
	text-decoration: none; 
}

a:visited {
	font-size: 13px;
    color: #826239;
	background-color: transparent;
	font-weight: bold; 
	text-decoration: none;  
}

a:hover { 
	font-size: 13px; 
	background-color: transparent;
	font-weight: bold;
	color: #829C83;
	text-decoration: underline; 
}

.news {
  clear: both;
  border: 1px inset #006633;  /* dark green*/
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 10px;
  margin-top: 25px;
  background-color: whitesmoke;
  padding: 10px;
  font-size: inherit;
  width: 90%;
}
