.smallbox {
	display: block; /* March 3, 2008 */
	position: relative; /* March 3, 2008 */
	margin: 0 auto; /* center for now */
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	height: 62px;
	min-width: 17em;
	max-width: 600px;
	background: url(../images/smallboxleft.jpg) no-repeat top left;
	text-decoration: none;
}
.smallboxbody {
	height: 62px;
	background: url(../images/smallboxright.jpg) no-repeat top right;
	margin: 0;
	padding-left: 1em;
	padding-top: .2em;
	text-decoration: none;
}
.smallboxbody h3, .smallboxbody h3 a {
	margin: 0;
	color: white;
	text-decoration: none;
}
.smallboxbody p, .smallboxbody p a {
	margin: 0;
	color: black;
	font-size:0.8em;
	font-weight: bold;
	text-decoration: none;
}
.smallboxbody a h3 {
	color: white;
	text-shadow: rgba(0, 0, 0, .4) 0px 2px 5px;
}
.smallboxbody a:visited h3 {
	color: white;
}
.smallboxbody a:hover h3 {
	color: white;
	text-shadow: none;
}
