#contactinfo #address
{
  float: left;
}

#contactinfo #handles
{
  width: 100%;
  text-align: right;
}

#contactinfo
{
  padding-bottom: 1em;
  border-bottom: 1px solid black;
}

#cv #maincv
{
  padding-left: 1em;
}

#cv p
{
  padding-left: 1em;
}

#cv {
  background-color: white;
  color: black;
  font-size: 10pt;
  font-family: Times serif;
  width: 7in;
  line-height: 1.25;
  margin: auto;
}

#cv table th
{
  text-align: left;
  vertical-align:top;
  font-weight: normal;
}

#cv table td
{
  padding-left: 1em;
}

#cv img
{
  border: 0em solid black;
}

#cv h1
{
  font-size: 15pt;
  font-weight:normal;
  letter-spacing:1px;
  text-align:center;
}

#cv h2
{
  font-size: 11pt;
  font-weight:bold;
  text-align:center;
}

#cv h3
{
  padding-top: 1em;
  padding-bottom: .2em;
  font-size: 10pt;
  font-weight:bold;
  letter-spacing: 1px;
}

#cv h1,h2,h3
{
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#cv h1 a, h2 a, h3 a
{
  color: black;
  border: 0px;
}

#cv a 
{
  text-decoration: underline;
  color:#125580;
  /*border-bottom: dashed 1px #125580;*/
}

#cv a:hover
{
  text-decoration: underline;
}

#cv small
{
  font-size: .75em;
}