/* Global style */
* {
  font-family: arial, helvetica, sans-serif;
  color: #222;
  font-weight: normal;
  font-size: 12px;
}

body {
  background-color: #fff;
  margin: 20px;
  padding: 0px;
}

h1 {
  color: #dc6f16;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
}

a {
  text-decoration: none;
}

/* Page layout structure */
#main {}

#printheader {
  background-color: #ef8a26;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

#footer {
  display: none;
}

#footer-content {
  border-top: 1px solid #000;
  margin-top: 20px;
  text-align: right;
  line-height: 25px;
  font-size: 11px;
}

#menu {
  display: none;
}

#content {

}

#xtra {
  display: none;
}

#content-header {
  display: none;
}

#content-menu {
  display: none;
}

#content-main {

}


/* Main menu styles */
#menu img {
  margin-left: 15px;
}
/* Content menu styles */
#content-menu a, #content-menu form {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #faf5eb;
}
#content-menu a:hover {
  color: #f1dcb6;
}

#content-menu a {
  display: block;
  float: left;
  width: 182px !important;
  width: 183px;
  line-height: 26px;
  padding-left: 10px;
  border-right: 1px solid #faf5eb;
}
#content-menu form {
  margin: 0px !important;
  padding: 0px;
  float: left;
  line-height: 26px;
  padding-left: 10px;
  margin-top: 2px;
}

#content-menu input {
  width: 110px;
  margin-left: 5px;
  font-size: 12px;
  padding: 0px;
}

/* Content header styles */
#content-header img {
  float: left;
  margin: 0px;
  border: none;
  width: 192px !important;
  width: 193px;
  border-right: 1px solid #faf5eb;
}

#content-header img.last {
  width: 192px !important;
  border: none;
}
