@charset "UTF-8";

#outerContainer
{
	width: 958px;
	margin: 0 auto;
	padding-top: 25px;
	background: url(../images/shadow-bg-top.gif) no-repeat 0 0;
}
#innerContainer
{
	width: 958px;
	background: url(../images/shadow-bg-body.gif) repeat-y 0 0;
}
#headerContainer
{
	width: 867px;
	height: 109px;
	margin-left: 27px;
	position: relative;
}
#toolsNav
{
	width: 200px;
	position: absolute;
	top: 22px;
	right: 8px;
}
#pnavContainer
{
	width: 611px;
	height: 28px;
	position: absolute;
	left: 256px;
	top: 81px;
	background: url(../images/pnav-bg.gif) no-repeat 0 0;
}
#bodyContainer
{
	width: 867px;
	margin-left: 27px;
}
#contentAreaContainer
{
	width: 854px;
	border-top: 1px solid #43648A;
}
#leftColumn
{
	width: 157px;
	min-height: 254px;
	height: auto !important;
	height: 254px;
	margin: 16px 0 0 0;
	float: left;
	background: url(../images/leftcol-bg.gif) no-repeat 0 0;
}
#leftColumnNoBackground
{
	width: 157px;
	min-height: 254px;
	height: auto !important;
	height: 254px;
	margin: 16px 0 0 0;
	float: left;
	background: none;
}
#rightColumn
{
	width: 672px;
	float: left;
	display: inline;
	margin: 20px 0 20px 25px;
}
#footerContainer
{
	width: 958px;
	margin-bottom: 20px;
	padding-top: 50px;
	background: url(../images/shadow-bg-footer.gif) no-repeat 0 0;
}

