body { 
  padding-left: 11em;
  color: black;
/*  background-color: #fffaf0;*/
  background-color: #91C0CC;
}
a:link,
a:visited {
   font-weight: bold;
   text-decoration: none;
}
	
table.TOC, 
table.TOC td
{
   border: thin outset #5388AE;
}

table.TOC td a:link {
   line-height: 1.4em;
   text-decoration: none;
}

 table.TrainingCurrency td a:link,
 table.CertificationCurrency td a:link,
 table.MemberWeb td a:link {
   text-decoration: none;
 }

 table.TrainingAttendance td a:link {
   text-decoration: none;
 }

 table.TrainingAttendance th a:link {
   font-weight: bold;
   text-decoration: none;
 }


div.navlinks {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 2em;
  right: auto;
  width: 8.5em;
  left: 2em;
}
div.navlinks p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
/*  background: #0F0;
  border: thin outset #0F0;*/
   background: #5388AE;
   border: thin outset #5388AE;
  color: white;
}

div.babelfish {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  position: fixed;
  bottom: 2em;
  right: auto;
  width: 8.5em;
  left: 2em;
}
div.babelfish p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
}

div.googlesearch {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  position: fixed; 
  top: 10em;
  right: auto;
  width: 8.5em;
  left: 2em;
}
div.googlesearch p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
}


div.navlinks a, div.navlinks em { display: block; margin: 0 0.5em }
div.navlinks a, div.navlinks em { border-top: 2px groove #5388AE }
/*div.navlinks a, div.navlinks em { border-top: 2px groove #0F0 }*/
div.navlinks a:first-child { border-top: none }
div.navlinks em { color: #CFC }

div.navlinks a:link { text-decoration: none; color: white }
div.navlinks a:visited { text-decoration: none; color: yellow }
div.navlinks a:hover { background: black; color: white }

  address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }

table.calendar {
    width: 100%;
    border-collapse: collapse;
}

table.calendar td a:link, td a:visited {
    text-decoration: none;
}

table.calendar .date {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    font-family: monospace;
    text-decoration: none;
    float: left;
    width: 1.5em;
    height: 1.5em;
    background-color: #5388AE;
    text-align: center;
}
table.calendar .addevent {
    display: block;
    float: left;
    width: 1em;
    height: 1.2em;
    text-align: center;
    background-color: #666;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

table.calendar .event {
    clear: both;
    padding-left: 1em;
    padding-bottom: .75em;
    display: block;
}

table.calendar td {
    width: 14%;
    background-color: #91C0CC;
    border: 1px solid #5388AE;
    vertical-align: top;
}

table.calendar td.weekend {
   background-color: #88B6C2;
}

table.calendar td div.emptydate {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    font-family: monospace;
    text-decoration: none;
    float: left;
    width: 1.5em;
    height: 1.5em;
    background-color: #83B1BD;
    text-align: center;
}

table.calendar #days {
    background-color: #83B1BD;
    color: white;
    font-family: monospace;
    width: 75px;
}

div.CalendarEvent {
   font-weight: bold;
}