/* DEFAULT PROGRAM STYLESHEET */
/* AMERICAN RADIOWORKS */
		
html body {
    text-align: center;
}
html body div#apmContainerRight {
    text-align: left;
}

/* change background color/add background image to control page background area */
body.programBody {
	background: #fff;
	margin: 0;
	padding: 0;
}

/* REQUIRED */
/* change background color/add background image to control search box background area */
table#programSearch td#programSearchBackground {
	background: #49507A;
}

/* REQUIRED */
/* change color to control search box label text color */
td#programSearchBackground label#programSearchLabel {
	color: #fff;
}

/* REQUIRED if using default search banner */
/* change background color/add background image to control program banner background area */		
table#programBanner {
	width: 770px;
	height: 84px;
	background: url(/images/homepage/programbanner02.gif) /*#49507A;*/
}		

/* REQUIRED if using default search banner */
/* do not change */
table#programBanner td#programWordmark {
	width: 552px;
	height: 84px;
}			

/* REQUIRED if using default search banner */
table#programBanner td#programNav {
	width: 70px;
	height: 84px;
}

/* REQUIRED if using default search banner */
table#programNav {
	width: 70px;
}

/* REQUIRED if using default search banner */
table#programNav td {
	width: 10px;
}

/* REQUIRED if using default search banner */
td.programNavList ul {			
	margin: 0;
	padding: 0;
}

/* REQUIRED if using default search banner */
td.programNavList li {	
	line-height: 11px;/*14*/
	list-style-type: none;
	font-family: verdana, arial, helvetica;
	font-size: 10px;/*11*/
	padding-bottom:0px;
	text-align:left;
	font-weight:bold;
	vertical-align : top;
}

/* REQUIRED if using default search banner */
/* change color/add link attributes to control display of nav links */	
td.programNavList a, td.programNavList a:visited {			
	color: #fff;
}

/* REQUIRED if using default search banner */
/* do not change */
img#programWordmark {
	padding: 4px 0 0 105px;
	border: 0;
}

/* change background color/add background image to program page area background */
table#programPageArea {
	background: #fff;
}
