html, body {
	margin:0;
	padding:0
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #eaeaea;
	background-image:
; 	background-image: url(../media/layout/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
fieldset{
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 10px;
	border-color:#999999;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	}

legend{
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 10px;
	border-color:#999999;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	}



.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	padding-bottom:50px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:960px;
	height:auto;
	background-color:#FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.oneColFixCtrHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



div#SiteHeader {
	margin:0px;
	padding:0px;
	text-align:left;
	width:960px;
	height:118px;
	background-image: url(../media/layout/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



div#SiteMenuContainer {
	width:300px;
	height: auto;
	margin:0px;
	padding:0px;
	padding-left: 70px;
	vertical-align: text-bottom;
	text-align:left;
}
div#HomeFlashContainer{
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:960px;
	height:250px;
	background-color: #FFFFFF;
	vertical-align: top;
	display: block;
}


div#NewsContainer{
	width:660px;
	height:auto;
	margin:0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	line-height: 16px;
	margin-bottom:10px;
}


div#HomeContentContainer{
	margin:0px;
	text-align:left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width:960px;
	height:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFFFFF;
}
div#ContentContainer{
	margin:0px;
	text-align:left;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}

div#homeContentLeft {
	float:left;
	text-align:left;
	background-color:#FFFFFF;
	width:300px;
}
div#homeContentRight {
	float:right;
	text-align:left;
	background-color:#FFFFFF;
	width:660px;
}


div#siteContentTop {
	text-align:left;
	width:640px;
	height:50px;
	
}
div#siteContentMid {
	text-align:left;
	margin: 0px;
	padding: 0px;
	width:640px;	
	}
div#siteContentBot {
	text-align:left;

	width:640px;
	height:93px;
}







A {
	text-decoration: underline;
	color: #666666;}
A:Hover {
	text-decoration: underline;
	color: #b00915}

H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#03487e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
}
H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	color:#9d0201;
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
H3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#900;
	margin-right: 25px;
}
H4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#003399;
	margin-right: 25px;
}	
	

div#content p {
	line-height:1.8
}

div#navigation {
	background:#FFFFFF
}

div#logo {
	background:#FFFFFF;
	text-align:center;
}

div#menu {
	background:#3f3f3f;
	border-top:1px solid #000000
}


div#content {
	width:660px;
	padding:0px;
	margin:0px;
	margin-left:0px;
}

div#contentArea {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

div#contentHome {
	background-color: #FFFFFF;
	width:630px;
	padding:0px;
	margin:0px;
	margin-left:20px;
}



div#callout {
	background-image:url(../media/layout/bg_callout_2.gif);
	background-repeat: no-repeat;
	float: right;
	width:235px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	border:0px solid #666666;
	text-align:center;
}

div#footer {
	color: #FFFFFF;
	font-size:10px;
}
div#footer p {
	margin:0;
	padding:5px 10px
}
div#container {
	width:810px;
	margin:0 auto
}
div#HeaderLogo {
	float:left;
	height: 118px;
	width:312px;
}



	/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs 
		#NewsContainer a.morelink:link, #NewsContainer a.morelink:visited, #NewsContainer a.morelink:hover, #NewsContainer a.morelink:active {
		background: transparent url("../media/layout/sprites.gif") no-repeat 5px -400px;
		height:15px;
		width:26px;
		display:inline-block;
		padding-left:21px;}
		#NewsContainer a.morelink:hover {
		background: transparent url("../media/layout/sprites.gif") 5px -499px}
		#NewsContainer .morelink span {
		position:absolute;left:-9999px;width:900px}*/


div#newsContent {
text-align:left;
padding-bottom:7px;

}

div#newsStory{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}

div#newsStory ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;

}

div#newsStory li {
	margin: 0;
	float: left;
		display: block;
		width:300px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}


div#newsStory img{
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right:10px;
	border: 1px solid #666666;
}

.newsImage{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #666666;
}
#NewsAll a{
padding:0px;
margin:0px;
	color:#03487e;
}


