/* 
-----------------------------------------------------
Template style

This style should only refer to the structure of the
Dreamweaver template and its included files
(excluding editable areas)
----------------------------------------------------- */

html {
  background-color: #6f6f3c;
  font-size: 82%;
}

body {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px;
  font-size: 100%;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

#top {
  text-align: center;
}

#page {
  width: 760px;
  margin: 0 auto;
  text-align: left;
}

#content {
  padding: 8px;
  padding-top: 0px;
  background-color: #ffffff;
}

#masthead {
  height: 115px;
  color: #ffffff;
  background: url(images/masthead.png) no-repeat left top;
  background-color: #cc6600;
  border-width: 0px;
  border-style: solid;
  border-color: #474944;
  border-top-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
}

#mastmenu {
  height: 20px;
  text-align: center;
  padding: 0px;
  padding-top: 3px;
  background-color: #484a45;
  color: #f0f0f0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-width: 0px;
  border-style: solid;
  border-color: #cc6600;
  border-bottom-width: 2px;
}

#mastmenu a:link,
#mastmenu a:visited {
  color: #f0f0f0;
  text-decoration: none;
}

#mastmenu a:hover,
#mastmenu a:active {
  color: #f0f0f0;
  text-decoration: none;
  border-color: #f0f0f0;
  border-style: dashed;
  border-width: 0px;
  border-bottom-width: 1px;
}

#full-width {
}

#left-column {
}

#main-column {
  width: 100%;
  padding: 15px;
  padding-top: 10px;
}

#right-column {
}

#footer {
  height: 100px;
  color: #ffffff;
  background: url(images/footer.png) no-repeat left top;
  background-color: #cc6600;
  border-width: 4px;
  border-style: solid;
  border-color: #474944;
}

#footmenu {
  padding: 5px;
  padding-bottom: 0px;
  text-align: center;
  color: #bd4a04;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #ffffff;
}

#footmenu a:link,
#footmenu a:visited {
  color: #bd4a04;
  text-decoration: none;
}

#footmenu a:hover,
#footmenu a:active {
  color: #bd4a04;
  text-decoration: underline;
}

#credits {
  margin-top: 10px;
  text-align: center;
  color: #f0f0f0;
  font-size: 11px;
}

#credits a:link,
#credits a:visited {
  color: #f0f0f0;
  text-decoration: none;
}

#credits a:hover,
#credits a:active {
  color: #f0f0f0;
  text-decoration: underline;
}

