body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #9595FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#ad {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#top {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	background-color: #B80606;
	text-align: right;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/krausonline.png);
}
div#links {
	background-color: #000099;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 120%;
	background-image: url(../images/links.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B90606;
}
div#links ul {
	margin: 0px;
	padding: 7px 0px 5px;
}
div#links li {
	margin: 0px;
	display: inline;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-type: none;
}
div#links a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#links a:hover {
	color: #FFFFFF;
	background-color: #0000CC;
	background-image: url(../images/links_over.png);
	background-repeat: repeat-x;
	background-position: center top;
}
div#nav {
	background-color: #000099;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 120%;
}
div#nav ul {
	margin: 0px;
	padding: 5px 0px;
}
div#nav li {
	margin: 0px;
	display: inline;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-type: none;
}
div#nav a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#nav a:hover {
	color: #FFFFFF;
	background-color: #0000CC;
}

div#homepage {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	clear: both;
	font-weight: normal;
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 10px;
}
div#homepage a {
	color: #000099;
	background-color: #FFFFFF;
}
div#homepage a:hover {
	color: #B80606;
	text-decoration: none;
	background-color: #FFFFFF;
}
div#content {
	color: #000000;
	background-color: #FFFFFF;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	border: 1px solid #000099;
}
div#left_column {
	float: left;
	width: 32%;
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #DFDFDF;
	text-align: center;
	padding-bottom: 10px;
}
div#center_column {
	float: left;
	width: 32%;
	padding-right: 3px;
	padding-left: 3px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
}
div#right_column {
	float: left;
	width: 32%;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DFDFDF;
	padding-bottom: 10px;
}
div#right_column a {
	color: #000099;
	background-color: #FFFFFF;
}
div#right_column a:hover {
	color: #B90606;
	text-decoration: none;
	background-color: #FFFFFF;
}
div#julie {
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
}
div#julie a {
	color: #000099;
	background-color: transparent;
}
div#julie a:hover {
	color: #B90606;
	background-color: transparent;
	text-decoration: none;
}
div#news {
	padding-top: 5px;
	padding-bottom: 5px;
}
div#news a {
	color: #000099;
	background-color: #FFFFFF;
}
div#news a:hover {
	color: #B80606;
	background-color: #FFFFFF;
	text-decoration: none;
}
.left {
	float: left;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 5px;
	list-style-type: disc;
}
.right {
	float: left;
	color: #000000;
	background-color: #FFFFFF;
	list-style-type: disc;
}
div#footer {
	background-color: #FFFFFF;
	background-image: url(../images/ablecablepin.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 95%;
	color: #000000;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B90606;
	padding-top: 15px;
	padding-bottom: 15px;
}
div#footer a {
	color: #000099;
	background-color: transparent;
}
div#footer a:hover {
	color: #B80606;
	text-decoration: none;
	background-color: transparent;
}

.bold {
	font-weight: bold;
}
.ctr {
	text-align: center;
}
.verysmall {
	font-size: 90%;
}
img.banner {
	border: 1px solid #000099;
}
.centerdiv { 
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.centerdiv>div { 
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#espn {
	padding-bottom: 3px;
}
img.espn {
	border: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
div#espn a {
	color: #000099;
	background-color: #FFFFFF;
}
div#espn a:hover {
	color: #B80606;
	background-color: #FFFFFF;
	text-decoration: none;
}
img.tickets {
	border: 1px solid #000099;
	margin-left: 10px;
}
div#channel {
	padding-top: 5px;
	padding-bottom: 5px;
}
div#channel a {

	color: #000099;
	background-color: #FFFFFF;
}
div#channel a:hover {

	color: #B80606;
	background-color: #FFFFFF;
	text-decoration: none;
}
.large {
	color: #B80606;
	background-color: #FFFFFF;
	font-size: 130%;
}
img.channel {
	margin-bottom: 5px;
}
.heading {
	color: #FFFFFF;
	background-color: #B90606;
	margin-top: 5px;
	clear: both;
}
.heading_top div {
	background-image: url(../images/hd_left_corner.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.heading_top {
	background-image: url(../images/hd_right_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.heading_content {
	text-align: center;
	font-size: 120%;
	margin-bottom: 5px;
	padding-bottom: 4px;
}
.heading_content a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B90606;

}.heading_content a:hover {
	color: #FFFFFF;
	background-color: #B90606;
	text-decoration: underline;
}
.heading_bottom div {
	background-image: url(../images/hd_bl_corner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.heading_top div, .heading_top, .heading_bottom div, .heading_bottom div {
	width: 100%;
	font-size: 1px;
	height: 5px;
}
div#weather {
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
}
