/*
   
 */

body {
  padding: 6;
  margin: 0;
  background-color: #ffffff;
  font-family: arial, helvetica, sans-serif;
  overflow: scroll;
}
p {
  margin: 10px 0px;
}
blockquote {
  margin: 0 0 0 20;
  padding: 0;
}
h1, h1.mainTitle {
  margin: 5;
  color: #FF9900;
  text-align: center;
  font-family: "times new roman" , serif;
  font-weight: bold;
  font-size: 36px;
}
/* page title */
h2 {
  padding: 3 0;
  margin: 0;
  color: #006633;
  font-weight: bold;
  font-size: large;
  text-align: center;
  background-color: #eeeeee;
}
h3, .cities {
  margin: 6 0 6 0;
  color: #336600;
  font-weight: bold;
  font-size: larger;
  text-align: center;
}
h4, .header4 {
  margin: 10 0 10 0;
  color: #336600;
  font-weight: bold;
  font-size: larger;
  text-align: left;
}
h5 {
  margin: 4 0 0 0;
  color: #336600;
  font-weight: normal;
  font-size: large;
  text-align: left;
}

/* anchor behaviours, order matters! link visited hover active */
a.tab:link {
  text-decoration: none;
  color: #336600;
}
a.tab:visited {
  text-decoration: none;
  color: #336600;
}
a.tab:hover {
  text-decoration: none;
  color: #ffffff;
  background: #336600;
}
a.tab:active {
  text-decoration: none;
  color: #ffffff;
}
a.tab {
  font-size: 14px;
}
.tabbar {
  background-color: #cccccc;
  padding: 4px 0 0 0px;
  text-align: center;
}
.tabbar2 {
  background-color: #eeeeee;
}
td.tab {
  border: solid 1px #999999;
  padding: 3px 15px 1px 15px;
}
td.tabSpacer {
  border-bottom: solid 1px #999999;
}

a.smallLink {
  font-size: 12px;
}
a.bulletLink {
  font-size: 16px;
  font-weight: bold;
}

/* hr.noLine used for lines that only appear in browsers without css */
hr.noLine {
  display: none;
}

.showHide {
  padding: 0px 2px;
  margin: 0px 0px 1px 0px;
  width: 15px;
  height: 15px;
  border: solid black 1px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: courier;
  font-weight: bold;
  background-color: #FFFF99;
}

.extLink {
  margin: 6px 0px;
}
.postalAddress {
  margin: 5px 20px;
  text-align: left;
}
.noteCentered {
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
.note {
  margin: 5px;
  padding: 5px;
  text-align: left;
  font-size: 12px;
}
.featured {
  margin: 5px 30px;
  padding: 5px 20px;
  text-align: left;
  font-size: 14px;
  background: #eeeeee;
}
.featuredCentered {
  margin: 10px 50px;
  padding: 5px 20px;
  text-align: center;
  font-size: 14px;
  background: #eeeeee;
}
.content {
  padding: 5px 5px;
  width: 90%;
  font-size: 16px;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
}
.button {
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #008080;
  text-align: Right;
  border-right-style: solid;
  border-right-width: 3;
  border-bottom-style: solid;
  border-bottom-width: 1;
  margin-left: 20;
  margin-right: 0;
  margin-top: 10;
  margin-bottom: 0;
  padding: 1;
}
.buttonActive {
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #FF9900;
  text-align: Right;
  border-right-style: solid;
  border-right-width: 3;
  border-bottom-style: solid;
  border-bottom-width: 1;
  margin-left: 20;
  margin-right: 0;
  margin-top: 10;
  margin-bottom: 0;
  padding: 1;
}

.nowrap {
  white-space: nowrap;
}

.pictureFrame {
  margin: 4px;
  padding: 2px;
  border: none 1px #999999;
  text-align: center;
  font-size: 14px;
  color: #006699;
  background: #999999;
}

.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.floatClear {
  clear: both;
}


/* .header {padding: 5; background: #E7EEE6 ; } */
.header {
  padding: 5;
  background: #f7fEf6;
}
.sideNav {
  background: #E7EEE6;
  padding: 10;
}
