﻿body {
	background-image: none;
}

/* FLASH FEATURE */

div#feature {
	background-color: #000;
	height: 257px;
	border-top: 4px solid white;
	border-bottom: 6px solid white;
}

div#feature img {

}

/* LATEST NEWS */


div#latestNews {

	line-height: 27px;
	background-color: #edf0f4;
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}

div#latestNews p {
	font-size: 1em;
	margin: 7px 20px 0 20px;
}

/* SPECIAL EVENT */


div#specialEvent {
	height: 27px;
	background-color: #edf0f4;
	border-top: 0;
	border-bottom: 1px solid #C1C1C1;
	padding-left: 20px;
}

div#specialEvent p {
	color: #333;
	font-size: 1em;
	line-height: 27px;
}

/* THREE COLUMNS */


div#columns {
	width: 100%;
	background-color: #b2c4e2;
}

a.whiteLink {
	color: white !important;
	text-decoration: none;
}

a.whiteLink:hover, a.whiteLink active {
	text-decoration: none;
}


div#columns div {
	width: 300px;
	min-height: 260px;
	float: left;
	background-image: url(/Images/columnsBG.gif);
	background-repeat: repeat-x;
	background-color: #b2c4e2;
}

div#programsCol {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

div#columns h2 {
	font-family: 'Arial Narrow', sans-serif;
	font-size: 16px;
	margin: 0;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

div#columns h3 {
	color: #000;
	margin: 8px 18px;
	font-size: 16px;
	font-weight: normal;
}

div#columns img {
	width: 265px;
	height: 107px;
	border: 1px solid  #00ACCC;
	margin-left: 18px;
}

div#columns p {
	font-size: 1.1em;
	margin: 10px 18px;
	line-height: 1.3em;
	
}

div#programsCol p#countdown {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
