/* CSS Document */

.titlestyle {
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bodytitlestyle {
	font-size: 16px;
	color: #F16527;
	font-family: Tahoma;
}

.bodytext {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}

.footertext {
	color: #B9B9B9;
	font-family: Tahoma;
	font-size: 11px;
}

.blanktext {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
}

div.transbox
  {
  height: 375px;
  background-color: #FFFFFF;
  /* border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=65);
  /* CSS3 standard */
  opacity:0.65;
  color: #000000;
  font-family: Tahoma;
  font-size: 12px;
  }
  
div.transbox1 p
{
margin: 20px 20px;
}

div.transbox1
  {
  height: 500px;
  background-color: #FFFFFF;
  /* border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=65);
  /* CSS3 standard */
  opacity:0.65;
  color: #000000;
  font-family: Tahoma;
  font-size: 12px;
  }
  
div.transbox p
{
margin: 20px 20px;
}

/*Main Logo Styling Using a H1 and an A tag*/
h1 {
	display: block;
	width: 272px;
	height: 118px;
	text-indent: -9999px;
	background: transparent url(/images/psgenergylogo.jpg) no-repeat 0 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
h1 a { 
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}