@charset 'utf-8';
body{
	font-family: arial, helvetica, sans-serif;
	background:white;
	font-size:12px;
	color:#646464;
}
#siteContainer{
	position: absolute;	
	padding:0px 0px 0px 0px;
	left:0px;
	margin:0px;
	text-align:left;
	min-height: 100%;
	width: 685px;
	background: white;
}
/* -----------------------------------------------------  */
/* Header */
/* -----------------------------------------------------  */
#header{
	display:none;
}

/* -----------------------------------------------------  */
/* SubNav */
/* -----------------------------------------------------  */
#subNav {
	display:none;
}
/*-----------------------------------------------------------------------------------*/
#claim{
	display:none;
}
/* -----------------------------------------------------  */
/* Footer */
/* -----------------------------------------------------  */	
#footer{
	display:none;
}


