#Viewport 
{
	width: 100%;
	text-align: center;
}
.outerBounds 
{
	width: 871px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.innerBounds 
{
	width: 100%;
	text-align: left;
}

#PageHeader 
{
}
#PageHeaderInner 
{
	position: relative;
	left: 0;
	right: 0;
	width: 871px;
	height: 115px;
	overflow: hidden;
	background-image:url(/shared/images/splash/header.jpg);
	background-repeat: no-repeat;
}
#Logo
{
	position: absolute;
	top: 25px;
	left: 216px;
	width: 285px;
	height: 59px;
	overflow: hidden;
}

#PageBody 
{
}
#PageBodyInner 
{
	width: 871px;
	height: 290px;
	overflow: hidden;
	background-image:url(/shared/images/splash/body.jpg);
	background-repeat: no-repeat;
}
#Intro 
{
	margin: 25px 410px 25px 95px;
	color: #2F2D2E;
	font-size: 8pt;
}
#Help 
{
	margin: 5px 605px 0 95px;
	color: #8C0502;
	font-size: 9pt;
}
#Help .phone 
{
	font-size: 16pt;
}


#PageFooter 
{
}
#PageFooterInner 
{
	position: relative;
	left: 0;
	right: 0;
	width: 871px;
	height: 52px;
	overflow: hidden;
	background-image:url(/shared/images/splash/footer.jpg);
	background-repeat: no-repeat;
}
#Url
{
	position: absolute;
	top: 9px;
	left: 79px;
	width: 486px;
	height: 28px;
	overflow: hidden;
}
#LoginForm 
{
}
#LoginForm .formField 
{
	margin: 10px 0;
}
#LoginForm .formLabel 
{
	float: left;
	width: 95px;
	height: auto;
	overflow: hidden;
	color: #231F20;
	font-size: 9pt;
	text-align: right;
	text-transform: uppercase;
}
#LoginForm .formHint 
{
	color: #211F20;
	font-size: 9pt;
}
#LoginForm .formHint a 
{
	color: #211F20;
	text-decoration: none;
}
#LoginForm .formHint a:hover, #LoginForm .formHint a:active 
{
	color: #6068B0;
	text-decoration: underline;
}
#LoginForm .formLabel div 
{
	margin-right: 10px;
}
#LoginForm .formInput 
{
	float: left;
	width: 240px;
	height: auto;
	overflow: hidden;
}
#LoginForm .formInput input.text 
{
	width: 187px;
	height: 27px;
	border-style: solid;
	border-width: 2px 1px;
	border-color: #AFB0B4 #959499;
	padding: 4px 6px 0 6px;
}
#LoginForm .formInput input.btn 
{
	width: 29px;
	height: 27px;
	border-style: solid;
	border-width: 2px 1px;
	border-color: #AFB0B4 #959499;
	background-color: #DDE899;
	color: #FFFFFD;
	margin: 0 4px;
	font-size: 13pt;
} 
#LoginForm .formHelp 
{
	float: left;
	width: 135px;
	height: auto;
	overflow: hidden;
	font-size: 8pt;
}
#LoginForm .formHelp .helpItem 
{
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}
#LoginForm .formHelp a 
{
	color: #6068B0;
	font-size: 8pt;
	text-decoration: none;
}
#LoginForm .formHelp a:hover, #LoginForm .formHelp a:active 
{
	text-decoration: underline;
}