@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #666666;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 735px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #container-inside {
	width: 735px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/inside-content-back.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/topheader-back.gif);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	width: 400px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
	float: left;
}
.twoColFixLtHdr #header h4 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #FFFFFF;
}
.twoColFixLtHdr #header a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixLtHdr #header a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-decoration:underline;
}
.twoColFixLtHdr #sidebarfront {
	float: right; /* since this element is floated, a width must be given */
	width: 359px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
.twoColFixLtHdr #sidebarfront h3 {
	font-size: 22px;
	font-weight: bold;
	color:#39578d;
	background-image: url(../images/frontright-subsol.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #sidebarfront h3 a, .twoColFixLtHdr #sidebarfront h3 a:hover {
	font-size: 22px;
	font-weight: bold;
	color:#39578d;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 #subnav-head {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #263c5e;
	line-height: 24px;
	padding-left: 4px;
	text-transform: uppercase;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
}
.twoColFixLtHdr #sidebar1 #subnav-head a, .twoColFixLtHdr #sidebar1 #subnav-head a:hover {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-transform: uppercase;
	text-decoration:none;

}
.twoColFixLtHdr #sidebar1 #subnav {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar1 #subnav ul {
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	display: list-item;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin: 0;
	line-height: 28px;
	list-style-position: inside;
	color:#39578d;
}
.twoColFixLtHdr #sidebar1 #subnav li {
	list-style-image: none;
	list-style-type: disc;
	font-size: 12px;
	font-weight: normal;
	display: list-item;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin: 0;
	line-height: 28px;
	list-style-position: inside;
	color:#39578d;
}
.twoColFixLtHdr #sidebar1 #subnav ul a, .twoColFixLtHdr #sidebar1 #subnav li a {
	font-size: 12px;
	font-weight: normal;
	color:#39578d;
	line-height: 18px;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 #subnav ul a:hover, .twoColFixLtHdr #sidebar1 #subnav li a:hover {
	font-size: 12px;
	font-weight: bold;
	color:#39578d;
	line-height: 18px;
	text-decoration:underline;
}
.twoColFixLtHdr #sidebar1 #subnav ul .selected, .twoColFixLtHdr #sidebar1 #subnav li .selected {
	font-size: 12px;
	font-weight: bold;
	color:#39578d;
	line-height: 18px;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar1 #callout1-head {
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #385789;
	padding-left: 22px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 10px;
	height: 40px;
	line-height: 16px;
	padding-top: 8px;
	background-image: url(../images/arrow-submetering.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
.twoColFixLtHdr #sidebar1 #callout1-head a, .twoColFixLtHdr #sidebar1 #callout1-head a:hover {
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	text-transform: uppercase;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 #callout1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.twoColFixLtHdr #sidebar1 #callout1 ul, .twoColFixLtHdr #sidebar1 #callout1 li {
	list-style-image: none;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: list-item;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 10px;
	margin: 0;
	line-height: 28px;
}
.twoColFixLtHdr #sidebar1 #callout1 ul a, .twoColFixLtHdr #sidebar1 #callout1 li a {
	font-size: 14px;
	font-weight: bold;
	color:#385789;
	text-transform: uppercase;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 #callout1 ul a:hover, .twoColFixLtHdr #sidebar1 #callout1 li a:hover {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-transform: uppercase;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 #callout2-head {
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #6482b6;
	padding-left: 24px;
	text-transform: uppercase;
	margin-top: 10px;
	height: 24px;
	line-height: 16px;
	padding-top: 8px;
	background-image: url(../images/arrow-billing.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
.twoColFixLtHdr #sidebar1 #callout2-head a {
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	text-transform: uppercase;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 #callout2-head a:hover {
	font-size: 18px;
	font-weight: bold;
	color:#cccccc;
	text-transform: uppercase;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 #callout3 {
	padding-left: 10px;
	padding-top: 10px;
	background-color: #879fc7;
	height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
.twoColFixLtHdr #sidebar1 #callout4 {
	padding-left: 10px;
	padding-top: 10px;
	background-color: #afc0dd;
	height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	color:#39578d;
} 
.twoColFixLtHdr #mainContent h2 {
	font-size: 14px;
	font-weight: bold;
	color:#39578d;
} 
.twoColFixLtHdr #mainContent p {
	font-size: 12px;
	font-weight: normal;
	color:#000;
} 
.twoColFixLtHdr #mainContent a {
	font-size: 12px;
	font-weight: normal;
	color:#39578d;
	text-decoration:underline;
} 
.twoColFixLtHdr #mainContent a:hover {
	font-size: 12px;
	font-weight: normal;
	color:#000;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent ul, .twoColFixLtHdr #mainContent li {
	font-size: 12px;
	font-weight: normal;
	color:#000;
}
.twoColFixLtHdr #mainContent ul a, .twoColFixLtHdr #mainContent li a {
	font-size: 12px;
	font-weight: normal;
	color:#39578d;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent ul a:hover, .twoColFixLtHdr #mainContent li a:hover {
	font-size: 12px;
	font-weight: normal;
	color:#000;
	text-decoration:underline;
} 
.twoColFixLtHdr #benefits {
	background-color: #D7DDE7;
	border: 6px double #385789;
	padding-right: 10px;
	padding-left: 10px;

}
.twoColFixLtHdr #benefits h3 {
	font-size: 14px;
	font-weight: bold;
	color:#39578d;
}
.twoColFixLtHdr #benefits ul, .twoColFixLtHdr #benefits li {
	font-size: 12px;
	font-weight: normal;
	color:#000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twoColFixLtHdr #benefits ul a, .twoColFixLtHdr #benefits li a {
	font-size: 12px;
	font-weight: normal;
	color:#39578d;
	text-decoration:underline;
}
.twoColFixLtHdr #benefits ul a:hover, .twoColFixLtHdr #benefits li a:hover {
	font-size: 12px;
	font-weight: normal;
	color:#000;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContentfront {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 320px;
} 
.twoColFixLtHdr #mainContentfront h1 {
	font-size: 16px;
	font-weight: bold;
	color:#39578d;
} 
.twoColFixLtHdr #mainContentfront p {
	font-size: 12px;
	font-weight: normal;
	color:#000;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#48618d;
	text-align: center;
} 
.twoColFixLtHdr #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 */
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:hover {
	color: #cccccc;
	text-decoration:underline;
}
.twoColFixLtHdr #footer span {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #frontflash {
	background-color: #000000;
	height: 211px;
	margin: 0px;
} 
.twoColFixLtHdr #frontflash-inside {
	background-color: #000000;
	height: 128px;
	margin: 0px;
} 
.twoColFixLtHdr #topnav {
	background-color: #000000;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	margin: 0px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
} 
.twoColFixLtHdr #topnav a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-right: 4px;
	padding-left: 4px;
}
.twoColFixLtHdr #topnav a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration:underline;
}
.twoColFixLtHdr #frontwater {
	float: left;
	height: 85px;
	width: 129px;
	margin: 0px;
}
.twoColFixLtHdr #frontwater p {
	font-size: 12px;
	font-weight: bold;
	color: #39578D;
	padding-left: 19px;
	padding-top: 48px;
}
.twoColFixLtHdr #frontelectric {
	float: right;
	height: 85px;
	width: 120px;
	margin: 0px;
}
.twoColFixLtHdr #frontelectric p {
	font-size: 12px;
	font-weight: bold;
	color: #39578D;
	padding-left: 19px;
	padding-top: 48px;
}
.twoColFixLtHdr #frontgas {
	height: 85px;
	width: 120px;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;
	margin-left: 129px;
}
.twoColFixLtHdr #frontgas p {
	font-size: 12px;
	font-weight: bold;
	color: #39578D;
	padding-left: 19px;
	padding-top: 62px;
}
.twoColFixLtHdr #frontrow2 {
	background-image: url(../images/front_2ndrow-back.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 369px;
}
.twoColFixLtHdr #frontrow2 h4 {
	font-size: 18px;
	font-weight: bold;
	color:#39578d;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0;
	width: 200px;
}
.twoColFixLtHdr #frontrow2 h4 a, .twoColFixLtHdr #frontrow2 h4 a:hover {
	font-size: 18px;
	font-weight: bold;
	color:#39578d;
	text-decoration:none;
}
.twoColFixLtHdr #frontrow2 h5 {
	font-size: 10px;
	font-weight: normal;
	color:#000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0;
	width: 270px;
}
.twoColFixLtHdr #frontrow2 h6 {
	font-size: 12px;
	font-weight: bold;
	color:#647aa1;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 210px;
	margin: 0;
	font-style: italic;
}
.twoColFixLtHdr #frontrow2 h6 a, .twoColFixLtHdr #frontrow2 h6 a:hover{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color:#647aa1;
	text-decoration:none;
}
.twoColFixLtHdr #frontrow3 {
	background-image: url(../images/front-3rdrow-back.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 369px;
}
.twoColFixLtHdr #frontrow3 h1 {
	font-size: 14px;
	font-weight: bold;
	color:#39578d;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 42px;
	margin: 0;
	background-image: url(../images/icon.home.gif);
	background-repeat: no-repeat;
	background-position: 20px 2px;
}
.twoColFixLtHdr #frontrow3 p {
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
	margin: 0;
}
.twoColFixLtHdr #frontrow3 p a {
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration:underline;
}
.twoColFixLtHdr #frontrow3 p a:hover {
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration:underline;
}
.twoColFixLtHdr #frontrow4 {
	background-image: url(../images/front-3rdrow-back.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 369px;
}
.twoColFixLtHdr #frontrow4 h1 {
	font-size: 14px;
	font-weight: bold;
	color:#39578d;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 42px;
	margin: 0;
	background-image: url(../images/icon-resident.gif);
	background-repeat: no-repeat;
	background-position: 20px 2px;
}
.twoColFixLtHdr #frontrow4 h1 a, .twoColFixLtHdr #frontrow4 h1 a:hover {
	font-size: 14px;
	font-weight: bold;
	color:#39578d;
	text-decoration:none;
}
.twoColFixLtHdr #frontrow4 p {
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
	margin: 0;
}
.twoColFixLtHdr #frontrow4 p a {
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration:underline;
}
.twoColFixLtHdr #frontrow4 p a:hover {
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration:underline;
}
.twoColFixLtHdr #frontrow5 {
	background-image: url(../images/front-5throw-back.gif);
	background-repeat: no-repeat;
	height: 107px;
	width: 369px;
}
.twoColFixLtHdr #frontrow5 h1 {
	font-size: 14px;
	font-weight: bold;
	color:#39578d;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0;
}
.twoColFixLtHdr #frontrow5 h1 a, .twoColFixLtHdr #frontrow5 h1 a:hover {
	font-size: 14px;
	font-weight: bold;
	color:#39578d;
	text-decoration:none;
}
.twoColFixLtHdr #frontrow5 p {
	font-size: 10px;
	font-weight: normal;
	color:#000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	padding-left: 20px;
	line-height: 14px;
}
.twoColFixLtHdr #frontrow5 p a {
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration:underline;
}
.twoColFixLtHdr #frontrow5 p a:hover {
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration:underline;
}
.twoColFixLtHdr #frontrow6 {
	background-image: url(../images/front-5throw-back.gif);
	background-repeat: no-repeat;
	height: 107px;
	width: 369px;
}
.twoColFixLtHdr #frontrow6 h1 {
	font-size: 14px;
	font-weight: bold;
	color:#39578d;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0;
}
.twoColFixLtHdr #frontrow6 h1 a, .twoColFixLtHdr #frontrow6 h1 a:hover {
	font-size: 14px;
	font-weight: bold;
	color:#39578d;
	text-decoration:none;
}
.twoColFixLtHdr #frontrow6 p {
	font-size: 10px;
	font-weight: normal;
	color:#000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	padding-left: 20px;
	line-height: 14px;
}
.twoColFixLtHdr #frontrow6 p a {
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration:underline;
}
.twoColFixLtHdr #frontrow6 p a:hover {
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration:underline;
}


