/* ############## DEFAULT STYLES ############### */

div, .contText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
 

/* ############## TEXT STYLES ############### */

.ccNumList {
	font-weight: bold;
	padding-left: 0;
	margin-left: 25px;
	-moz-box-sizing: padding-box;
}

.ccNumList span {
	font-weight: normal;
}

.contText	{
	padding: 20px;
	height: 700px;
	vertical-align: top;
	-moz-box-sizing: padding-box;
	background-image: url('/images/charity_champions/background.gif'); 
	background-repeat: no-repeat;
	background-position: right top; 
}

.hmBox {
	width: 197px;
	height: 145px;
	float: left;
	position: relative;
	text-align: center;
	padding: 15px 20 25 20;
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hmBoxTxt {
	text-align: left;
}

.hmImg {
	float: right;
	width: 262px;
}

.hmText	{
	font-size: 12px;
	float: left;
	width: 331px;
	height: 262px;
	background-image: url('/images/charity_champions/home_background_yellow.gif');
	background-repeat: no-repeat;
	background-color: #ffcc00;
	padding: 8px 3 8 9;
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hmText li {
	color: #ff6600;
	font-weight: bold;
}

.hmText li span {
	color: #003366;
	font-weight: normal;
}

.varsImg {
	float: left;
	width: 140px;
}

.varsPro {
	padding-left: 60px;
	background-color: #001e71;
	border-bottom: 1px solid #ff9900;
	height: 80px;
	-moz-box-sizing: padding-box;
}

.varsTxt {
	color: #ffcc00;
	float: right;
	width: 380px;
	padding-top: 30px;
	-moz-box-sizing: padding-box;
}


/* ############## LINK STYLES ############### */

a.chchLink:link, a.chchLink:visited {
	color: #ff6600;
	font-weight: bold;
}
a.chchLink:hover {
	color: #ffcc00;
	font-weight: bold;
}

.hmText li span a:link, .hmText li span a:visited {
	color: #003366;
	font-weight: bold;
}

