@charset "UTF-8";
.box
{
height: 600px;
}

html>body .box
{
height: auto;
min-height: 600px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
td img {
	display: block;
}
body, td, th {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 80%;
	line-height: 18px;
	color: #646464;
}
body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkg_grad.jpg);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h2 {
	font-size: 100%;
	color: #8E0C3A;
	padding-top: 10px;
}
#container {
	background-image: url(../images/rgrid.gif);
	background-repeat: repeat;
	width: 100%;
}
#container #main {
	background-image: url(../images/1r_filler.gif);
	background-repeat: repeat-y;
	width: 800px;
}
#container #main #lgrid {
	width: 210px;
	overflow: hidden;
	float: left;
	display: inline;
}
#container #main #logobox {
	width: 320px;
	margin-left: 240px;
	clear: right;
	padding-top: 20px;
}
#container #main #navbar {
	float: left;
	width: 140px;
	margin-top: 20px;
	margin-left: 30px;
	height: 380px;
}
#container  #main #content {
	width: 350px;
	margin-left: 400px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8E0C3A;
	padding-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	margin-top: 20px;
}
#container #main #content a {
	color: #646464;
	text-decoration: underline;
}
#container #main #content a:hover {
	color: #646464;
	text-decoration: none;
}
#container #main #content h1 {
	font-size: 125%;
	color: #8E0C3A;
	line-height: 16px;
	margin-top: -1px;
}

#container #main #content h3 {
	font-size: 105%;
	color: #8E0C3A;
}
#container #main #content h3 a {
	color: #8E0C3A;
}
#container #main #content h4 {
	font-size: 105%;
	color: #646464;
}
#container #main #content h4 a {
	font-size: 105%;
	color: #646464;
}

#container #main #navbar #links {
}
#container #main #navbar #todayshow {
	text-align: center;
	font-size: 85%;
	color: #8E0C3A;
	line-height: 14px;
	margin-top: 5px;
	letter-spacing: 0.05em;
}
#container #main #navbar #todayshow #onPageHiddenContent {
	text-align: center;
	font-size: 85%;
	color: #8E0C3A;
	line-height: 14px;
	margin-top: 5px;
	letter-spacing: 0.05em;
}
#container #main #navbar #todayshow p {
	text-align: center;
	font-size: 85%;
	color: #8E0C3A;
	line-height: 14px;
	margin-top: 5px;
	letter-spacing: 0.05em;
}
.vidThumb_pad {
	margin-left: 10px;
	margin-top: 10px;
}
#footer {
	font-size: 75%;
	line-height: 14px;
	padding-right: 210px;
	padding-bottom: 10px;
	padding-left: 220px;
	margin-top: 10px;
	color: #FFFFFF;
	margin-bottom: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#footer a {
	color: #FFFFFF;
}
.imgFLRT {
	float: right;
	margin-top: 15px;
}
.imgFLLT {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgToday {
	float: left;
	margin-right: 5px;
}
.redTXT {
	color: #8E0C3A;
}
.redTXTBLD {
	color: #8E0C3A;
	font-weight: bolder;
}
td {
	font-size: 100%;
}
ul {
	padding:0;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}
li {
	margin:0;
	padding:0, 0, 0, 0px;
	}
ol{
	margin:0 0 0 0px; padding:0;
	}
