#content h2
{
	font-size: 2em;
}
#content h3
{
	font-size: 1.5em;
}
#content h4
{
	font-size: 1.1em;
}

#content img.alignleft,
#content img.alignright
{
	border: none;
}
#buttonbox
{
	clear: both;
}
a#apply-now,
a#learn-more
{
	float: left;
	display: block;
	width: 137px;
	height: 40px;
	border: none;
	text-decoration: none;
}
a#apply-now
{
	margin-right: 30px;
}
#content #buttonbox button
{
	border: none;
	background: none;
	cursor: pointer;
}
#content #buttonbox a
{
	display: block;
}
#content #buttonbox a img
{
	/* For web browsers who care */
	opacity: 0.83;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=83);
	/* For IE 8(+?) */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
}
#content #buttonbox a:hover img
{
	opacity: 1;
	filter: none;
	-MS-filter: none;
}
a#apply-now span,
a#learn-more span
{
	position: absolute;
	left: -1000em;
}
#sidebar-right .blob h2
{
	margin-bottom: .2em;
}
#sidebar-right .blob h3
{
	margin-bottom: .4em;
}

