* {
  margin: 0;
  padding: 0;
}
  a {
    color: #4D4D4D;
    cursor: pointer;
  }
  a:hover {
    text-decoration: none !important;
  }
  a img {
    border: 0;
  }
  a.bookmark {
    background: url(../css/bookmark.gif) no-repeat 0 1px;
    padding-left: 14px;
  }
  a.detail {
    background: url(../css/detail.gif) no-repeat 0 1px;
    padding-left: 14px;
  }
  a.tag,
  ul.tags a {
    background: url(../css/tag.gif) no-repeat 100% 1px;
    padding-right: 14px;
  }
  address,
  em {
    color: #000;
    font-style: normal;
  }
  form {
    overflow: hidden;
    position: relative;
    width: 410px;
  }
  form a {
    bottom: 0;
    left: 0;
    position: absolute;
  }
  form *:focus, form *:hover {
    background-position: 0 100%;
  }
  form button {
    background: url(../css/button.gif) no-repeat;
    cursor: pointer;
    height: 34px;
    left: 90px;
    line-height: 34px;
    position: relative;
    text-align: center;
    width: 110px;
  }
  form div {
    clear: both;
    overflow: hidden;
    width: 100%;
  }
  form div * {
    border: 0;
    color: #000;
    float: left;
    font: normal 11px Arial, sans-serif;
  }
  form fieldset {
    border: 0;
  }
  form input {
    background: url(../css/input.gif) no-repeat;
    height: 14px;
    padding: 10px;
    width: 190px;
  }
  form label {
    line-height: 34px;
    width: 90px;
  }
  form textarea {
    background: url(../css/textarea.gif) no-repeat;
    height: 120px;
    line-height: 16px;
    overflow: hidden;
    padding: 7px 7px 7px 10px;
    width: 193px;
  }
  h1, h2, h3, p, ul {
    color: #4D4D4D;
    font: normal 11px/16px Arial, sans-serif;
    margin-bottom: 4px;
    padding-bottom: 10px;
  }
  h2, h3 {
    clear: both;
    color: #000;
  }
  p, ul {
    background: url(../css/dot.gif) repeat-x 0 100%;
  }
  p {
    text-align: justify;
  }
  p.contact {
    background: none;
    clear: both;
  }
  p.success {
    color: #00FFFF;
  }
  strong {
    color: #000;
    font-weight: normal;
  }
  ul {
    list-style: none;
  }
  ul.checks {
    background: none;
  }
  ul.checks li {
    background: url(../css/check.gif) no-repeat 0 3px;
    padding-left: 16px;
  }

#curriculum {
  background: url(../css/curriculum.jpg) repeat-y;
  float: left;
  overflow: hidden;
  width: 400px;  
}
  #curriculum .bottom {
    background: url(../css/curriculum-bottom.jpg) no-repeat 0 100%;
  }
  #curriculum .top {
    background: url(../css/curriculum-top.jpg) no-repeat;
    padding: 50px;
  }
  #curriculum img {
    float: left;
    margin: -25px 0 0 -25px;
  }

#sidebar * {
  background: none;
  color: #000;
  margin: 0;
  padding: 0;
}
  #sidebar a.download {
    background: url(../css/download.gif) no-repeat 0 1px;
    padding-left: 15px;
    text-decoration: underline;
  }

#projects {
  float: left;
  overflow: hidden;
  position: relative;
  width: 150px;
}
  #projects .results {
    background: url(../css/projects-results.gif);
    color: #000;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 25px 25px 0 25px;
    text-align: center;
    width: 100px;
  }
  
#project {
  border: 0;
  height: 2000px;
  left: 550px;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 400px;
}

.tool-tip {
  background: url(../css/tool-tip.png);
  font: normal 11px/25px Arial, sans-serif;
  height: 33px;
  padding: 9px 0 0 20px;
  width: 194px;
  z-index: 100;
}
  .tool-title {
    display: none;
  }
  .bubble-lg {
    background: url(../css/bubbles/lg-00.png);
    height: 40px;
    width: 40px;
  }
  .bubble-md {
    background: url(../css/bubbles/md-00.png);
    height: 28px;
    width: 28px;
  }
  .bubble-sm {
    background: url(../css/bubbles/sm-00.png);
    height: 12px;
    width: 12px;
  }