div#contentContainer
{
	width: 960px;		/* IE6 */
	background: #fff url(img/sidebarBorder.gif) repeat-y 660px 360px;
}

/**
 * Column 1
 */
div#col1
{
	float: left;
	position: relative;
	width: 200px;
	padding-top: 25px;
}
div#leftSidebar
{
	min-height: 400px;
	padding-left: 40px;
}

/**
 * Column 2
 */
div#col2
{
	float: left;
	position: relative;
	width: 430px;
	padding-top: 25px;
}
div#body
{
	padding-left: 20px;
	min-height: 400px;
}

/**
 * Column 3
 */
div#col3
{
	position: relative;
	float: right;
	width: 300px;
}
div#mainImageContainer
{
	width: 300px;
	min-height: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
	z-index: 3;
}
div#rightSidebar
{
	min-height: 81px; height: auto !important; height: 81px;
	padding: 0 20px;
}
div#rightSidebar h1,
div#rightSidebar h2,
div#rightSidebar h3
{
	font: normal normal bold 14px Arial, Helvetica, sans-serif;
	color: #1b75bc;
}
div#rightSidebar hr
{
	background: #fff url(img/hrDots.gif) repeat-x 0 0;
	color: #fff;
}
div#rightSidebar div.latestNewsItem
{
	position: relative;
	background: #fff url(img/hrDots.gif) repeat-x left bottom;
	padding-bottom: 10px;
}
div#rightSidebar div.newsItem
{
	position: relative;
	margin: 10px 0;
}
div#rightSidebar a.moreNews
{
	position: relative;
	float: right;
}



/**
 * Page Footer - common to Plain.master and Standard.master
 */
div#pageFooter
{
	position: relative;
	height: 43px;
	padding-top: 20px;
	background: #fff url(img/pageFooterBkGrnd.jpg) no-repeat left bottom;
	font-size: 11px;
	color: #fff;
}
div#pageFooter a
{
	color: #fff;
}
div#pageFooter span.copyright
{
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
div#pageFooter span.contact
{
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