.search-links1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 			
	font-weight: normal; 
	color: #FFFFFF; 
	font-style: normal}
.search-links2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 			
	font-weight: normal; 
	color: #FFFFFF; 
	font-style: normal}
.search-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #600d09;
	font-style: italic;
	padding-left:18px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -897px;
}

#HeaderHelp{
	padding:0px;
	margin:0px;
	margin-top:30px;
	float:right;
	z-index: 2;
	width:585px;
	height:auto;

}
#search{
	padding:0px;
	margin:0px;
	float:right;
	z-index: 2;
	width:200px;
	height: auto;

}


#search form{
	margin:0px;
	float:right;
	z-index: 2;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:inline-block;

}

#search .search_input{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:0px;
}
#search .search_submit{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:0px;
	display:inline;
}

#userinfo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-top:5px;
	padding-right:10px;
	margin: 0px auto;
	height: auto;
	width: 370px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:left;
	text-align:right;
}



div#breadcrumb {
	float:left;
	font-size: 10px;
	color: #7a7a7a;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align:left;
	background-image: url(../media/layout/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width:475px;

}

div#emailprint {
	float:right;
	font-size: 9px;
	color: #8c8c8c;
	margin:0;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align:left;
	width:125px;

}

/* anchor styling */
#emailprint a.email
{
	color:#8c8c8c;
	text-decoration: none;
	padding-left: 40px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -148px;
	padding-top:2px;
	padding-bottom:6px;
	margin: 0px;
	padding-right: 0px;
	height:75px;
}
#emailprint  a.email:hover
{
  color: #03487d;
  text-decoration: underline;
	padding-left: 40px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -198px;
	padding-top:2px; 
	padding-bottom:2px
} 

#emailprint a.print
{
  color:#8c8c8c;
 
  text-decoration: none;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -50px;
padding-top:2px; padding-bottom:2px
}
#emailprint  a.print:hover
{
  color: #03487d;
  text-decoration: underline;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -100px;
padding-top:2px; padding-bottom:2px
}

div#AdSpace {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



div#submenu {
	margin:0;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }

div#newsarea {
	width:730px;
	color: #FFF;
	padding: 0px;
	margin:0px;
}

div#newsHead {
	width:230px;
	margin:0px;
	padding:0px;
	padding-left:0px;
	padding-top:8px;

}

div#newsHead a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin:0px;
	margin-top:0px;
	padding:0px;
}


div#newsContent {
	width:230px;
	padding-top:7px; 
	border-right:1px solid #5e92af;
	padding-right:10px;
}

div#newsLeft {
	color: #FFF;
	float:left;
	padding:0px;
	margin:0px;

}

div#newsRight {
	color: #000000;
	float:right;
	width:450px;
	padding:0px;
	margin:0px;
	padding-right:20px;
	padding-left:10px;
}



div#navigation {
	float:left;
	width:209px
}


div#footer {
	clear:both;
	width:960px;
	height:75px;
	background-image: url(../media/layout/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

div#FooterLeft {
	float:left;
	text-align:left;
	width:250px;
}
div#FooterRight {
	float:right;
	text-align:right;
	width:700px;
	padding-top:10px;
	margin-right:10px;
}

	/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
		background: transparent url("../media/layout/sprites.gif") no-repeat 5px -400px;
		padding-left:21px;
		color:#666666}
		a.morelink:hover {background: transparent url("../media/layout/sprites.gif") 5px -500px;
		color:#b00915}
		.morelink span {position:absolute;left:-9999px;
		width:900px}



.table-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #525252;
	color: #FFFFFF;

}
.table-line-1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	background-color: #c0c0c0;
	color:#525252;}
.table-line-2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	background-color: #ffffff;
	color:#525252;}
.table-line-3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	background-color: #eaeaea;
	color:#525252;}

.recordtotal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	padding-top:3px;
	padding-bottom:15px;
	padding-left:15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top: 1px solid #232557;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	
}

