/* CSS Document */




/*****************************CRANK UP*********************************************/
.CUelement, .CUdestiny, .CUamericana, .CUhighlander, .CUevolution, .CUscorpion {
	width: 530px;
	height: 81px;
	margin: 0 0 20px 40px;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #00267D;
	position: relative;
	}
	.CUelement {
			background: url(images/cu_element_bkd.jpg) no-repeat bottom right;
			}
	.CUdestiny {
			background: url(images/cu_destiny_bkd.jpg) no-repeat bottom right;
			}
	.CUamericana {
			background: url(images/cu_americana_bkd.jpg) no-repeat bottom right;
			}
	.CUhighlander {
			background: url(images/cu_highlander_bkd.jpg) no-repeat bottom right;
			}
	.CUevolution {
			background: url(images/cu_evolution_bkd.jpg) no-repeat bottom right;
			}
	.CUscorpion {
			background: url(images/cu_scorpion_bkd.jpg) no-repeat bottom right;
			}

	.CUelement h4, .CUdestiny h4, .CUamericana h4, .CUhighlander h4, .CUevolution h4, .CUscorpion h4 {
		position: absolute;
		top: 0;
		left: 232px;
		font: bold 22px Arial, Helvetica, sans-serif;
		color: #BB0D32;
		text-align: right;
		margin: 5px 0 0 0;
		padding: 6px;
		}
	.CUelement h3, .CUdestiny h3, .CUamericana h3, .CUhighlander h3, .CUevolution h3, .CUscorpion h3 {
		font: bold 18px Arial, Helvetica, sans-serif;
		color: #BB0D32;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		}
	.CUelement h3 a, .CUdestiny h3 a, .CUamericana h3 a, .CUhighlander h3 a, .CUevolution h3 a, .CUscorpion h3 a {
		text-decoration: none;
		color: #BB0D32;
		}
	.CUelement h3 a:hover, .CUdestiny h3 a:hover, .CUamericana h3 a:hover, .CUhighlander h3 a:hover, .CUevolution h3 a:hover, .CUscorpion h3 a:hover {
		text-decoration: underline;
		color: #00267D;
		}
	#content .CUelement p, #content .CUdestiny p, #content .CUamericana p, #content .CUhighlander p, #content .CUevolution p, #content .CUscorpion p {
		font: normal 13px Arial, Helvetica, sans-serif;
		width: 230px;
		margin: 0;
		padding: 0;
		}

	#content .CUelement p a, #content .CUdestiny p a, #content .CUamericana p a, #content .CUhighlander p a, #content .CUevolution p a, #content .CUscorpion p a {
		text-decoration: none;
		color: #000000;
		}
	#content .CUelement p a:hover, #content .CUdestiny p a:hover, #content .CUamericana p a:hover, #content .CUhighlander p a:hover, #content .CUevolution p a:hover, #content .CUscorpion p a:hover {
		text-decoration: underline;
		color: #000066;
		}
	.uvw {
		font: bold 14px Arial, Helvetica, sans-serif;
		}
	.beg {
		font: normal 11px Arial, Helvetica, sans-serif;
		font-style: italic;
		}


/*****************************TOP TEN*********************************************/

#content h2.topten {
	text-transform: uppercase;
	}

#content ul.toptenlist li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	}
#content li .toptenlistOffset {
	font: bold 26px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 6px 0 0;
	color: #999999;
	}