/* DEFAULT PROGRAM STYLESHEET */
/* AMERICAN MAVERICKS */
		
/* change background color/add background image to control page background area */
body.programBody {
	background: #eee;
	margin: 0;
	padding: 0;
}

/* REQUIRED */
/* change background color/add background image to control search box background area */
table#programSearch td#programSearchBackground {
	background: #C30;
}

/* REQUIRED */
/* change color to control search box label text color */
td#programSearchBackground label#programSearchLabel {
	color: #fff;
}

/* REQUIRED if using default program banner */
/* change background color/add background image to control program banner background area */		
table#programBanner {
	width: 770px;
	height: 84px;
	background: #C30;
}		

/* REQUIRED if using default program banner */
/* do not change */
table#programBanner td#programWordmark {
	width: 500px;
	height: 84px;
}			

/* REQUIRED if using default program banner */
table#programBanner td#programNav {
	width: 270px;
	height: 84px;
}

/* REQUIRED if using default program banner */
table#programNav {
	width: 270px;
}

/* REQUIRED if using default program banner */
table#programNav td {
	vertical-align: top;
}

/* REQUIRED if using default program banner */
td.programNavList ul {			
	margin: 0;
	padding: 0;
}

/* REQUIRED if using default program banner */
td.programNavList li {	
	line-height: 14px;
	list-style-type: none;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

/* REQUIRED if using default program banner */
/* change color/add link attributes to control display of nav links */	
td.programNavList a {			
	color: #fff;
}

/* REQUIRED if using default program banner */
/* do not change */
img#programWordmark {
	padding: 4px 0 0 105px;
	border: 0;
}

/* change background color/add background image to program page area background */
div#programPageArea {
	background: #fff;
}