.instruction {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 			
	font-weight: normal; 
	color: #004273; 
	font-style: normal}	
	
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	background:#E7E7E7;
	border:1px solid #cc0033;
	text-align: left;
	margin: 5px;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;

}
.required2 {
	background-image: url(../images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* style for page ordering */
	.pagination {
	background: #f2f2f2;
	font-size: 10px;
	color:#666;
	padding: 4px 20px 4px 7px;
	border: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
	.pagination p {position:relative;text-align:right;}
	.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc}
	.pagination p a:hover {background:#990000;color:#fff}
	.pagination p span {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc}
	.pagination * {
	margin:0;
}


#LoginContainer {
	margin-left:21px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
	height:31px;
}



ul#LoginButton {
	padding: 0px;
	margin:0px;
	list-style-type: none;
	white-space: nowrap;
}

ul#LoginButton li {
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0;
}

#LoginButton a, #LoginButton a:link {
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0;
	background-image: url(../media/layout/login_bg_off.png);
	background-position: right center;
	background-repeat: no-repeat;
}


#LoginButton a:hover {
    color: #650000;
	background-image: url(../media/layout/login_bg_on.png);
	background-position: right center;
	background-repeat: no-repeat;

}

    #SiteNavContainer {
      font-size:10px;
	  font-weight:bold;
      line-height:normal;
      }
    #SiteNavContainer ul {
	margin:0px;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
      }
    #SiteNavContainer ul li {
      margin:0;
      padding:0;
	  }
    #SiteNavContainer ul li a {
	display:block;
	height:auto;
	width:215px;
	margin:0px;
	text-decoration:none;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	background-attachment: fixed;
	background: transparent url("../media/layout/sprites.gif") no-repeat 200px -1096px;
      }
    #SiteNavContainer ul li a span {
	float:left;
	height:auto;
	display:block;
	color:#333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom:1px solid #a6a2a3;
	cursor: pointer;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #SiteNavContainer ul li a span {float:none;
	}
    /* End IE5-Mac hack */
    #SiteNavContainer ul li a:hover span {
	background: transparent url("../media/layout/sprites.gif") no-repeat 200px -1146px;      
      }
    #SiteNavContainer ul li a:hover {
 	background: transparent url("../media/layout/sprites.gif") no-repeat 200px -1146px;            
			  color:#af0300;
      }
    #SiteNavContainer ul li a:hover span {
	background: transparent url("../media/layout/sprites.gif") no-repeat 200px -1146px;         
			 color:#af0300;
      }

      #SiteNavContainer  ul li a #current{
	background: transparent url("../media/layout/sprites.gif") no-repeat 200px -1146px;         
			 color:#af0300;
      }
      #SiteNavContainer  ul li  #current span {
	background: transparent url("../media/layout/sprites.gif") no-repeat 200px -1146px;         
			 color:#af0300;
      }

#SiteNavContainer div.BillPay a{
	background-image: url(../media/images/btn_billpay_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 31px;
	width: 207px;
	margin-left:15px;
	margin-top:10px
	}
#SiteNavContainer div.BillPay a:hover{
	background-image: url(../media/images/btn_billpay_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 31px;
	width: 207px;	
	}	
	
#MenuSideHead{
	padding:0px;
	margin:0px;
	color:#c00301;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	}

#MenuSide {
        margin: 0px;
        }

#MenuSide ol {
        list-style: none;
        margin: 0;
        padding: 0;
		width:215px;
		padding-bottom:10px;
		border-bottom:1px solid #a6a2a3;
        }

#MenuSide ol li a { 
		margin: 0px;
		  font-family:Verdana, Arial, Helvetica, sans-serif;
		  font-size:10px;
		  font-weight:bold;
		  margin-left:15px;
        text-decoration:none;
		
        }

#MenuSide ol li a:link, #MenuSide ol li a:visited {
	color: #535353;
	display: block;
	text-decoration:none;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 17px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -1187px;
        }

