html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ }

#topmenu {
	background: #FF7400 url('images/menubg.gif') repeat-x;
	width:100%;
	text-align:left;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #000000;
	padding:0px;
}

#topmenuitems {
	padding:6px;
	color:#FFFFFF;
}

#headerimg {
	background: #FF7400 url('images/topbanner.jpg') no-repeat;
	height:100px;
	width:100%;
}
#topmenuitems a{
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
}

#twocols{
 width:99%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:30%; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF;
 text-align:center;
 }
 
#maincol{
	background-color: #FFFFFF;
	background-image:url(http://www.wisnetwork.com/images/wisconsin-map.gif);
	background-position:center 20px;
	background-repeat:no-repeat;
 float: left; 
 display:inline; 
 position: relative; 
 width:70%; 
 }
	
#header{
 position:relative; 
  background-color:#FFFFFF; 
 width:100%;
} 
 

#footer{
 height:300px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.callout {
	margin:8px; 
  background-color:#fff;
	margin-top:0px;
	/*margin-left:2px;*/
	padding:8px;
	margin-left:auto;
	margin-right:auto;
	border-width:4px;
	border-color:#b0cce3;
	border-style:solid;
	width:175px;
	/*float:right;*/
	text-align:left;
	font-size:9pt;
}
	
	/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 11px;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {
	background: #fff;
	background-position:center center;
	background-repeat:no-repeat;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
}

BR {margin-top:0;margin-bottom:0;}

DT {
	font-weight: bold;
	margin-top: 2%;
}

FORM {margin: 0 0 0 0;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;
background-color: #FFB534;
margin:0;
padding:0;}

H1 {font-size: 23px;}

H2 {font-size: 23px;}

H3 {font-size: 19px;}

H4 {font-size: 16px;}

H5 {font-size: 13px;}

H6 {font-size: 12px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

P {margin-top: 0; margin-bottom: 0;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #019;}

A:visited {color: #B25100;}

A:active {color: #03f;}

A:hover {color: #03f;}

/* Below is specific to DOMAIN NAME pages */

A.white:link {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:visited {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:active {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:hover {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: underline;}

.footer {font-size: 10px;}

/*Below here is specific and common to tBubNetwork */
/*.network {font-size: 9px;
	color: #000;
	text-align: left;
	}
.network a:link{color:#019;}
.network a:visited{color:#600;}

.network A:hover {color: #03f;
font-size:9px;
text-decoration: none;}
*/

.network {background-color: #b0cce3;}

.reverse {color:#fff;}
.reverse a {color:#b0cce3;}
.reverse a:hover {color#fc0;}

#live {color:#019; font-weight:bold;}
#notlive {color:#000; text-decoration: none;}


