html {
  font-size: 0.9rem;
  margin: 0em;
  border: 0em;
  padding: 0em;
}


/* Begin fixed borders around page. RBV */
body:before,
body:after {
  content: "";
  position: fixed;
  background: #008800;
  left: 0;
  right: 0;
  height: 2em;
}

body:before {
  top: 0;
}

body:after {
  bottom: 0;
}

body {
  margin: 0em;
  border-left: 2em solid #008800;
  border-right: 2em solid #008800;
  padding: 3em 3em 3em 4em;
  background-color: #dddddd;
}

@media
/* Fairly small screens including iphones */
only screen and (max-width: 500px),

/* iPads */
only screen and (max-width: 1024px) {
  body {
    border: 0;
  }

  body:before,
  body:after {
    display: none;
  }
}

/* End fixed borders around page. RBV*/


div.resume_body {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 0em 4em 0em;
}

h1,
h1.header,
h2,
h2.h2_header {
  color: #008800;
  font-family: Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0.6em 0em 0em -1em;
}

h1.header {
  margin-top: 0.5em;
  padding: 0em;
}

h2.h2_header {
  font-size: 1.0rem;
}


.topOfPage {
  margin-top: 0.5em;
}

p,
li {
  margin: 0.25rem 0em 0em 0em;
  font-size: 1.0em;
}

li p {
  margin: 0em 0em 0em 0em
}

ul {
  list-style-type: square;
  margin: 0.3em 0em 0em 0em;
  padding: 0em 0em 0em 1em;
}


/* Begin pseudo (a.k.a. link) classes.  */
a {
  padding: 1px 4px 1px 4px;
  font-style: italic;
}

a:link,
a:visited {
  font-family: Verdana, sans-serif;
  color: #008800;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  background-color: #008800;
  color: #ffff;
}

a:active {
  background-color: #cccccc;
  color: #008800;
}

a.inline_link {
  font-size: 0.9rem;
}

/* End pseudo (link) classes. */


/* Begin H/F definitions */

div.resume_header,
div.resume_footer {
  position: fixed;
  z-index: 2;
  left: 2em;
  right: 2em;
  background-color: #ffffff;
  font-family: Verdana, sans-serif;
  color: #008800;
}

div.resume_header {
  top: 2em;
  border-bottom: solid 3px #008800;
  padding: 0em 0em 0.6em 0em;
  text-align: center;
}

div.resume_footer {
  bottom: 2em;
  border-top: 3px solid #008800
}

div.footer_left {
  display: inline-block;
  height: 100%;
  width: auto;
}

p.footer_text {
  margin: 0.75em 0em auto 0.25em;
  font-size: 1.0rem;
}

div.footer_right {
  display: inline-block;
  float: right;
  height: 100%;
  width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  margin: auto 0%;
  padding: 0% 4px;
}

img.footer_image {
  height: 2em;
  width: auto;
  border-radius: 5px;
  padding: 2px 0px 1px 5px;
}

/* Hovering over validation footer-images == highlight */
a:hover img {
  background-color: #BEFF5A;
}

/* End H/F definitions. */