/* UtilityStyles.css  
   color reference: lime = #D5F080 or #FFFF33; 
   					LT BLUE = #AAF4FD or #cde1f5 
					orange = #FDB851
					dark blue = #004284 */
body{
	margin:0;
	padding:0;
	color: 000000;
	background: url(gif/stars.jpg) repeat;
	background-attachment:fixed;
 	}
body,table,p,td,th,a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px; 
	}
/* image that stays to the right */
.imgRt {
	clear:left; 
	float:right; 
	margin-right: 60px; 
	padding:0;
}
/* image that stays to the left */
.imgLt {
	clear: right;
	}

/* Links */
/* dark blue non-underlined */
a:link {
	color: #0066FF;
	text-decoration: none;
}

/* color change on active */
a:active {
	color: #99CC00;
	text-decoration: none;
}

/* color change on visited */
a:visited {
	color: #009933;
	text-decoration: none;
}
/* color change and underline on hover */
a:hover {
	color: #008080;
	text-decoration: none;
}
/* for expanding text */
a.expand:link {
	color: #0066FF;
	text-decoration: none;
}


/* Links for the menu bar medium blue = #6c8fd2 blue gradient bg = #a9ddf2*/
a.menu:link, a.menu:visited{
	text-decoration: none;
	font-family: "Tempus Sans ITC", "Bradley Hand ITC", Garamond, "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 1.4em; 
	background-color: #000033;
}

a.menu:selected {
      text-decoration: none;
      color: #FDB851;
	  font-size: 13px;
	  font-weight : 900;
	  background-color: #004284;
      }
/* change color on hover*/
a.menu:hover {
	text-decoration: none;
	color: #FFFF33; 
	font-size: 13px;
	font-weight : 900;
	background-color: #000033;
}
/* Links for Utility BillStar*/
a.UB:link, a.UB:visited{
	color: #660066;
	text-decoration: none;
	font-weight: 900; 
}
a.UB:hover {
	text-decoration: underline;
	color: white; 
	background-color: #000033;
	font-weight:900;
}
/* fonts */
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px; 
	font-stretch: extra-expanded; 
	margin-top: 10px;
	color: #FF9900; font-variant:small-caps;		/* orange = #FF9900;#99FF00;*/
	speak-header:always;
	padding-left: 10px;
	}

h2, h3{
	font-size:1.2em;
	text-align:left;
	color: #000066;
	margin:0;
	padding:0;
	padding-left: 10px;
	}

h3 {
	font-size:1em; 
	color: #ff9900;
	}

img { 
	margin-left: 10px; 
	margin-top: 4px;
	}
li.noBullets{
	list-style:none;
	}
p {
	text-align: left;
	margin-top:0;
	margin-left: 10px; margin-right: 20px;}
p.left{
	/*margin:0.9em 0 0.9em 0;*/
	width: 380px; 
	float:left; 
	}
ul {margin-top:0; padding-top:0;}
li {
	text-align: left; list-style:disc;
	}
/* image as bullet */
li.img {list-style-image: url(jpg/blueswril.gif);}	
.text {
	margin-top: 0;
	}
/*emphasis for Utility BillStar */
span.UB{
	font-weight: bold; 
	color:#000066; 
	}
span.red {
	color:red; 
	font-weight:900;
	}
span.bold{
	font-weight: bold; 
	}
/*Tables 
table { background-image:url(jpg/blue_gradient.gif);}*/
table.menu {
	background-color: #000000;
	padding: 0;
	margin: 0;}
/* medium blue = #6c8fd2 or #006699*/
td.menu {
	background-color:#000033;border-bottom: medium groove #000033;
	text-align:center;
	padding: 1px; 
	margin: 0;}

/* for active page menu orange = #FDB851; dark blue = #000066 */
td.menuActive {
    color: #660066;
	font-family: "Tempus Sans ITC", "Bradley Hand ITC", Garamond, "Times New Roman", serif;
	font-size: 13px;
	font-weight: bolder;
	text-align:center;
	background-color:#a9ddf2; 
	border-left: medium groove #000033; 
	border-right: medium groove #000033; 
	border-top: medium groove #000033; 
	  }
	
/* Specific divisions blue 4 bg gradient = #d7dce8 background: no-repeat transparent url(jpg/UBStar.gif); 
	background-position:center; background-color: white;*/
#header {
	width: 800px;
	margin:0; 
	padding:0;
	}
#MainPanel { 
	background-image: url(jpg/blue_gradient.gif); background-color:#ece3ce;
	background-repeat: repeat-x; 
	width: 800px; 
	margin: 0;
	padding-top: 10px; 
	text-align:left; padding-bottom: 10px;
	}
/*  background-image: url(jpg/opaq0010.jpg);Blue gradient background background-color:#99CCFF;background-image:url(jpg/bg_grad3.gif);*/
#LeftPanel { margin-top: 0; 
	background-color: #d7dce8;
	background-repeat:repeat-x;
	background-image: url(jpg/blue_gradient.gif);
	width:390px; 
	float:left; 
	height:100%;
	}	

/* Blue gradient background   */
#LeftPanel2 { margin-top: 0; 
	padding-top: 18px;width:393px;
	background-color: #d7dce8;
	background-image: url(jpg/blue_gradient.gif);background-repeat:repeat-x;
	float:left; 
	height:100%;
	}
/*  */
#footer {
	width:800px; 
	color: #D5F080;
	}
#footer hr {
	color:#D5F080; height: 1px;
	}
#footer p {
	text-align:center;
	font-size:10px; 
	}

/*
p{
	padding:5px;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height:1.2em;
	text-align: left;
	}	*/


/*p.ltMargin{
	margin:0.9em 0 0.9em 0;
	width: 380px; 
	float:left;
	padding-left: 20px;
	margin-left: 20px;
	}*/




	

	


	

