html {overflow-y: scroll;}<!--  /* add scrollbar to short pages */  -->

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #5e7da2;
  background-image: url(images/bluestripe.gif);
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 18px;
  float: right;
  padding-top: 40px;
  padding-right: 60px;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
color: #3E4369;
  font-size: 13px;
  padding-bottom: 9px;
}
#footer a,  a:link {
  color: #ccc;
  font-weight: bold;
  text-decoration: none;
}
a,  a:link {
  color: #3e526a;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #1d487c;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #253241 !important;
  text-decoration: underline !important;
}
a:focus {
  color: #1d487c;
}
a:active {
  color: #1d487c;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}
#outerWrapper #header {
  background-color: #a8b9cc;
  background-image: url(images/bk_header.gif);
  font-size: 18px;
  font-weight: bold;
  height: 118px;
  line-height: 18px;
  padding: 4px 10px 10px 26px;
}
#outerWrapper #contentWrapper {
  background-color: #FFFFFF;
  background-image: url(images/bk_content.gif);
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: transparent;
  float: left;
  padding: 20px 10px 10px 40px;
  width: 190px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 240px;
  padding: 20px 40px 10px 20px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #5e7da2;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
  color: #fff;
  text-align:center;
}
.right {
float: right;
padding-left: 20px;}

/*-------------------testimonials, narrow and wide-----------*/
.testimonialN{
border: 1px solid #a8b9cc;
padding: 12px;
width: 384px;
margin-bottom: 12px;
}

.testimonialW{
border: 1px solid #a8b9cc;
padding: 12px;
margin-bottom: 12px;
}
.author {
font-style:italic;
text-align:right;
margin-bottom: 6px;
}

