body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
}

h1 {
    padding: 0;
    margin: 0;
    height: 103px;
	font-size: 55px;
	font-weight: bold;
}

h3 {
    font-size: 100%;
}

hr {
    width: 50%;
}

div {
    padding: 0;
    margin: 0;
}

p.cite {
    text-align: right;
}

ol.rates_notes li {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 80%;
}

ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-image: url(images/greydot.gif);
}

ul li.selected {
	list-style-image: url(images/greendot.gif);
}

ul li.unselected {
	list-style-image: url(images/bluedot.gif);
}

div.visible {
	visibility: visible;
}

div.hidden {
	visibility: hidden;
}
div.container {
	width: 780px;
	min-height: 429px;
	margin: auto;
	font-weight: normal;
}

div.header {
	background: url(images/light-oval-header.jpg) no-repeat top left;
	text-align: center;
	width: 100%;
	height: 180px;
}

div.elecsa_logo {
    float: left;
    margin-left: 15px;
}

div.eca_logo {
    float: right;
    margin-right: 15px;
}

div.quicklink {
    clear: both;
    text-align: center;
    margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid #CCCCCC 1px;
	width: 100%;
}

.quicklink p {
    margin: 0;
    width: 62%;
    margin-left: auto;
    margin-right: auto;
}

div.main {
	font-weight: normal;
	clear: right;
	text-align: justify;
	min-height: 297px;
	height: auto;
	padding: 15px;

}

div.footer {
    text-align: center;
	clear: both;
	width: auto;
	height: auto;
	padding: 5px;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
    font-size: 80%;
}

span.showHideTestimonial {
    text-decoration: underline;
    color: blue;
}

span.mandatory_star {
    color: blue;
}

span.submitButton {
    text-align: center;
}

table.formtable tr {
    background-color: white;
}

table th {
	text-align: center;
    background-color: #6495ED;
}

table tr {
	text-align: left;
    background-color: #FAEBD7;
}

table.rates {
    margin: auto;
    width: 85%;
    text-align: center;
}

table.rates tr {
    text-align: center;
}

td.formReq {
    color: blue;
    width: 85%;
}

td.formErr {
    color: red;
}

td.feedbackCol1 {
    width: 15%;
}

td.formOK {
    color: green;
}

img {
    border: 0px;
}

img.email_address {
	border: 0px;
    vertical-align: text-bottom;
}

.footer a {
    text-decoration: none;
    color: #6020D0;
    font-weight: bold;
}


