/* 2008 Style Sheet for RIPower.org */
/* Jack Romano - People's Powe and Light */

/* General Styles */

body, html{
	width: 100%; 
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: purple;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: red;
	text-decoration: none;
}

h1{
	font-size: 22pt;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

h2{
	font-size: 18pt;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

h3{
	font-size: 14pt;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

/* Structural DIVs */

#main{
	position: absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	background: #4173B0;
	border: solid #4173B0 3px;
	margin-bottom: 5em;
}
#header{}

#menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: white;
}

#content{
	margin-left: 200px;
	background: white;
	padding: .5em;
}

#sideBar{
	width: 180px;
	float: left;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 1.4;
	font-weight: bold;
	color: white;
}

#sideBar a{
	color: white;
}

#sideBar li{
	list-style:none;
	color: white;
}

#sideBar ul{
	margin: 0px;
	padding: 0px;
}

/*general link box */
#generalLinks{
	color: #9BC3FF;
	border-top: 1px solid #9BC3FF;
	margin: 20px 0px 0px 0px;
}

#generalLinks li{
	list-style: none;
}

#generalLinks ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/*GS Price Chart */
#gsPriceChart{
	border-collapse: collapse;
	width: 100%;
}

#gsPriceChart td{
	text-align: center;
	border: 2px solid #003366;

	margin: 0px;
}

.townName{
	font-weight: bold;
}

.imageLeft{
	float: left;
	padding: 0.5em 0.5em 0.5em 0em;
	border: 0px;
}

.imageRight{
	float: right;
	padding: 0.5em 0em 0.5em 0.5em;
	border: 0px;
}

.testimonialArticle{
	margin-bottom: 3em;
}

a.joinLink{
	font-size: 16pt;
}


