.oneColLiqCtrHdr {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9c9b98;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
}
.oneColLiqCtrHdr #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #f4f4f4; 
	padding: 34px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:125px;
	position:absolute;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f4f4f4;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f4f4f4;
} 
.oneColLiqCtrHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #IRCmainContent {
	padding: 0px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f4f4f4;
}
.oneColLiqCtrHdr #userloginruler {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 140px 0px 25px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}
.oneColLiqCtrHdr #newsruler {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}
.buttonAsLink{
	font-family:       Verdana, Arial, Helvetica, sans-serif;
	font-size:         10px;
	font-style:		   oblique;
	color:             #538ecb;
	background-color:  #f4f4f4;
	font-weight:       bold;
	padding:           0px 0;
	border-width:      0;  
	cursor:            pointer;
	width:             34px;
}
.login {
	color: #0099CC;
	font-size: 12px;
	text-align: left;
}
.loginstyle {
	color:#24618e;
	font-size: 10px;
	text-align: left;
}
.loginstyle2 {
	color:#538ecb;
	font-size: 10px;
	text-align: left;
	font-style:oblique;
	font-weight: bold;
}
.linebreak { color: #24618e;
}
.heading3 { color: #538ecb;
}
.maintextStyle {
	font-size: 12px;
	color: #000000;
}
.footerStyle {
	font-size: 10px;
	color: #868484;
}
.footerlinkstyle {
	font-size: 10px;
	color: #24618e;
}

volttext {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	position:absolute;
	left:30px;
	top:9px;
}
navlogo{
	margin:0;
	position:fixed;
	left:7px;
	top:1px;
	width: 21px;
	height: 30px;
	border:hidden;
}
    #tabs {
	  position:fixed;
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #24618E;
	  font: bold 10px/1.5em Verdana;
	  z-index:5;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 164px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	  
a{text-decoration:none}

.ts3{
	color: #0080FF;
}
