body {
  color:       black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:   10pt;
  background:  #5FC0CE;
  max-width:   1100px;
  margin:      auto;
  padding:     10px;
}

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: #333399;
  text-decoration: none;
}

a:visited {
  color: #996699;
}

a:hover {
  text-decoration: underline;
}

.content {
  background: #white;
}

.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;
  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: black;
  text-decoration: none;
  
  padding: 0.25em 1em 0em 1em;
  background: #AAAAAA;
}

#tabs a:visited {
  color: black;
}

#tabs a:hover {
  text-decoration: underline;
  background: #ccccff;
}

/*-----------------------------------------------------------------*/

.address {
  font-size: smaller;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white;
}

.address a {
  color: #ccccff;
  text-decoration: none;
}

.address a:visited {
  color: #ffccff;
  text-decoration: none;
}

.address a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------*/

#my-intro {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/*-------------------------*/

#header {
  font-size: 12pt;
  width: 100%;
  padding-bottom: 0.5em;
}

#headerLeft {
  float: left;
  vertical-align: top;
}

#headerMid {
  margin-left: 10%;
}

#headerRight {
  color: black;
  float: right;
  width: 35%;
  min-width: 375px;
}

#header a {
  color: black;
  text-decoration: none;
}

#header a:visited {
  color: black;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

/*-------------------------*/

#tableFormatTop {
  font-size: smaller;
}

#tableFormatBottom {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white;
  font-size: smaller;
}

.tableFormat {
  color: black;
  vertical-align: top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tableFormat a {
  color: #ccccff;
  text-decoration: none;
}

.tableFormat a:visited {
  color: #ffccff;
  text-decoration: none;
}

.tableFormat a:hover {
  text-decoration: underline;
}

.cellLeftAlign {
   vertical-align: top;
   text-align: left;
}

.cellRightAlign {
   vertical-align: top;
   text-align: right;
   min-width: 50px;
}

/*-------------------------*/

#section {
  border: 10px solid white;
}

#section #sectionTitle {
  background:  #B4E2FF;
  padding:     0.3em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  width:       100%;
  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;
  max-width: 700px;
}

#section #sectionContentRight {
  float: right;
  vertical-align: top;
  background: white;
  padding: 0.1em;
}


#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: 1px solid white;
  line-height: 130%;
}

#wrapbottom {
  clear: both;
}

/*-------------------------*/

#footer {
  font-size:   10pt;
  width: 100%;
  padding-bottom: 10px;
  color: black;
}

#footerLeft {
  color: black;
  float: left;
  vertical-align: top;
}

#footerMid {
  color: black;
  margin-left: 10%;
}

#footerRight {
  color: black;
  float: right;
  width: 45%;
  min-width: 600px;
}

#footer a {
  color: black;
  text-decoration: none;
}

#footer a:visited {
  color: black;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}




/*-----------------------------------------------------------------------*/

#date {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:   10pt;
}
