BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: /*#E0DAB8*/ white /* #eeeeee; */ /*#FFFAF0;*/
  /*font-size: 1.0em;*/
}

.logo {
/*  position: absolute;
  top: 0px;
  left: 0px; */
  position: relative;
  top: 0px;
  margin: 0 auto;
}

DT.nonFirst {
  margin-top: 0.5em;
}

H1 {
  font-size: 180%;
  margin-top: 0px;

}

H2 {
  font-size: 140%;
  clear: left;
}

H3 {
  font-size: 120%;
  clear: left;
}

A {
  font-family: Verdana, geneva, arial, helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

P {
  font-family: Georgia, serif /*Verdana, Arial, Helvetica, sans-serif;*/
}

P.text { text-align:justify; }

A:link {color: blue;}
A:visited { color: navy;}
A:visited:hover {background-color: yellow;}
A:link:hover {background-color: yellow;}
A:hover:active {background-color: yellow;}

.currentPage {
  font-family: Verdana, geneva, arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: oblique;
  border: thin;
}

DIV.banner     {
  /* background: black;*/
  /* color: #EEE8AA; */
  position: absolute;
  top: 10px;
  left: 10px;
  height: 70px;
  width: 100%;
  background-image: url(banner.jpg);
  background-repeat:
no-repeat;
background-position:
 center;
}

DIV.logga {
position: absolute;
top:-2px;
left:-4px;
}

DIV.menu       {
  /*border: 1px solid black;*/
  border-right: 0px dotted grey;
  font-size: 80%;
  /*background: #FAFAD2;*/
  position: absolute;
  left: 10px;
  top: 120px;
  width: 11em;
  padding: 4px;
  /*height: 120px;*/
}

DIV.menuMember {
}

DIV.contents   {
  line-height: 150%;
  position: absolute;
  left: 13em;
  top: 10px;
  font-size: 80%;
  /*margin-right: 10px;*/
  padding-left: 4px;
  padding-right: 10em;
  margin-right: 40px;
}

DIV.contentsInternal   {
  line-height: 150%;
  position: absolute;
  left: 19em;
  top: 20px;
  font-size: 80%;
  /*margin-right: 10px;*/
  padding-left: 4px;
  padding-right: 2mem;
  margin-right: 40px;
}

DIV.contentsPublic   {
  line-height: 150%;
  position: absolute;
  left: 19em;
  top: 20px;
  font-size: 80%;
  /*margin-right: 10px;*/
  padding-left: 4px;
  padding-right: 10em;
  margin-right: 40px;
  text-align:justify;
}

DIV.message {
  /*border: 1px dashed red;*/
}

DIV.text { text-align:justify; text-indent: 1em; margin-top: 0; margin-bottom: 0; }

/*DIV.bannerText { position: absolute; left: 140px; }*/

DIV.upcoming1  { position: absolute; left: 150px; top: 365px; color: green; }

DIV.upcoming2  {
  position: relative;
  /*top: -2em;*/
  float: right;
  height: 100%;
  /*width: 15em;*/
  color: green;
  background-color: #CCFF99;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-right: 0px;
  border: solid 1px;
  text-align: center;
}

DIV.upcomingLeft  {
  position: relative;
  /*top: -2em;*/
  float: left;
  height: 100%;
  /*width: 15em;*/
  color: green;
  background-color: #CCFF99;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-top: 5px;
  border: solid 1px;
  text-align: center;
}

DIV.upcomingText {
  line-height: 1em;
  font-size: 110%;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

DIV.contact {
  font-size: 80%;
  /*position: absolute;
  left: 10px;
  top: 400px;
  width: 120px;*/
}

SPAN.bl1 {
  position: absolute;
  top: 0px;
  left: 140px;
  font-size: 350%;
  margin-right: -20px;
}

SPAN.bl2 {
  position: absolute;
  top: 40px;
  left: 140px;
  font-size: 150%em;
  margin-right: 10px;
}

SPAN.bl3 {
  position: absolute;
  top: 10px;
  left: 140px;
  font-size: 250%;
  margin: 0 auto;
  /*margin-right: 10px;*/
}

SPAN.term { font-style: italic; }

SPAN.indentMenu0 { position: relative; left: 0.5em; }
SPAN.indentMenu1 { position: relative; left: 1.5em; }
SPAN.indentMenu2 { position: relative; left: 2.5em; }
SPAN.contactMenu { font-size: 80%; position: relative; left: 0.5em; }

.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
.t {background: url(dot.gif) 0 0 repeat-x; width: 20em}

SPAN.cancelledEvent {
  text-decoration: line-through;
  color: red;
}

SPAN.event {}

.eventDay {
  font-weight: bold;
}

DIV.printBanner {
	display: none;
}

DIV.printFooter {
	display: none;
}

img.tb { margin: 10px; border: 0; }

TD.p { background: lime; }
TD.s { background: black; }
TD.n { background: gray; }
TD.nb { background: gray; border-bottom: solid 2px black; }
TD.nbr { background: gray; border-bottom: solid 2px black; border-right: solid 2px black; }
TD.d { text-align: right; }
TD.pb { background: lime; border-bottom: solid 2px black; }
TD.sb { background: black; border-bottom: solid 2px black; }
TD.sbr { background: black; border-bottom: solid 2px black; border-right: solid 2px black;}
TD.pbr { background: lime; border-bottom: solid 2px black; border-right: solid 2px black;}
TD.db { text-align: right; border-bottom: solid 2px black; }
TD.dt { text-align: right; border-top: solid 2px black; }
TD.nt { background: gray; border-top: solid 2px black; }
TD.ntr { background: gray; border-top: solid 2px black; border-right: solid 2px black;}
TD.pt { background: lime; border-top: solid 2px black; }
TD.pr { background: lime; border-right: solid 2px black; }
TD.sr { background: black; border-right: solid 2px black; }
TD.nr { background: gray; border-right: solid 2px black; }

TD.m1 {background-color: #e0e0e0;}
TD.m2 {background-color: beige;}
TD.np {background-color: black; color: white;}
TD.ee {background-color: green;}