#MenuSide ol li a:hover, #MenuSide ol li #current {
	color: #af0300;
	text-decoration:none;
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -1227px;        }

#MenuSide ol li a:active {
	color: #af0300;
	text-decoration:none;
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -1227px;



        }
#ListMenuTitle{ /*CSS for Simple Tree Menu*/
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #3e6d6f;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#ListMenu1{ /*CSS for Simple Tree Menu*/
	text-align:left;
	font-size:10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border:7px solid #999999;
	background-image: url(../media/layout/menu_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#ListMenu1 ol
{
	width: 100%;
	display:inline-block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;	
}
#ListMenu1 ol li
{
	float: left;
	width: 250px;
	list-style-type: none;
}


/* anchor styling */
#ListMenu1 ol li a
{
	color:#666666;
	display: block;
	width: 250px;
	height:25px;
	text-decoration: none;
	padding-left: 25px;
	padding-top:2px;
	background-color: transparent;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -796px;
}
#ListMenu1 ol li a:hover, #ListMenu1 ol li #current
{
  color: #b00915; /* white */
	padding-left: 25px;
	font-weight:bold;
	color:#333333;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px 3px;
}


    #BillPayTabs {
      float:left;
      width:100%;
      background:#FFFFFF;
	  font-size:10px;
	  font-family:Verdana, Geneva, sans-serif;
      line-height:normal;
	  font-weight:bold;
	  padding-bottom:20px;
      }
    #BillPayTabs ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
      }
    #BillPayTabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #BillPayTabs a {
      float:left;
      background:url("../media/layout/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
	  width:100px;
	  height:42px;
      text-decoration:none;
      }
    #BillPayTabs a span {
      float:left;
      display:block;
      background:url("../media/layout/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
	  height:33px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #BillPayTabs a span {float:none; }
    /* End IE5-Mac hack */
    #BillPayTabs a:hover span {
      color:#a60805;
      }
    #BillPayTabs a:hover {
      background-position:0% -42px;
	  color:#a60805;
      }
    #BillPayTabs a:hover span {
      background-position:100% -42px;
      }

        #BillPayTabs ul li #current{
                background-position:0% -42px;
				color:#a60805;
        }
		
        #BillPayTabs ul li #current span  {
                background-position:100% -42px;
				color:#a60805;
        }

.shadetabs{ clear:left; 
padding: 3px 0;
margin-left: 15px;
margin-right:15px;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
	background-color: #CCCCCC;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{
	border-bottom-color: white;
	background-color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
margin-bottom: 1em;
margin-left:10px;
margin-right:10px;
padding: 10px;
background-color:#FFFFFF;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

div#AccountContainer{
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	margin:0px;
	}
	
div#AccountInfo{
	width:100%;
	background-color:#e7e5dd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;	
	}
	
div#AccountInfo Strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	}
	
div#AccountInfo UL{
	list-style:none;
	}
	
div#AccountFiles{
	width:100%;
	background-color:#f1f1f1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;	
	}
	
div#AccountFiles Strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	}
	
div#AccountFiles UL{
	list-style:none;
	}


div#ArticleListing{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	}

div#ArticleListing li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin:0px;

	}	

.ImgSm{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right:10px;
	margin-top:10px;
	border: 1px solid #666666;
	float:left;
}

div#Sub_Page_Listing{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	}
div#Sub_Page_Listing ol {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}

div#Sub_Page_Listing li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


div#Sub_Page_Listing img{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right:10px;
	/*border: 1px solid #666666;*/
	}


div#Sub_Page_Listing p{
	display:inline;
	}	


div#Sub_Page_Listing span{
	display:inline;
	}	


div#Sub_Page_Listing a{
	display:inline;
	}	


	
div#BannerTop{
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#BannerLeft{
	width:170px;
	text-align:center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-right:0px;
	display:inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#BannerRight{
	float:right;
	text-align:center;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-left:20px;
}