body {
	background-color:#E1EBF2; 
	font-family: "TW Cen MT", arial, "lucida console", sans-serif; 
	min-width:940px; 
	margin: 0px; 
	padding: 0px; }

.heading {
  text-align: center;
  /*border-bottom: solid #FFCC33 1px;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  background-image: url( "/images/yelbar2.png");
  background-position: bottom;
  background-repeat: repeat-x;
}
  
.simple_heading { display: none }
  
.left {
  float: left;
  padding: 0px 10px 0px 0px;
  margin-left: 10px;
  width: 156px;
/*  border-right: solid #FFCC33 1px;*/
/*  height: 1163px;*/
  height: 100%;
  text-align:left;
  padding-left: 20px;
  font-weight:bold;
  font-size:75%;
  color:#4C769E
}

.middle {
  top: 10px;
  padding-left: 10px;
  margin-left: 176px;
  margin-right: 176px;
/*  border-left: solid #FFCC33 1px;
  border-right: solid #FFCC33 1px;*/
/*  background-color:#E1EBF2;*/
}

.right {
  float: right;
  padding: 0px 0px 0px 10px;
  width: 140px;
/*  border-left: solid #FFCC33 1px;*/
/*  height: 1163px;*/
  height: 100%;
}

.footer {
  padding-top: 10px;
  text-align: center;
  clear: both;
}

.text_box
{
  background-color:#ffffff;
  padding:20px;
  min-height:600px;
}

.error_text_box
{
  background-color:#ff0000;
  color:#ffffff;
  text-align:center;
  font-weight:bold;
  padding:10px;
}

a.top_menu { text-decoration: none; color: #4C769E;}
a.top_menu:hover { color: #000000; }

#V6Menu { font-weight:bold; width:139px}
#V6Menu ul { list-style:none; padding:0; margin:0; border: 0;}
#V6Menu li a {display: block; text-decoration: none; color:#4C769E; border-bottom: dotted #8EB0CA 1px; padding: 10px}
#V6Menu li a:hover { color:#000000; }

#V6Menu2 { font-weight:bold }
#V6Menu2 div { font-size: 75%; text-align:center;font-weight:bold;background-color:#E1EBF2; }
#V6Menu2 ul { list-style:none; margin:0; border: 0; text-align: right; padding-right: 175px }
#V6Menu2 li {display: inline; margin-left: 10px}
#V6Menu2 li a { text-decoration: none; color:#4C769E; border-bottom: dotted #8EB0CA 1px; padding: 10px; font-size: 110%}
#V6Menu2 li a:hover { color:#000000; }

/* for rounded corners */
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background-color: #ffffff}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

.live_feed_container{
	width:300px;
	border: solid #ffcc33 1px;
	font-size:80%;
	font-weight: bold;
	color: #4C769E;
	text-align:center;
  margin-left:auto;
  margin-right:auto
}

.yellow_cell        { background-color:#ffcc33; width:75px }
.yellow_cell_left   { background-color:#ffcc33 }
.yellow_cell_right  { background-color:#ffcc33; width:176px }
.blue_cell          { background-color:#E1EBF2; width:75px }
.blue_cell_left     { background-color:#E1EBF2 }
.blue_cell_right    { background-color:#E1EBF2; width:176px }


