html
{
	width:100%;
}
body
{
	margin:0px;
	padding:0px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
}
table
{
	font-size:10px;
}
#container
{
	width:100%
	
	
}

#container #content
{
	width:670px;
	height:850px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image: url(_Images/hd_background_view.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div.header
{
	width:630px;
	padding:0px 20px 0px 20px;
	margin-top:112px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

}

div.header h1
{
	font-size:12px;
	margin:0px;
	color:#004DA3;
}

div.header  a
{
	color:#004DA3;
}



div.compare
{
	width:630px;
	padding:0px 20px 0px 20px;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

tbody.compareItem tr.compareHeader td
{
	font-weight:bold;
	color:#004DA3;
	border-bottom:solid 1px #546DB4;
}


tbody.compareItem tr.compareTotals td
{
	font-weight:bold;
	border-top:solid 1px #E6E9EC;
}


div.footer
{
	position:absolute;
	width:630px;
	bottom:12px;
	left:20px;
}