.twoColFixLtHdr #frontbox1 {
	background-image: url(../images/front-box1.jpg);
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	margin-top: 16px;
	height: 110px;
	width: 337px;
}
.twoColFixLtHdr #frontbox1 h1 {
	font-size: 18px;
	font-weight: bold;
	color:#0b4b00;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 131px;
	margin: 0;
	text-transform: uppercase;
}
.twoColFixLtHdr #frontbox1 h1 a {
	color:#0b4b00;
	text-decoration:none;
}
.twoColFixLtHdr #frontbox1 h1 a:hover {
	color:#0b4b00;
	text-decoration:underline;
}
.twoColFixLtHdr #frontbox1 p {
	font-size: 12px;
	font-weight: normal;
	color:#747474;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 131px;
	margin: 0;
}
.twoColFixLtHdr #frontbox1 p a {
	color:#000000;
	text-decoration:underline;
}
.twoColFixLtHdr #frontbox1 p a:hover {
	color:#666666;
	text-decoration:underline;
}
.twoColFixLtHdr #frontbox1 .subtext {
	font-size: 10px;
	font-weight: normal;
	color:#9f0000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 131px;
	margin: 0;
	font-style: italic;
}
.twoColFixLtHdr #frontbox1 .subtext a {
	color:#9f0000;
	text-decoration:underline;
}
.twoColFixLtHdr #frontbox1 .subtext a:hover {
	color:#666666;
	text-decoration:underline;
}

