/* Energy Center Style Sheet */

body {
	margin-top:5px;
	margin-bottom:5px;
	}

#border {
	border:2px solid #C9C9C9;
	width:900px;
	height:675px;
	margin:0 auto;
	}
	
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:319px;;
	}
	
#center {
	width:900px;
	height:305px;
	}
	
#newswrap {
	width: 700px;
	height: 150px;
	}
	
#wrapcontent {
	padding-top:10px;
	padding-bottom:10px;
	width:300px;
	height:15px;
	}

#menu {
	float:right;
	width:200px;
	height:150px;
	}

#content {
	width:528px;
	height:141px;
	float:left;
	}
	
#content2 {
	width:358px;
	height:141px;
	float:right;
	}
	
#footer {
	width:793px;
	height:50px;
	border-top:2px solid #C9C9C9;
	margin:0 auto;
	}

.txtfooter {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#73686A;
	}
	
.txtheader {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#73686A;
	}
	
.txtcontent {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#73686A;
	text-align:justify;
	}
	
.logotxt {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#73686A;
	}
	
.textstyle {
	font:12px/22px Arial, Helvetica, sans-serif;
	color:#73686A;
	text-align:justify;
	}
	
.textstyle2 {
	font:12px/26px Arial, Helvetica, sans-serif;
	color:#73686A;
	text-align:justify;
	}

a:link { 
	color:#73686A;
		text-decoration: none;
	}
a:visited { 
	color:#73686A;
		text-decoration: none;
	}
a:hover { 
	text-decoration: underline;
	}
a:active { 
	color:#73686A;
		text-decoration: none;
	}
	
	
	
/* News Ticker */

#domticker{
width: 650px;
height: 150px;
/* border: 1px dashed black; */
padding: 5px;
background-color: #FFFFFF;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF;
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}






