*{
	outline:none;
}



BODY, TABLE, DIV{

	font-family:Verdana;
	font-size:11px;
	color:#333333;
	margin:0px;
	
}

BODY{
	
	height:100%;
	width:100%;
	min-height:440px;
	font-size:11px;
	
	margin:10 0 0 0;
	
}

.footer{
	
	color:#FFF;
	background-color:#333;
	
	position:relative;
	padding-top:20px;
	
	padding-bottom:30px;
}

.footer A{

	padding:0;
	margin:0 0 3px 0;
	color:#FFF;
	text-decoration:none;
	display:block;
	border:none;
}

.footer H1, .footer H1>A{
	
	color:#FC0;
	font-size:13px;
	text-decoration:underline;
	
}


.footer#clent_logos{
	
	width:50%;
	float:left;
}

.footer#sitemap{
	
	width:50%;
	float:left;
}

.footer#sitemap>DIV{
	
	width:49%;
	margin-left:1%;
	float:left;
	margin-bottom:20px;
}


#clear{

	margin:0px;
	padding:0px;
	clear:both;
}




.centered{
	
	width:928px;
	text-align:left;
	position:relative;
	
	left:50%;
	margin-left:-464px;
}

/*This is a dummy class for the benifit of the font increase/decrease function
*/
.content{
	
	font-size:11px
	
}

