/** GLOBAL RESETS **/
* {
  /* Get rid of all preset margins, padding and borders for every element */
  margin: 0; padding: 0; border: none;

  /* Set the default font for every element */
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;

  color: inherit;
  background-color: inherit;
  border-color: #200E00;
}

/* Don't decorate any links */
:link,:visited,:hover,:active {
  /* text-decoration:none; */
  color: inherit;
  background-color: inherit;
  border-color: #200E00;
}

@media print {    
  .no-print, .no-print * {
    display: none !important;
  }
}

@media screen {    
  .no-view, .no-view * {
    display: none !important;
  }
}

/** Page Style **/
body {
  margin: 0; padding: 0; border: none;
  background: #efebdf url("images/bondpaper.jpg") repeat; 
  border-color: #200E00;
  font-family: serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12pt;
  text-shadow: none;
}

#header {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#header span.logo {
  float: left;
}

#header span.name1 a {
  overflow: hidden;
  padding-left: 8px;
  color: #200E00;
  background-color: transparent;
  font-family: Georgia, serif;
  font-style: oblique;
  font-weight: bold;
  font-size: 28pt;
  text-shadow: 2px 3px 1px #888888;
  text-decoration:none;
}

#header span.name2 a {
  overflow: hidden;
  padding-left: 8px;
  color: #200E00;
  background-color: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-style: oblique;
  font-weight: bold;
  font-size: 20pt;
  text-shadow: 1px 2px 1px #888888;
  text-decoration:none;
}

#nav {
  color: #200E00;
  border-color: #200E00;
  background: transparent url("images/fence.png") content-box repeat fixed center; 
  font-size: 12pt;
  font-weight: bold;
  font-family: sans-serif;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#nav a {
  text-decoration:none;
}

#nav ul {
  border-color: #200E00;
  background: #efebdf url("images/fence.png") content-box repeat fixed center; 
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

#nav ul li {
  color: #200E00;
  border-color: #200E00;
  background-color: transparent;
  float: left;
  margin-left: 1em;
  margin-right: 1em;
  line-height: 150%;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

#nav ul li.current_parent, #nav ul li.current {
  color: #ffffc0;
  border-color: #200E00;
  background-color: transparent;
}

#nav li.submenu ul {
  width: auto;
  border: 2px solid;
  border-color: #200E00;
}

#nav li.submenu li {
  padding: 4px;
  margin: 0;
  width: 96%;
}

#nav a {
  color: inherit;
  border-color: #200E00;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  width: auto;
}

#nav a:hover {
  color: #ffffff;
  background-color: transparent;
}

#nav #corpnamemenu {
	float: right;
	color: #ffffc0;
}

#footer,
#leftfooter,
#rightfooter {
  font: status-bar;
  font-size: 8pt;
  color: InactiveCaptionText; /* grey; */
  background-color: WindowFrame;
}

#footer a,
#leftfooter a,
#rightfooter a {
  text-decoration:none;
  color: inherit;
  background-color: inherit;
}

#leftfooter {
  float: left;
  margin-left: 1em;
  width: 55%;
}

#rightfooter {
  float: right;
  margin-right: 1em;
  text-align: right;
  width: 35%;
  display: none;
}

#sstack {
  float: left;
  margin-left: 1.5em;
  padding: 1em;
}

#content {
  margin: 0;
  padding: 1em;
  color: #342b21;
  background-color: transparent;
}

#content * {
  font-family: serif;
  font-size: inherit;
  font-weight: inherit;
  list-style-type: disc;
  list-style-position: inside;
}

#content .top {
  font-size: 6pt;
}

#content h1, h2, h3, h4, h5, h6, h7, h8, h9 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding-top: 0.5em;
}

#content h1 {
  padding-left: 0.5em;
  font-size: 20pt;
}

#content h2 {
  padding-left: 1em;
  font-size: 18pt;
}

#content h3 {
  padding-left: 1.5em;
  font-size: 16pt;
  font-style: italic;
}

#content h4 {
  padding-left: 2em;
  font-size: 14pt;
  font-style: italic;
}

#content p {
  padding-left: 2.5em;
  padding-bottom: 0.5em;
  font-family: Georgia, serif;
  font-size: 12pt;
}

#content li {
  padding-left: 3em;
}

#content a {
  font-family: inherit;
  font-size: inherit
}

#contect :link,
#contect :visited,
#contect :hover,
#contect :active {
  text-decoration:underline;
  color: initial;
  background-color: initial;
}

#content address {
  margin-left: 4em;
}

#content label {
  display: block;
  font-family: Georgia, serif;
  font-size: 12pt;
  width: 9em;
  text-align: right;
  float: left;
  vertical-align: text-top;
  padding: 2px;
  margin: 2px;
}

#content input {
  display: inline;
  color: #000100;
  background-color: white;
  width: 28em;
  font-family: serif;
  font-size: 12pt;
  vertical-align: text-top;
  border: 1px solid;
  padding: 2px;
  margin: 2px;
}

#content textarea {
  display: inline;
  color: WindowText;
  background-color: white;
  border: 1px solid;
  width: 35em;
  height: 12em;
  padding: 2px;
  margin: 2px;
}

#content input.button {
  display: inline;
  color: ButtonText;
  background-color: ButtonFace;
  border: 2px outset;
  width: 6em;
}
