a {
  color: #0070c0;
  font-weight: bold;
  text-decoration: none;
}

.infotip {
  color: #0070c0;
  font-weight: bold;
  cursor: help;
}

a:hover {
  color: #d04000;
}

body {
  background-color: #878787;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

blockquote {
  font-style: italic;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

h2 {
  font-size: 140%;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  font-size: 120%;
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  font-size: 100%;
}

td.resdate {
  font-size: 100%;
  font-weight: bold;
  width: 130px;
  vertical-align: top;
}

td.resinfo {
  font-size: 100%;
  vertical-align: top;
}

td.resskills {
  font-size: 100%;
  vertical-align: top;
  padding-left: 94px;
}

td.resblurb {
  font-size: 100%;
  vertical-align: top;
  padding-left: 137px;
}

td.pubblurb {
  font-size: 100%;
  vertical-align: top;
  padding-left: 65px;
}


tr.res {
  margin-bottom: 25px;
}

input, textarea {
  background-color: #fff0d0;
  border-color: #fff0d0;
  border-width: 2px;
  font-size: 100%;
  padding: 2px;
}

input.button {
  background-color: #d0a070;
  border-style: solid;
  border-color: #f0e0c0 #703000 #703000 #f0e0c0;
  border-width: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  padding: 0px;
  width: 5em;
}

input.small {
  font-size: 80%;
}

textarea {
  scrollbar-base-color: #d0a070;
}

td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 700px;
}

#titleBar, #copyright {
  background-color: #474747;
  border-color: #676767 #373737 #373737 #676767;
  border-style: solid;
  border-width: 2px;
  color: #fff0d0;
  font-size: 140%;
  font-weight: bold;
  padding: 2px 4px;

}

#contactinfo {
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
  text-align: left;

}

td.contact {
  color: #fff0d0;
  font-size: 120%;
  font-weight: bold;
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
}


#copyright {
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
  text-align: right;
}

#content{
  background-color: #c0c0c0;
  border-color: #e0e0e0 #a0a0a0 #a0a0a0 #e0e0e0;
  border-style: solid;
  border-width: 2px;
  padding: 4px 8px 2px 8px;
}

.alinktext {
   display: none;
}


/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

#menuBar {
  background-color: #00a0d0;
  border-color: #00c0f0 #0070a0 #0070a0 #00c0f0;
  border-style: solid;
  border-width: 2px;
  color: #000000;
  font-size: 9pt;
  padding: 3px 1em 2px 1em;
}

a.menuButton, a.menuButtonActive {
  border-color: #00a0d0;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  cursor: default;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 2px .5em 2px .5em;
  position: relative;
  left: 0px;
  top: 0px;
  text-decoration: none;
}

a.menuButton:hover {
  border-color: #00c0f0 #0080b0 #0080b0 #00c0f0;
  border-style: solid;
  border-width: 1px;
  color: #000000;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #0070a0;
  border-color: #004070 #00c0f0 #00c0f0 #004070;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #00a0d0;
  border-color: #00c0f0 #0070a0 #0070a0 #00c0f0;
  border-style: solid;
  border-width: 2px;
  font-size: 9pt;
  padding: 1px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 100;
}

a.menuItem, .menuItemHdr {
  color: #000000;
  cursor: default;
  display: block;
  font-family: "MS Sans Serif", Arial, Tahoma,sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
  white-space: nowrap;
}

a.menuItem:hover {
  background-color: #0070a0;
  color: #ffffff;
}

.menuItemHdr {
  font-weight: bold;
}

.menuItemSep {
  border-top: 1px solid #0070a0;
  border-bottom: 1px solid #00c0f0;
  margin: 2px 3px;
}

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {

  a, a.menuItem {
    color: #808080;
    font-weight: normal;
  }

  body, input, input.button, textarea, #titleBar, #copyright, #content, #menuBar {
    background-color: #ffffff;
    color: #000000;
  }

  input, input.button, textarea, #titleBar, #copyright, #content, #menuBar {
    border: 1px solid #000000;
  }

  input.button, #menuBar {
    background-color: #e0e0e0;
  }

  textarea {
    scrollbar-base-color: #e0e0e0;
  }

  #titleBar, #content, #menuBar {
    border-bottom-width: 0px;
  }

  #titleBar, #copyright {
    background-color: #c0c0c0;
  }

  a.menuButton, a.menuButtonActive {
    background-color: #e0e0e0;
    border-width: 0px;
    color: #000000;
    left: 0px;
    top: 0px;
  }

  .menu {
    display: none;
  }

  img {
    visibility: hidden;
  }
}

/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-color: #f0d0b0;
  border: 1px solid #603000;
  border-top-width: 0px;
  float: left;
  font-size: 9pt;
  margin: 0em 1em 0em 0em;
  width: 10em;
}

.sideBarHdr {
  background-color: #d0a070;
  border-bottom: 1px solid #703000;
  border-top: 1px solid #703000;
  font-weight: bold;
  padding: 0px .5em 0px .5em;
}

.sideBarTxt {
  padding: 4px .5em 4px .5em;
}

.sideBarSep {
  border-top: 1px solid #d0a070;
  margin: 2px 0px 2px 0px;
}

/*---------------------------------------------------------------------------*/
/* Printing styles for side bar.                                             */
/*---------------------------------------------------------------------------*/

@media print {

  #sideBar {
    background-color: #e0e0e0;
  }

  .sideBarHdr {
    background-color: #c0c0c0;
  }

  .sideBarSep {
    border-color: #000000;
  }
}