.clear 
{
	clear:both;
}
/** header **/
.headerLinks
{
	float:right;
	height:18px;
	margin:12px 0 0 0;
	padding:0;
}
.headerLinks li
{
	list-style:none;
	float:left;
	font-size:11px;
	font-weight:bold;
}
.headerLinks li a
{
	color:#000;
	text-decoration:none;
}
.headerLinks li a:hover
{
	text-decoration:underline;
}
/** end header **/
.bodyContainer
{
	width:760px!important;
	width:775px;
	text-align:left;
	margin:0 auto;
	background:#FFF;
	padding:0 10px;
	min-height:100%;
}
.oldBodyContainer
{
	width:775px;
	text-align:left;
	margin:0 auto;
	background:#FFF;
	padding:0 10px;
}
/** footer **/
#footerContainer 
{
	width:760px;
	background:#EAEAEA;
	font-size:11px;	
}
#footerContainer #linksContainer 
{
	width:465px;
	float:left;	
}
#footerContainer p
{
	margin:0;
	font-size:0.9em;
}
.links 
{
	float:left;
	width:163px;
	_width:162px;
}
.links a 
{
	color:#000;	
	text-decoration:none;
}
.links strong
{
	display:block;
	margin: 10px 0 5px 10px;
	font-size:1.1em;
}
.links ul
{
	margin:5px;
	padding:0 5px;
	list-style-type:none;
}
.footerLogo
{
	float:right;
	background:url(/images/footer/bg-card.gif) no-repeat;
	width:257px;
	height:170px;
	margin:10px 10px 10px 0;
}
/** end footer **/