.twoColFixLtHdr #frontbox2 {
	background-image: url(../images/front-box2.jpg);
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	margin-top: 16px;
	height: 110px;
	width: 337px;
}
.twoColFixLtHdr #frontbox2 h1 {
	font-size: 18px;
	font-weight: bold;
	color:#0b4b00;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 131px;
	margin: 0;
	text-transform: uppercase;
}
.twoColFixLtHdr #frontbox2 h1 a {
	color:#0b4b00;
	text-decoration:none;
}
.twoColFixLtHdr #frontbox2 h1 a:hover {
	color:#0b4b00;
	text-decoration:underline;
}
.twoColFixLtHdr #frontbox2 p {
	font-size: 12px;
	font-weight: normal;
	color:#747474;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 131px;
	margin: 0;
}
.twoColFixLtHdr #frontbox2 p a {
	color:#000000;
	text-decoration:underline;
}
.twoColFixLtHdr #frontbox2 p a:hover {
	color:#666666;
	text-decoration:underline;
}
.twoColFixLtHdr #frontbox2 .subtext {
	font-size: 10px;
	font-weight: normal;
	color:#9f0000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 131px;
	margin: 0;
	font-style: italic;
}
.twoColFixLtHdr #frontbox2 .subtext a {
	color:#9f0000;
	text-decoration:underline;
}
.twoColFixLtHdr #frontbox2 .subtext a:hover {
	color:#666666;
	text-decoration:underline;
}

