*
{
	margin: 0;
	padding: 0;
}

html
{
	background: #DDDDDD url(../images/mkt_bg.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: #000000;
}

p
{
	margin-bottom: 1em;
}

img
{
	border: none;
}

sup
{
	font-size: 60%;
}

ul
{
	margin-left: 1.4em;
	color: #5B5B5B;
	font-size: 0.69em;
	text-align: justify;
}
ul.info
{
	margin-left: 0em;
	color: #5B5B5B;
}
ul li
{
	margin-bottom: .2em;
}

#bodyMain
{
	position: relative;
	width: 760px;
	margin-left: -380px;
	left: 50%;
	font-family: Arial, Helvetica, sans-serif;
	height: 43.75em;
	color: #005596;	
	
}

#bodyMain a
{
	text-decoration: none;
	color: #015CAE;
}
#bodyMain a:hover
{
	text-decoration: underline;	
}
#bodyMain a:visited
{
	color: #800080;
}

#top{
	position: relative;
	width: 100%;
	margin-left: -380px;
	top:0px;
	left: 50%;

}

#acrMenu
{
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;

}

#topNav
{
	position: relative;
	width: 743px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	height: 1.5em;		
}
#topNav a
{
	text-decoration: none;
	color: #015CAE;	
}
#topNav a:hover
{
	text-decoration: underline;	
}
#topNav a:visited 
{
	color: #015CAE;
}

#shadowTop
{
	position: absolute;
	top: 97px;
	width: 736px;
	margin-left: -368px;
	left: 50%;	
	background: transparent url(../images/mkt_pageshadowtop.png) top left repeat-x;
	height: 12px;
}

#pageBox
{
	position: relative;
	top: 97px;
	background: transparent url(../images/mkt_pageshadow.png) top left repeat-y;
}
.pageBox
{
	position: relative;
	top: 97px;
	background: transparent url(../images/mkt_pageshadow.png) top left repeat-y;
}

#leftMainImg
{
	position: absolute;
	top: 97px;
	z-index: 2;
}

#rightMainCorner
{
	position: absolute;
	right: 0;
	top: 97px;
	z-index: 2;
}

#logoExperian
{
	position: absolute;
	left: 36px;
	top: 40px;
	z-index: 3;
}

#pageBoxBottom
{
	z-index: 3;
}

ul#steps li
{
	list-style: none;
	float: left;
	margin-right: 40px;
}

#copyright
{
	position: absolute;
	margin-top: 90px;
	text-align: center;
	width: 100%;
	color: #666666;
}

.copyright
{
	font-size: 0.69em;
	color: #666666;
}

.clear
{
	clear: both;
	height: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
}

/** Justify alignment **/
.justified {
	text-align: justify;
}