@charset "utf-8";
#headLeftCol ul li  {
/* The rest of the attributes are in a seperate StyleSheet with the same ID */
	margin-top: 12px;
}
.bullet1   {
	margin-left: 105px;
	background-image: url(../images/headers/bullet-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
.bullet2     {
	margin-left: 135px;
	background-image: url(../images/headers/bullet-02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.bullet3     {
	margin-left: 180px;
	background-image: url(../images/headers/bullet-03.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	font-size: 12px;
	color: #FFF;
	font-family: arial;
	font-weight: bold;
}
.bulletin     {
	margin-left: 180px;
	padding-left: 40px;
}
.bullet4     {
	margin-left: 215px;
	background-image: url(../images/headers/bullet-04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
.bullet5     {
	margin-left: 250px;
	background-image: url(../images/headers/bullet-05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}