.twoColFixLtHdr #payopbox {
	background-color: #e5e5e5;
	height: 20px;
	width: 333px;
	font-size: 12px;
	font-weight: normal;
	color:#747474;
	padding-left: 4px;
	padding-top: 4px;
	margin-top: 16px;
}

.twoColFixLtHdr #payop-container {
	width: 350px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 

.twoColFixLtHdr #payop-box1 {
	float: right; /* since this element is floated, a width must be given */
	width: 152px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #e5e5e5;
	background-image: url(../images/front-box3.jpg);
	background-repeat: no-repeat;
	height: 67px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-right: 16px;
	margin-top: 10px;
}
.twoColFixLtHdr #payop-box1 h1 {
	font-size: 14px;
	font-weight: bold;
	color:#0b4b00;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0;
}
.twoColFixLtHdr #payop-box1 h1 a {
	color:#0b4b00;
	text-decoration:none;
}
.twoColFixLtHdr #payop-box1 h1 a:hover {
	color:#0b4b00;
	text-decoration:underline;
}
.twoColFixLtHdr #payop-box1 p {
	font-size: 12px;
	font-weight: normal;
	color:#747474;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin: 0;
}
.twoColFixLtHdr #payop-box1 p a {
	color:#000000;
	text-decoration:underline;
}
.twoColFixLtHdr #payop-box1 p a:hover {
	color:#666666;
	text-decoration:underline;
}
.twoColFixLtHdr #payop-box1 .subtext {
	font-size: 12px;
	font-weight: normal;
	color:#9f0000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	font-style: italic;
}
.twoColFixLtHdr #payop-box1 .subtext a {
	color:#9f0000;
	text-decoration:underline;
}
.twoColFixLtHdr #payop-box1 .subtext a:hover {
	color:#666666;
	text-decoration:underline;
}

.twoColFixLtHdr #payop-box2 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #e5e5e5;
	background-image: url(../images/front-box3.jpg);
	background-repeat: no-repeat;
	height: 67px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-left: -4px;
	margin-top: 10px;
}
.twoColFixLtHdr #payop-box2 h1 {
	font-size: 14px;
	font-weight: bold;
	color:#0b4b00;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0;
}
.twoColFixLtHdr #payop-box2 h1 a {
	color:#0b4b00;
	text-decoration:none;
}
.twoColFixLtHdr #payop-box2 h1 a:hover {
	color:#0b4b00;
	text-decoration:underline;
}
.twoColFixLtHdr #payop-box2 p {
	font-size: 12px;
	font-weight: normal;
	color:#747474;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin: 0;
}
.twoColFixLtHdr #payop-box2 p a {
	color:#000000;
	text-decoration:underline;
}
.twoColFixLtHdr #payop-box2 p a:hover {
	color:#666666;
	text-decoration:underline;
}
.twoColFixLtHdr #payop-box2 .subtext {
	font-size: 12px;
	font-weight: normal;
	color:#9f0000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	font-style: italic;
}
.twoColFixLtHdr #payop-box2 .subtext a {
	color:#9f0000;
	text-decoration:underline;
}
.twoColFixLtHdr #payop-box2 .subtext a:hover {
	color:#666666;
	text-decoration:underline;
}

.twoColFixLtHdr #payop-callbox {
	float: left;
	height: 20px;
	width: 333px;
	font-size: 12px;
	font-style: italic;
	color:#747474;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #payop-callbox a {
	color:#747474;
    text-decoration:underline;
}
.twoColFixLtHdr #payop-callbox a:hover {
	color:#666666;
    text-decoration:underline;
}

.twoColFixLtHdr #sidebar1 #callout-new-head {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #8ba3cd;
	padding-left: 24px;
	margin-top: 10px;
	height: 24px;
	line-height: 16px;
	padding-top: 8px;
	background-image: url(../images/arrow-billing2.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
.twoColFixLtHdr #sidebar1 #callout-new-head a {
	color:#FFFFFF;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 #callout-new-head a:hover {
	color:#cccccc;
	text-decoration:none;
}

#banner1 {
	float: left; /* since this element is floated, a width must be given */
	width: 694px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden}