/* Cascading Style Sheet */

body {
  font-family: Times New Roman, Georgia, serif;
  font-size: 14px;
  color: #333333;
  margin: 0px;
  background: #ffffff url("images/pixi_bg.gif");
}
p {
  text-align: left;
  font-size: 14px;
}
li.sidebar {
  color: #ff0000;
  font-family: Arial, Helvetica; san-serif;
  font-weight: bold;
  line-height: 250%;
}
h2.sidebar {
  font-family: Arial, Helvetica; san-serif;
  font-weight: bold;
}
h2.email {
  text-align: left;
  font-family: Arial, Helvetica; san-serif;
  font-weight: bold;
  margin-top: 12px;
}
table {
  border-collapse: collapse;
  border-color: #0000ff;
  background-color: #ffffff;
}
th {
  font-size: 14px;
  font-weight: bold;
}
td {
  font-size: 14px;
  background: none;
}
td.banner {
  background: url(images/bannerbar.jpg);
  background-repeat: repeat-x;
}
td.gradient {
  background: url(images/gradient.gif);
  background-attachment: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
td.bio {
  font-size: 12px;
  text-align:justify;
}
.name {
  color: #0000CC;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
}
.title {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
h1,h2,h5,h6 {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 {
  font-size: 18px;
  font-variant: small-caps;
  font-weight: bold;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
h3,h4 {
  font-weight: bold;
  background: none;
  margin-bottom: 4px;
}
h3 {
  font-size: 16px;
  margin-top: 8px;
}
h4 {
  font-size: 14px;
  margin-top: 0px;
}
h5 {
  font-size: 14px;
  color: #800000;
}
h6 {
  font-size: 12px;
  font-weight: bold;
}
a {
  color: #000080;
  font-size: 14px;
  text-decoration: underline;
}
a:hover {
  color: #800000;
}
