@import url("/Styles/spec-profile");

.profile
{
	background: #b6f2d9 url('profile.png') no-repeat scroll top right;
	min-height: 220px;
}

.profile, .terms-list
{
	background-color: #b6f2d9;
	color: black;
	border: 1px solid;
	margin: 2em 0;	
	padding: 0.67em 120px 0.67em 0.67em;
}

.profile dt, .terms-list dt
{
	font-weight: bold;
	font-style: italic;
	margin-top: 0.67em;
}

.profile dd dd, .terms-list dd dd
{
	list-style: square url(bullet.png) outside;
	display: list-item;
}
