/* content.css - contains style definitions for objects inside div#content */

/* typo */
h1,h2,h3,h4,h5,
strong,b,u {
	color: #666;
}

.staff_edited p,
.staff_edited ul {
	margin-bottom: 1em;
}

.staff_edited h1,
.staff_edited h2,
.staff_edited h3,
.staff_edited h4,
.staff_edited h5 {
	margin-bottom:0.5em;
}

.staff_edited h1 {
	margin-top:2em;
}

.staff_edited ul {
	list-style-position:outside;
	margin-left:14px;
	color: #666;
	list-style-image: url(../images/list_bullet.gif);
}

.staff_edited h1 {
	font-weight:bold;
}

.staff_edited h2 {
	font-weight:normal;
	text-decoration:underline;
}

#content .info {
	background: transparent url(../images/icons/info.gif) top left no-repeat;
	padding-left:24px;
}

h1:first, h1.first {
	margin-top:0px;
}

