/*	Name: main.css
	Site: http://www.townofbernalillo.org/councilacts.htm
	Author: Jon Guenther
	Last Mod: 8-Dec-06			
*/
#agendaLinks {
	background-color: #cccccc;
	border-top: 2em solid #000066;
	color: 000066;
	float: left;
	margin-left: 30px;
	width: 250px;
}
#minuteLinks {
	background-color: #cccccc;
	border-top: 2em solid #000066;
	color: 000066;
	margin-left: 290px;
	width: 250px;
}
ul#agendas {
	list-style: none;
}
ul#agendas li {
	background-image: url(../img/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0.3em 0 0.2em 2em;
}
ul#agendas li a:link {
	color: #000066;
	text-decoration: none;
}
ul#agendas li a:visited {
	background-color: #cccccc;
	color: #000066;
	text-decoration: underline;
}
ul#agendas li a:hover {
	background-color: #fff;
	color: #000066;
	text-decoration: underline;
}
ul#minutes {
	list-style: none;
}
ul#minutes li {
	background-image: url(../img/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0.3em 0 0.2em 2em;
}
ul#minutes li a:link {
	color: #000066;
	text-decoration: none;
}
ul#minutes li a:visited {
	background-color: #cccccc;
	color: #000066;
	text-decoration: underline;
}
ul#minutes li a:hover {
	background-color: #fff;
	color: #000066;
	text-decoration: underline;
}
#clear {
	clear: both;
}
