body {
  font-family: Georgia, serif;
  font-size: 0.9em;
  line-height: 1.6;
  color: #171f00;
  background: #171f00;
  margin: 0; }

#header {
  font-family: Bitter, Georgia, serif;
  color: white;
  text-align: right;
  position: relative;
  width: 739px;
  height: 128px;
  margin: 0 auto;
  padding: 15px 30px 0;
  background: url(green_03.jpg) no-repeat 0% 0%;
  border-left: 1px solid white;
  border-right: 1px solid white; }
  #header #myname {
    text-align: right;
    font-size: 2em; }

#menu {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0 0 0 35px;
  padding: 0; }
  #menu li {
    display: block;
    float: left;
    position: relative;
    top: 5px;
    color: white;
    font-weight: bold;
    padding: 0;
    margin: 0 7px 0 0;
    background: url(tab_standard.png) 0% 0% repeat-x; }
    #menu li a {
      display: block;
      padding: 10px 18px 14px;
      border: none;
      color: black;
      text-decoration: none; }
      #menu li a:hover {
        color: white; }
  #menu .selected {
    background: url(tab_select.png) 0% 0% repeat-x; }
    #menu .selected a {
      color: white;
      cursor: default; }

#content {
  width: 719px;
  margin: 0 auto;
  background: white;
  padding: 40px 40px 0;
  border-left: 1px solid white;
  border-right: 1px solid white; }

.last_update {
  font-size: 0.9em;
  color: #999999; }

#footer {
  padding: 30px 0 25px;
  text-align: right;
  clear: both;
  font-size: 0.9em; }

h1, h2, h3 {
  font-family: Bitter, Georgia, serif;
  font-weight: normal; }

h1 {
  font-size: 2em;
  margin: 0 0 1em;
  padding: 0; }
  h1 img, h1 span {
    display: block;
    position: relative;
    left: -9px; }

h2 {
  font-size: 1.4em;
  line-height: 1.4;
  padding: 0;
  margin: 1.2em 0 0.6em; }

h3 {
  font-size: 1.2em;
  padding: 0;
  margin: 1.2em 0 0.6em; }

a:link {
  text-decoration: none;
  color: #435a00;
  border-bottom: 1px solid #435a00; }
a:visited {
  text-decoration: none;
  color: #737e4b;
  border-bottom: 1px solid #737e4b; }
a:hover {
  border-bottom-style: solid; }

p {
  margin: 0.8em 0; }

p.emph {
  font-weight: bold; }

address {
  font-style: normal;
  margin: 0 0 0 2em; }

dt {
  font-weight: bold;
  margin-bottom: 0.2em; }

dd {
  margin: 0 0 1.25em 0em; }
  dd ul {
    margin: 0;
    padding-left: 1.25em; }
  dd li {
    margin-bottom: 0.4em; }

img {
  border: none; }

abbr {
  border-bottom: 1px dotted black; }

.left {
  float: left;
  clear: left;
  margin: 0 1em 1em 0; }

.right {
  float: right;
  clear: right;
  margin: 0 0 1em 1em; }

form {
  margin: 0;
  padding: 0; }

label {
  font-weight: bold; }

input, textarea {
  margin-bottom: 0.4em; }

.photo {
  border: 1px solid black; }

.box {
  background: #e1e4b7;
  padding: 1px 1em;
  margin: 1.2em 0; }

a:link .em_obf_a, a:visited .em_obf_a {
  background: url(em_obf_a.png) 50% 50% no-repeat; }

a:link .em_obf_d, a:visited .em_obf_d {
  background: url(em_obf_d.png) 50% 50% no-repeat; }

.stack_box {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  width: 320px;
  margin-right: 39px;
  float: left; }
  .stack_box h2 {
    margin-top: 0; }
  .stack_box a img {
    display: block; }

.no_under a {
  text-decoration: none; }

