#movewrap {
	width: 100%;
	margin: 0px;
	position: relative;
	padding: 0px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#movewrap a { color: #adb0d9
}
#movewrap h1 {
	font-size: 20px;
	color: #01396c;
	text-align: left;
}

#movewrap #pckrs {
	width: 100%;
	margin-top: 8px;
	text-align: center;
	background-color: #CCCCCC;
}
#movewrap #pckrs .candidate a {
	font-weight: bold;
}



.clr {
	clear: both;
	width: 100%;
}
#movewrap #textcnt {
	width: 47%;
	color: #666666;
	float: left;
}
.candidate {
	width: 31%;
	text-align: center;
	clear: none;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}
#movewrap .disclaim {
	font-size: 10px;
	clear: both;
}
#movewrap #textcntrght {
	width: 47%;
	color: #666666;
	float: right;
}

