#pageWrapper
{
	margin: 0;
	width: auto;
	min-width: 500px;
}
#outerColumnContainer
{
	z-index: 1;
	border-color: #fff;	
	border-style: solid;
	border-width: 0 10em;
}
#innerColumnContainer
{
	z-index: 2;
	width: 100%;
}
* html #innerColumnContainer
{
	position: relative;
}
#contentColumn
{
	margin: 0 -1px;
	width: 100%;
}
#leftColumn, #rightColumn, #contentColumn
{
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;
}
#rightColumn
{
	float: right;
	width: 10em;
	margin: 0 -10em 0 1px;
}
#leftColumn
{
	width: 10em;
	margin: 0 1px 0 -10em;
}
#footer
{
	position: relative;
}
#masthead h1
{
	display: inline;
}
.clear
{
	clear: both;
	padding-bottom: 1px;
	margin-bottom: -1px;
}
.hide, #oldBrowserNotice, .ieSixCharDupBug
{
	display: none !important;
}
#contentColumn
{
	border-width: 0;
}
* html #pageWrapper
{
	word-wrap: break-word;
}



body
{
	background-color: #FFFFFF;
	color: #000000;
}
#outerColumnContainer
{
	border-left-color: #FFFFFF;	/* left hand column background color */
	border-right-color: #FFFFFF;	/* right hand column background color */
}
#masthead
{
	background-color: #FFFFFF;
	color: #000000;
}
* + html #masthead { width:100%; border-right:1px solid #CCCCCC; }
#footer
{
	padding-bottom:0.5em;
	border-top:2px solid #AAAAAA;
	background-color: #FFFFFF;
	color: #000000;
}
#outerColumnContainer, #contentcolumn
{
	background-color: #FFFFFF;		/* center column background color */
	color: #000;
}
#leftColumn, #rightColumn, #contentColumn
{
	color: #000;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav
{
	border-color: #000;
}

#innerColumnContainer
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0 0px 0 0px;
	margin: 0 -1px;
}
#footer
{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px 0 0 0;
}
