﻿html, body
{
  background-color:rgba( 235, 235, 245, 1 );
  /*background:url( ../images/niceblue.gif );*/
  font: 12pt Helvetica;
  margin: 20px;
  min-width: 600px;
}

h1
{
  font-size: 110%;
}

.Keywords
{
  font-size:   xx-small;
  font-family: Helvetica;
}

#quote
{
  font-size:   small;
}

#quote .QuoteAuthor
{
  text-align: right;
}

#contact
{
  border-top:    solid black 2px;
  border-bottom: solid black 1px;
  margin-top:    40px;
  margin-bottom: 20px;
  margin-left:   -10px;
  margin-right:  -10px;
  padding-left:  10px;
  padding-right: 10px;
  
  text-align: center;
  background-color:rgba( 255,255,255,1 );
}

#contact table
{
  margin-top: 10px;
  width: 100%;
}

#contact table td
{
  padding-top:     10px;
  padding-bottom:  10px;
}

#contact div.Name
{
  font-size:    150%;
  font-weight:  bold;
  text-align: center;
}

li p
{
  margin-top:    5px;
  margin-bottom: 5px;
}


div#expertise ul
{
  margin-top: -10px;
}

div#expertise li
{
  list-style-type: none;
  padding-top: 6px;
}

div#expertise td
{
  vertical-align: top;
}

div#technologies
{
  margin-bottom: 40px;
}

div#technologies table
{
  border: inset #0050B0 2px;
  border-collapse: collapse;
  background-color: #FFFFFF;
  width:85%;
  margin-left:  auto;
  margin-right: auto;
}

div#technologies th
{
  vertical-align: top;
  background-color: #DDF;
  border: solid #0050B0 1px;
  padding: 5px;
}

div#technologies td
{
  vertical-align: top;
  font-size: smaller;
  padding: 5px;
  border: solid #0050B0 1px;
}

.Job 
{
  font-size: smaller;
}

.Job h3
{
  font-weight:    bold;
  font-size:      100%;
  margin-bottom:  -10px;
}



