body
{
	background-image: url(../../images/css/home/body-bg.gif);
}

#main-container
{
	padding-left: 0;
}
/* 133 original top padding */
#content
{
	width: 428px;
	height: 400px;
	padding: 73px 454px 0 135px;
	background-image: url(../../images/css/home/content-bg2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content h1
{
	color: #FAB933;
	font-size: 2.0em;
	margin-bottom: 0;
}

#content h2
{
	font-size: 1.2em;
	color: white;
	line-height: 125%;
}

#content h3
{
	font-size: 1.2em;
	color: white;
	font-style: oblique;
	font-weight: bold;
	margin-bottom: .5em;
}

#content p
{
	color: #F3F6F8;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
}

#content ul
{
	margin-top: 0;
}

/* original color as designed: 	color: #FDBA31; */
#content ul li
{
	list-style-type: none;
	background-image: url(../../images/css/home/ul-li-bullet.gif);
	background-position: left .4em;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 1.0em;
	color: white;
}

#news-headline-container
{
	margin: 2em 0 2em 126px; width: 722px;
}

#news-headline-left
{
	float: left;width: 217px;text-align: right;padding-right: 5px;
}

#news-headline-left .in-the-news
{
	font-size: 1.4em;
	font-weight: bold;
	color: #5e88a2;
	padding-right: .25em;
	text-transform: uppercase;
}

#news-headline-left .headline-date
{
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
}

#news-headline-right
{
	float: right; width:500px;
	font-size: 1.2em;
	line-height: 16px;
}

#news-headline-right a
{
	text-decoration: none;
	color: #666666;
}

