@charset "utf-8";
/* CSS Document */



div#newslettersignup
{
	margin: 5px auto 0px auto;
	height: 115px;
	width: 180px;
	color: #000;
}

div#newslettersignup img
{
	width: 165px;
	
}

/* end newsletter signup */


/* newsletter archive */

div#newsletterarchive ul
{
	list-style: none;
	width: 375px;
	height: 250px;
	margin: 0px auto 25px 00px;
	padding: 0px 0px 0px 0px;
}

div#newsletterarchive ul li
{
	line-height: 20px;
	float: left;
	padding-left: 10px;
	width: 375px;
	clear: both;
}

div#newsletterarchive ul li img
{
	display: inline;
	margin: 5px 15px 5px 5px;
	float: left;
	
}

div#newsletterarchive li.item
{
	/*background-image: url(images/bluebulletpoint.gif);*/
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 5px;
}

div#newsletterarchive li.item a
{
	background-image: url(images/bluebulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 0px;
	padding-left: 20px;
}

div#newsletterarchive li.item a:hover
{
	background-image:url(images/greenbulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* end newsletter archive */
