/* -- Combined work of Brian Morrow and Derek Kleckner -- */

ul li {
	margin-bottom: 4px;
	margin-right: 15px;
	background-image: url('http://www.premierinc.com/includes/images/list-blue-bullet.gif');
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 0px;
	list-style-type: none;
	background-position: 0 6px;
}

a:link{   
	color: rgb(36,74,159); 
	text-decoration: underline;
} 
	
a:visited{   
	color: rgb(128,0,128); 
	text-decoration: underline;
} 
	
a:hover{   
	color: rgb(36,74,159); 
	text-decoration: none;
} 
	
a:active{   
	color: rgb(36,74,159); 
	text-decoration: underline;
} 

#footer a:link{   
	color: #fff; 
	text-decoration: underline;
} 
	
#footer a:visited{   
	color: #fff; 
	text-decoration: underline;
} 
	
#footer a:hover{   
	color: #fff; 
	text-decoration: none;
}

