@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Century Gothic", "Myriad Pro", Arial;
	font-size: 12pt;
}
.h1Style {
	color: #014397;
	font-weight: lighter;
}

.oneColFixCtrHdr #container {
	width: 789px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#col1Title {
	width: 450px;
	float: left;
	padding-left: 10px;
	margin-top: 15px;
}
#col1Text {
	float: left;
	width: 735px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	clear: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
#col2Title {
	float: right;
	width: 250px;
	margin-left: 40px;
	margin-top: 15px;
}
#col2Text {
	float: right;
	width: 250px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 789px;
	height: 395px;
	overflow: hidden;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00872D;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h2 {
	color: #014397;
}
.footer_a {
	color: #FFFFFF;
	font-size: 11pt;
}
.tableLabel {
	background-color: #91B5D9;
}
a {
	color: #006E25;
	text-decoration: none;
}
#header {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
}
#redriven20kw {
	margin-left: 0px;
	padding-left: 30px;
	background-color: #FFFFFF;
	float: none;
	width: 485px;
}
#redriven10kw {
	padding-left: 30px;
	background-color: #FFFFFF;
	width: 485px;
}
#redriven5kw {
}
