html, body
{
	margin: 0;
	padding: 0;
	color: #000000;
/*	background-color: #eee; */
	background-color: #ffffff;
}

body { min-width: 770px; }

img { display: block; }

#wrapper
{
	background-color: #eee;
	margin: 0 auto;
	width: 770px;
/*	height: 100%; */
}

#header_wrapper
{
	height: 50px;
	width: 770px;
	background-image: url("https://www.baylor.edu/kwbu/live/liveheader_back.jpg");
	margin-bottom: 20px;
	border-bottom: 2px solid #000066;
}

#headertext
{
	padding: 18px 16px 12px 12px;
	text-align: right;
	font-size: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000066;
	float: right;
}

#header
{
	height: 48px;
	border-bottom: 1px solid #eee;
	float: left;
}

#topnav
{
	height: 4px;
	background-color: #000066;
	width: 100%;
}

#footer
{
	clear: both;
/*	position: absolute; */
	background-color: #FFFFFF;
	width: 770px;
	height: 40px;
	border-top: 1px #000066 solid;
	font-size: 9px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	margin: 0px auto;
/*	bottom: 0px; */
}

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

#content
{
	#content
{
	background-color: #eee;
	width: 770px;
	height: 80px;
	padding: 40px 0px 40px 0px;
}

#rightcol_orig
{
	background-color: #eeeeee;
	width: 226px;
	height: 450px;
	overflow: auto;
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000066;
}

#rightcol
{
	width: 248px;
	height: 450px; 
	float: right;
	overflow: auto;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
/*	background-color: #eee; */
}

#rightcol_orig .dataframe
{
	background-color: #eee;
	padding: 2px 2px 4px 2px;
}

#rightcol_orig .dataframe .listhead
{
	font-size: 12px;
	font-weight: bold;
	background-color: #eee;
	margin-bottom: 6px;
	display: block;
}

.dataframe ul
{
	padding: 0px;
	margin: 1px 0px 1px 0px;
}

.dataframe ul li
{
	list-style-position: default;
	margin: 0px 0px 0px 12px;
}

.dataframe p
{
	margin: 0px 0px 2px 1px;
	padding: 0px;
}

ul.mm_box_list li 
{
	border-top: 1px solid #eee;
}

#maincol
{
/*	background-color: #eee; */
/*	width: 520px; */
/*	height: 450px; */
/*	height: 100%; */
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

#videoframe
{
	text-align: center;
/*	height: 300px; */
	width: 100%;
}

#description
{
	background-color: #eee;
	text-align: left;
	width: 100%;
	margin-top: 6px;
}

#description P
{
	padding: 0px;
	margin: 0px;
}

#description .datestamp
{
	float: right;
	color: #000066;
	margin: 4px 4px 0px 0px;
	padding: 2px 4px;
}

#description h2
{
	margin: 6px;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */
