body {
  color:       black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*font-size:   10pt;*/
  /*background:  #CCCCFF;*/
  background:  #B0C4DE; 
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:   12pt;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:   12pt;
}

h2.pageTitle {
  margin-top: 0em;
  font-size:   12pt;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:   12pt;
}

h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:   12pt;
}

a {
  color: #660000;
  text-decoration: none;
}

a:visited {
  color: #000099;
}

a:hover {
  text-decoration: underline;
}

.content {
  background: #white;
  border: 0px;
  list-style-type: circle;
}

.content ul {
  list-style-type: circle;
}

.caption {
  font-size: smaller;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
  margin-left: 0.7em;
  padding-left: 1em;
  margin-top: 0em;
}

/*-----------------------------------------------------------------*/

#tabs {
  clear:       both;
  border: 0px;
  padding:     0em 0em 0em 0em;
  margin:      0em;
  font-size:   12pt;
  color:       black;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tabs a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: smaller;
  text-align: center;
  
  color: #660000; 
  text-decoration: none;

  border: 0px;
  
  margin-top: 0.25em;
  padding: 0.25em 1em 0em 1em;
  background: #DCDCDC;
}

#tabs a:visited {
  color: #003366;
}

#tabs a:hover {
  text-decoration: underline;
  #background: #ccccff;
}

/*-----------------------------------------------------------------*/

.address {
  font-size: smaller;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
}

.address a {
  color: #660000;
  text-decoration: none;
}

.address a:visited {
  color: #003366;
  text-decoration: none;
}

.address a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------*/

#my-intro {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 0.5em;
}

/*-------------------------*/

#header {
  font-size:   12pt;
  width: 100%;
  padding-bottom: 0.5em;
}

#headerLeft {
  float: left;
  vertical-align: top;
}

#headerMid {
  margin-left: 45%;
}

#headerRight {
  color: black;
  float: right;
  width: 45%;
}

#header a {
  color: #660000;
  text-decoration: none;
}

#header a:visited {
  color: #003366;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

/*-------------------------*/

#tableFormatTop {
  font-size: smaller;
}

#tableFormatBottom {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
  font-size: smaller;
}

.tableFormat {
  color: black;
  vertical-align: top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tableFormat a {
  color: #660000;
  text-decoration: none;
}

.tableFormat a:visited {
  color: #003366;
  text-decoration: none;
}

.tableFormat a:hover {
  text-decoration: underline;
}

.cellLeftAlign {
   vertical-align: top;
   text-align: left;
}

.cellRightAlign {
   vertical-align: top;
   text-align: right;
}

/*-------------------------*/

#section {
  /*border: 10px solid white;*/
  padding: 0.5em;
}

#section #sectionTitle {
  /*background:  #FFCC99;*/
  background:  #F5DEB3;
  padding:     0.3em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  /*width:       100%;
  margin-right: 0.5em;*/
  font-size:   11pt;
}

#section #sectionTitle #sectionTitleLeft {
  float: left;
  vertical-align: top;
}

#section #sectionTitle #sectionTitleMid {
  margin-left: 10%;
  width: 25%
}

#section #sectionTitle #sectionTitleRight {
  float: right;
  vertical-align: top;
}

#section #sectionContent {
  background: white;
  padding: 0.3em;
}


#project {
  /* clear: both; */ /* worked for Mozilla, fails for Thunderbird and MSIE */
  margin: 0px;
}

#project #projectPic {
  float: right;
  margin-left: 10px;
}

#project #projectDescription {
  margin-left: 0px;
}

#project #projectDescription #projectName {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size:   13px;
}

#project #projectDescription #projectText {
  margin-right: 160px;
}

/*-------------------------*/

#wrap {
  width: 100%;
  background: white;
  border: 0px solid white;
  line-height: 130%;
}

#wrapbottom {
  clear: both;
}

/*-------------------------*/

#footer {
  clear: both;
  padding-top: 1em;
  padding-bottom: 1em;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
}

#footerLeft {
  float: left;
}

#footerRight {
  float: right;
}

#footer a {
  color: #660000;
  text-decoration: none;
}

#footer a:visited {
  color: #003366;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------*/

#date {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:   10pt;
}

.td_header {
  width: 8em;
  font-size: smaller;
}
