/* **********
 * Some usefull colors:
 * #95cdff - Light blue.  Used for some backgrounds.
 */

.siteheaderleft, .siteheaderright, .siteheadercenter
{
  display: block;
  float: left;
  font-family: serif;
  font-size: 120px;
  text-align: center;
  height: 130px;
}

.siteheaderleft, .siteheaderright
{
  width: 40%;
}

.siteheadercenter
{
  width: 20%;
}

.siteheaderbottom
{
  font-family: sans-serif;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

a.siteheaderlink:link, a.siteheaderlink:active, a.siteheaderlink:visited
{
  color: black;
}

.standardBody
{
  background-color: white;
}

.standardContentTable
{
  border-collapse: collapse;
}

.standardContentTD
{
  background-color: white;
}

.standardContentTitle
{
  font-size: x-large;
  font-weight: bold;
}

.scheduleSection
{
  display: block;
  position: relative;
}

.scheduleEventDate
{
}

.scheduleEventType
{
  font-weight: bold;
}

.scheduleEventDesc
{
}

.newsletterIssueDate
{
  font-weight: bold;
}

.newsletterIssueTitle
{
  font-style: italic;
}

.welcomeBlock
{
  color: yellow;
  font-size: 55px;
  font-style: italic;
  font-weight: bold;
  float: left;
}

.footerContentTD
{
  background-color: white;
  font-family: Arial;
  font-size: 8pt;
  line-height: 10pt;
}

.sectionHidden
{
  display: none;
}

.sectionVisible
{
  display: block;
}

.sectionLabel
{
  background-color: white;
  color: black;
  font-family: Arial;
  font-size: 24pt;
  font-weight: bold;
  text-decoration: none;
}

.sectionLabelCurrent
{
  background-color: yellow;
  color: black;
  font-family: Arial;
  font-size: 24pt;
  font-weight: bold;
  text-decoration: none;
}

.sectionLabelBox
{
  background-color: white;
  text-align: center;
}

.sectionLabelBoxCurrent
{
  background-color: yellow;
  text-align: center;
}

.biotitle
{
  border-bottom: 1px solid;
  vertical-align: top;
}

.bioname
{
  border-bottom: 1px solid;
  vertical-align: top;
  padding-left: 30px;
}

.bioemail
{
  border-bottom: 1px solid;
  vertical-align: top;
  padding-left: 20px;
}

.biotable
{
  border-collapse: collapse;
}

a.inlineimagelink:link, a.inlineimagelink:active, a.inlineimagelink:visited
{
  border: none;
  height: 5px;
}

.onthewebLinkTitle
{
  color: blue;
  font-size: large;
  font-weight: bold;
}

.onthewebLinkDescription
{
  margin-left: 30px;
  margin-right: 30px;  
}

.faqSectionHeader
{
  color: black;
  font-size: xx-large;
}

.faqQuery
{
  color: blue;
}

.faqAnswer
{
  color: black;
}

.faqContributorDiv
{
  text-align: right;
  width: 100%;
  float: right;
  margin-top: -5px;
}

.faqContributorTd
{
  border-top: 1px solid grey;
  color: grey;
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
  line-height: 90%;
}

.faqContributorTable
{
  float: right;
}

.faqIndexSection
{
  font-weight: bold;  
}

.faqIndexQuestion
{
}

.bookcover
{
  border: 1px solid black;
  margin-right: 10px;
}



