* {
  scrollbar-base-color: scrollbar;
  scrollbar-darkshadow-color: threeddarkshadow;
  scrollbar-face-color: threedface;
  scrollbar-highlight-color: threedhighlight;
  scrollbar-shadow-color: threedshadow;
  scrollbar-track-color: default;
  scrollbar-3dlight-color: threedlightshadow;
  scrollbar-arrow-color: buttontext;
}

body {
  margin: 0 auto 0 auto;
  padding: 0px;
    background-image: url(/images/progbluesky.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  color: #003265;
}

#header {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 768px;
  height: 85px;
  background: red;
}
#header img {
  border: none;
}
#header #home-link {
  border: none;
  margin: 0;
  padding: 18px 0 0 8px;
  display: block;
  float: left;
  width: 190px;
  w\idth: 182px;
}
#header #top-contents {
  float: left;
  width: 578px;
  overflow: hidden;
}
#header #top-contents #button-accounts {
  padding: 0 8px 0 0;
  float: right;
  clear: both;
}
#header #top-contents #menu {
  margin: 33px 0 0 0;
  padding: 0;
  float: right;
  clear: both;
  width: 562px;
}
#header #menu a {
  margin: 0;
  padding: 0;
}

#montage {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 768px;
  height: 150px;
}


#site-container {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 768px;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}

body #site-container {
  display: block;
  background:#FFFFFF !important;
}

#content {
  float: left;
  margin: 0;
  padding: 10px 10px 0 10px;
  width: 565px;
}
#content-location {
  float: left;
  margin: 0;
  padding: 0;
  width: 768px;
  height: 425px;
}

#content div#section-footer-image {
  float: left;
  margin: 10px 0 10px 0;
  padding: 0;
}

#homepage-content {
  float: left;
  width: 380px;
  margin: 0;
  padding: 10px 10px 0 52px;
  font-size: 1.0em;
}
/* TABLE CODE IS IN FOOTER.PHP */


#homepage-table table {
  float: left;
  margin: 10px 0 10px 0;
  border: 1px dotted #B0B0B0;
  border-bottom: none;
}
#homepage-table td {
  height: 60px;
  border-bottom: 1px dotted #B0B0B0;
  background: #fff url(/images/bg_faded.gif) top center no-repeat;
}
#homepage-table td.right {
  border-right: 1px dotted #B0B0B0;
}
#homepage-table td.links {
  border-right: 1px dotted #B0B0B0;
  white-space: nowrap;
}
#homepage-table td.blank {
  margin: 0;
  padding: 0;
  background: none;
}


#news-panel {
  float: right;
  margin: 0 2px 0 0;
  padding: 0;
  width: 168px;
  overflow:hidden;
}
#news-panel div.date {
  margin: 0;
  padding: 4px 0 0 4px;
}
#news-panel div.article {
  margin: 0;
  padding: 0 0 4px 4px;
}
#news-panel img.latest-news {
  display: block;
  margin: 0;
  /*padding-bottom: 6px;*/
  padding-left: 4px;
}
#news-panel .more-news {
  float: right;
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 3px 3px 3px 0;
  text-align: right;
  width: 164px;
  background: #EFEFEF;
}

#pbs-agm {
  padding: 0px 0px 15px 0px;
}
#pbs-agm img {
  border: 0;
}

#utv-weather{
  float:right;
  margin-top:0.6em;
  padding:0;
  width:168px;
}


#footer {
  float: left;
  margin: 0 auto 0 auto;
  padding: 0;
  /*background: #fff url(/images/prog-bottom.jpg) bottom center no-repeat;*/
  width: 768px;
  height: 175px;
}


#strapline {
/*
  margin-left: 250px;
  padding: 0;*/
  float: left;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 768px;
  color: #676785;
  text-align: center;
  overflow: hidden;
  /*display: inline-block;*/
}
#strapline {
  display: block;
}
#strapline #left {
  float: left;
  width: 50%;
  padding:0;
  text-align:center;

}
#strapline #right {
  float: left;
  width: 49%;
  text-align:center;
}


/* ORIGINAL STYLES - STILL IN USE */

.leftshadow {
	background-image: url(left-shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.rightshadow {
	background-image: url(right-shadow.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.rocket-bg {
	background-image: url(prog-bot.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}
h1 {
  font-size: 12pt;
}
.arial {
  font-family: arial, helvetica, arial, sans-serif;
}
form {
  margin-top: 0;
  margin-bottom: 0;

padding:20px;
background:#D6EDFB;
border:solid 1px #2086D1;
overflow: hidden;

}


a {
  color: #f00;
  text-decoration: none;
}
a:hover {
  color: #00f;
}
table.rates {
  border-left: 1px solid #f00;
  border-bottom: 1px solid #f00;
  padding: 5px;
}
table.rates thead td {
  font-weight: bold;
  background-color: #003265;
  color: #fff;
}
table.rates td {
  border-top: 1px solid #f00;
  border-right: 1px solid #f00;
}
.large {
  font-size: 14pt;
}
.big {
  font-size: 9pt;
}
.small {
  font-size: 8pt;
}
.tiny {
  font-size: 7pt;
}
.bold {
  font-weight: bold;
}
.white {
  color: #fff;
}
.white:hover {
  color: #fff;
}
.grey {
  color: #676767;
}
.navy {
  color: #003265;
}
.navy:hover {
  color: #00f;
}
.nounderline {
  text-decoration: none;
}
input.bordered, textarea.bordered, input.button {
  border-top: #ccc solid 1px;
  border-bottom: #4e4e4e solid 1px;
  border-right: #4e4e4e solid 1px;
  border-left: #ccc solid 1px;
}
table.calc th {
  font-size: 9pt;
  text-align: left;
  color: #00f;
}
table.calc th, table.calc td {
  padding: 10px 5px 10px 0px;
}
table.calc td {
  padding: 10px 5px 10px 0px;
  border-top: 1px #333 dotted;
}
table.calc td.figures {
  font-weight: bold;
}
table.calc td.figures span.italic {
  font-weight: normal;
  font-style: italic;
}
table.calc span.red {
  color: #f00;
  font-weight: normal;
}
span.wysiwygsmall {
  font-size: 7pt;
}
span.wysiwygsmallRed {
  font-size: 7pt;
  color: #f00;
}
span.wysiwygmedium {
  font-size: 8pt;
}
span.wysiwygmediumRed {
  font-size: 8pt;
  color: #f00;
}
span.wysiwyglarge {
  font-size: 9pt;
}
span.wysiwyglargeRed {
  font-size: 9pt;
  color: #f00;
}
span.wysiwygxLarge {
  font-size: 12pt;
}
span.wysiwygxLargeRed {
  font-size: 12pt;
  color: #f00;
}

#tablist {
  margin: 0;
}
#tabcontentcontainer {
  width: 100%;
}
.tabcontent {
  display: none;
}

/* PUBLICATIONS */
#publications {
  margin: 0;
  padding: 0 0 0 10px;
}
#publications dd {
  margin: 0;
  padding-left: 16px;
}
#publications a img {
  border: none;
}


/*savings calculator*/
#notes{
  font-size:85% ;
  padding:0.6em 0em;;
  background:#dcdcdc;
}


#notes ul li {
  font-size:1em;
  color:#000;
}

a.incommunity{
margin-bottom:10px;
display:block;
padding:0;
}
a.incommunity img{
border:0;
}