body {
	background: url(../_images/background.gif);
	margin: 0px;
}
p {
	margin-top: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
img {
	border: 0px;
}
a {
	color: #4D62E0;
	text-decoration: underline;
}
a:visited {
	color: #4D62E0;
	text-decoration: underline;
}
a:hover {
	color: #4D62E0;
	text-decoration: none;
}
.boldBlue {
	font-weight: bold;
	color: #001B37;
}
.largeBlue {
	font-size: 16px;
	color: #001B37;	
}
.phone {
	font-size: 30px;
	color: #001B37;	
	font-weight: bold;
}
.smallText {
	font-size: 11px;
}
.orgList {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.orgList a:link, .orgList a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.orgList a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* GENERAL LAYOUT */

#container {
	position: relative;
	margin: auto;
	width: 780px;
}
.borderLeft {
	background: url(../_images/border_left.gif) repeat-y;
	vertical-align: top;
}
.borderRight {
	background: url(../_images/border_right.gif) repeat-y;
	vertical-align: top;	
}
.headBorder {
	border-bottom: solid #0080A5 2px;
}
.center {
	background-color: #FFFFFF;
	width: 35px;
	vertical-align: top;
}

/* LEFT COLUMN */

.leftCol {
	background: #FFFFFF;
	width: 366px;
	vertical-align: top;	
}
#rateElecBkg {
	background: url(../_images/rate_elec.gif) no-repeat;
	width: 366px;
	height: 33px;
	border-bottom: solid #FFFFFF 2px;	
	text-align: right;
}
#Electric_Rate {
	position: absolute;
	top: 126px;
	right: 464px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding: 0px;
	z-index: 30;	
}
#signupBkg {
	position: relative;
	background: url(../_images/residential_bkg.jpg) no-repeat;
	width: 366px;
	height: 332px;
	border-bottom: solid #FFFFFF 2px;	
}
#signupText {
	position: absolute;
	top: 56px;
	left: 14px;
	width: 340px;
	z-index: 30;	
	
}
#signupButton {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 20;
}
#dontWaitBkg {
	background: url(../_images/dont_wait.jpg) no-repeat;
	width: 366px;	
	padding-top: 130px;	
}
#dontWaitText {
	margin: 0px 30px 20px 14px;
}

/* RIGHT COLUMN */

.rightCol {
	background: url(../_images/rightCol_bkg.gif) repeat-y;
	width: 337px;	
	vertical-align: top;
}
#rateFuelBkg {
	background: url(../_images/rate_fuel.gif) no-repeat;
	width: 337px;
	height: 33px;
	border-bottom: solid #FFFFFF 2px;
	text-align: right;	
}
#Fuel_Rate {
	position: absolute;
	top: 124px;
	right: 106px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #001B37;
	font-style: italic;
	padding: 0px;
	z-index: 30;	
}
#info {
	background: url(../_images/rightCol_shadow.gif) no-repeat;
	width: 337px;
	border-top: solid #FFFFFF 2px;
}
#infoText {
	margin: 26px;
}

/* FOOTER */

.footer {
	background: url(../_images/footer_bkg.gif) repeat-x;
	height: 55px;
	border-top: solid #FFFFFF 2px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footer a:link, .footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}