#outerContainer1 
{
	background: url(/images/header/bg6h.png) center top repeat-y;
	height: 800px;
	width: 100%; 
}
#outerContainer2 
{
	background: url(/images/header/bg6.png) repeat-x;
	width: 100%; 
}
#outerContainer3 
{
	background: url(/images/header/bgmain6.png) transparent center top no-repeat;
	width: 100%; 
}
#pageContainer 
{
	margin:0 auto; width: 1000px;
}
#pageContentContainer 
{
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	padding-top: 32px;
}
.MultiPage1 
{ 
	width: 100%;  
}
#headerContainer 
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 92px;
	color: #fff;
	background-image: url(/images/header/bg6hdr.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, MS Sans Serif;
	font-size: 8pt;
	background-color: #fff;
	min-width: 860px;
}
#headerContainer #headerLogo
{
	position: relative;
	top: 0;
	left: 0;
	height: 67px;
	cursor: pointer;
}
#headerContainer #headerLogoLinkOverlay
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 92px; 
	width: 370px; 
	cursor: pointer;
}
#headerContainer #headerLogoLinkOverlayContainer
{
	position: relative;
	top: 0;
	left: 0;
}
#headerContainer #headerLoginContainer
{
	position: absolute;
	text-align: right;
	top: 0;
	left: 830px;
	padding: 14px 0 0 20px;
	height: 51px;
	width: 132px;
}
#headerContainer #headerLoginContainerLeft
{
	position: absolute;
	top: 0px;
	left: 668px;
	padding: 12px 0 0 20px;
	height: 51px;
	width: 46px;
}
#headerContainer #tabContainer
{
	position: absolute;
	top: 92px;
	left: 0px;
	background-color: #333333; 
	padding: 0px 0px 0px 1px;
	height: 35px;
	width: 100%;
}
#headerLoginContainer a, #headerLoginContainer a:visited, #headerLoginContainerLeft a, #headerLoginContainerLeft a:visited
{
	color: #fff;
	text-decoration: underline;
}
#headerLoginContainer .loginNameContainerStyle
{
	color: #905d26;
	padding-bottom: 5px;
	padding-top: 2px;
}

.TopGroup 
{
	z-index:99;
	position:relative;
}
.DefaultTab, .DefaultTabHover, .SelectedTab 
{
	cursor:pointer;
}
.MultiPage 
{
	z-index:98;
	width: 100%;
}

* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}
body, html 
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	height: 100%;
}
.clear 
{ 
	clear: both; 
}
.outer 
{
	padding: 0px; /*** Our right column width ***/
	height: 100%;
}
.inner 
{
	width: 100%;
	padding-bottom: 0px; /*** Padding-bottom value is the same value as the total height of the footer ***/
	height: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.content 
{
	height: 100%;
	width: 1000px;
}

#CentralPane2
{
	overflow: visible;
}
.forgottenPasswordPageContentContainer
{
    left: 525px !important;    
}