#Viewport 
{
	width: 984px;
	height: 100%;
	text-align: left;
	background-image: url(/shared/images/cbg.gif);
	background-repeat: repeat-y;
}
.outerBounds 
{
	width: 984px;
	margin-left: 0px;
	text-align: left;
}
.innerBounds 
{
	width: 100%;
	text-align: left;
}

#PageHeaderInner 
{
	padding: 6px 20px;
}

#PageBody 
{
	clear: both;
}
#ColLeft 
{
	float: left;
	width: 224px;
}
#ColMiddle 
{
	float: left;
	width: 569px;
}
#ColRight 
{
	float: left;
	width: 191px;
}

/***** MAJOR CONTENT BLOCKS *****/
#Left1 
{
	background-image: url(/shared/images/l1.jpg);
	background-repeat: no-repeat;
	width: 224px;
	height: 65px;
	overflow: hidden;
}
#Left2 
{
	background-image: url(/shared/images/l2.jpg);
	background-repeat: no-repeat;
	width: 224px;
	height: 116px;
	overflow: hidden;
}
#Left3 
{
	background-image: url(/shared/images/l3.jpg);
	background-repeat: no-repeat;
	background-color: #EB9522;
	width: 224px;
	min-height: 341px;
}
#Middle1 
{
	background-image: url(/shared/images/m1.jpg);
	background-repeat: no-repeat;
	width: 569px;
	height: 76px;
	overflow: hidden;
}
#Middle2 
{
	background-image: url(/shared/images/m2.jpg);
	background-repeat: no-repeat;
	background-color: #FAE0CD;
	width: 569px;
	min-height: 466px;
}
#Right1 
{
	background-image: url(/shared/images/r1.jpg);
	background-repeat: no-repeat;
	width: 191px;
	height: 46px;
	overflow: hidden;
}
#Right2 
{
	background-image: url(/shared/images/r2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 39px;
	background-color: #2C5F8E;
	width: 191px;
	min-height: 450px;
}
/********************************/

#Middle2Inner 
{
	padding: 1px 12px;
}

/***** TOP LEFT WHITE IMAGE *****/
#L2Mask, #L2Image 
{
	width: 183px;
	height: 108px;
	margin: 0px;
	padding: 0px;
}
#L2Image 
{
	position: relative;
	top: 4px;
	left: 21px;
	z-index: 5;
}
#L2Mask 
{
	z-index: 7;
}
/********************************/

/***** LINKS IN TOP SOLID ORANGE AREA *****/
#Middle1Inner #Links 
{
	position: relative;
	top: 47px;
	left: 310px;
}
/******************************************/

/***** RIGHT BLUE BOXES *****/
#Right2Inner 
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}
.blueBox 
{
	width: 171px;
	margin: 5px auto 15px auto;
	text-align: left;
}
.blueBox .blueTop 
{
	height: 21px;
	overflow: hidden;
}
.blueBox .blueTop .inner 
{
	padding: 4px 4px 0px 4px;
}
.blueBox .blueBody
{
}
.blueBox .blueBody .inner
{
	padding: 4px 10px 1px 5px;
}
#Testimonials .inner, #Login .inner
{
	text-align: center;
}
.blueBox .blueBot 
{
	height: 11px;
	overflow: hidden;
}
/****************************/

#MainContentSpace 
{
	min-height: 420px;
}
#Footer 
{
	padding: 4px 8px 8px 8px;
}
#FooterInner
{
	font-size: 8pt;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary, #PageHeaderPrint
{
	display: none;
}