.date
{
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}

#standard2column1
{
	float: left;
	width: 500px;
	margin-right: 16px;
}

#standard2column2
{
	float: left;
	width: 204px;
}

/* RELATED LINKS */

.relatedLinksHeader
{
	width: 475px;	
}

.relatedLinksHeader
{		
	background: url(../images/Standard/RelatedLinksHeadingBack.gif) no-repeat top;
}

#relatedLinksContainer
{	
	float: left;
	min-height: 90px;
	height: auto !important; /* IE6 */
	height: 90px; /* IE6 */
	padding: 12px 12px 12px 0;
	border-left:solid 1px #eee;	
}

#relatedLinksContainer ul
{
	float: left;	
	padding-left: 12px;	
}

#relatedLinksContainer a
{
	color: #d27300;
}

#relatedLinksContainer a:hover
{
	color: #565c6b;
}

#relatedLinksContainer img
{
	margin-top: 8px;
}

#relatedLinksContainer #links1,
#relatedLinksContainer #links2
{
	width: 150px;
}

#relatedLinksContainer #links3
{
	width: auto;
}

/* TEXT/CTA PANELS */

.panel
{
	width: 204px;		
}

.panel h3
{
	overflow: hidden;
	padding: 0 10px;
}

.panel p
{
	margin: 0 0 8px 0;
}

.text
{
	margin-bottom: 12px;
	color: #fff;
	background: #d27300 url(../images/Standard/TextPanelBottom.gif) no-repeat bottom;
}

.text h3
{
	height: 40px;
	line-height: 38px;
	background: url(../images/Standard/TextPanelTop.gif) no-repeat top;
	border-bottom: 3px solid #c85f01;
}

.text a
{
	text-decoration: underline;
	color: #fff;
}

.text a:hover
{
	text-decoration: none;
	color: #565c6b;
}

.text .container2
{
	padding: 10px;
}

.text h1
{
	color: #fff;
}

.callToAction
{		
	margin-bottom: 10px;
	background: #f0ede5 url(../images/Standard/CallToActionTop2.gif) no-repeat top;	
	border-bottom: 1px solid #d27300;
}

.callToAction h4
{
	padding-top: 10px;
	padding-left: 12px;
}

.callToAction h4.noLink
{
	padding-right: 12px;
	padding-bottom: 24px;
}

.callToAction a 
{
	display: block;
	position: relative;
	top: 1px;
	padding: 0 12px 24px 0;
	color: #d27300;
	background: url(../images/CallToActionBottomCorner.gif) no-repeat bottom right;	
}

.callToAction a:hover
{
	color: #565c6b;
}