body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('img/pageBg.gif');
	background-color: #4F402A;
	background-repeat: repeat-x;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#pageContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: auto;
	border: 1pt solid black;
	min-width: 800px;
	min-height: 600px;
	width: 800px;
	height: 700px;
	background-image: url('img/tapaBg.png');
}

#topBanner {
	height: 94px;
	background-image: url('img/topBanner.png');
	background-repeat: no-repeat;
	border: 1pt solid #855;
}

#innerTopBanner {
}

#mainBanner {
	height: 200px;
	background-image: url('img/mainBannerImg.png');
	background-repeat: no-repeat;
}

#mainBannerLeftOverlap {
	float: left;
	width: 155px;
	height: 40px;
	margin-top: 155px;
	margin-left: 10px;
	background-image: url('img/tvHeader.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#mainContent {
	height: 400px;
}

#mainContentLeft {
	width: 160px;
	float: left;
	height: 100%;
	background-image: url('img/scheduleText.png');
	background-repeat: no-repeat;
}

#mainContentCenter {
	width: 320px;
	height: 100%;
	float: left;
}

#mainContentRight {
	float: right;
	width: 320px;
	height: 100%;
	text-align: left;
	margin-top: -20px;
}

span.bodyText {
	font-size: 12px;
	
	color: #440;
	font-family: times, serif;
	font-weight: bold;
}

table.bannerLinksTable {
	margin-top: 55px;
	margin-left: 50px;
	color: white;
	width: 90%;
	font-size: 10px;
}

table.bannerLinksTable td {
	border-right: 1pt solid white;
	text-align: center;
}

table.bannerLinksTable td#last {
	border-right: none;
	text-align: center;
}

table.bannerLinksTable a {
	color: white;
	text-decoration: none;
	width: 100%;
	font-family: times, serif;
}

table.bannerLinksTable td:hover {
	background-color: #440;
}

table.scheduleTable {

	font-family: times, serif;
	margin-left: 42px;
	margin-top: 2px;
	font-size: 9px;
	vertical-align: middle;
}

table.scheduleTable td {
	height: 40px;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
}

table.scheduleTable tr:hover {
	cursor: pointer;
}

table.scheduleTable img:hover {
	opacity: 0.5;
}


table.scheduleTable a {
	font-family: times, serif;
	font-weight: bold;
	color: #440;
	text-decoration: none;
}

ul.itemList {
}

ul.itemList li {
	padding: 7px;
}

table.scheduleTable a:hover {
border-bottom: 2pt solid green;
}
	
.imgMouseDown {
	margin-left: 3px;
	margin-top: 3px;
}

.imgMouseUp {
	margin-left: 0px;
	margin-top: 0px;
}

.bolder {
	font-size: 15px;
}

.description {
	font-style: italic;
	font-size: 14px;
	margin-right: 10px;
}

a {
	text-decoration: none;
	color: black;
}

#Countdown {
	font-size: 10px;
	font-style: italic;
	font-family: times;
	margin-top: 2px;
	color: green;
}

#footer {
	font-size: 9px;
	color: #aaa;
	margin-top: 10px;
}

#footer a {
	font-size: 9px;
	color: #aaa;
}

#footer a:hover {
	color: #eef;
}