/* CSS Document */


body{
	background:none;
}


#native{
	display:none;
}


/*---------------------------------------------------------logo area*/


#logo{
	min-width:0;
	width:500px;
}


/*-----------------------------------------------------------navigation styles*/
#nav{
	display:none;
}

/*-------------------------------------------------------content stucture*/

#contentContainer{
	min-width:0px;
	padding:15px 10px 0 10px;
	width:590px;
	border-top:1px solid #000000;
}

#functionsBar{
	display:none;
}

#functionsSpacer{
	display:none;
}

#contentArea img{
	display:none!important;
}

#textCol{
	float:none;
	width:550px;
	min-height:0px;
}

#contentArea.threeCol #textCol{
	margin:0;
	width:550px;
}

#contentArea.twoCol #textCol{
	width:550px;
	margin:0px;
}

#textCol table th{
	background-color:#ffffff;
	color:#000000;
}

#imageCol{
	float:none;
	width:550px;
}

#contentArea.threeCol #imageCol{
	width:550px;
	margin-left:0px;
}

#rightTextCol{
	background-color:#ffffff;
	color:#333333;
	width:550px;
	margin-left:0px;
	float:none;
	padding:0px;
}


#functionBoxes{
	display:none;
}


/*----------------------------------------------------------------submenu styles*/

#submenu{
	display:none;
}

/*------------------------------------------------------------------footer styles*/

#footer{
	border-top:1px solid #CDCECF;
	
}

#footerSpacer{
	display:none;
}

#footerLinks{
	display:none;
}

