/* simple positioning */
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}

/* footer */
.footerr {
  position: absolute;
  top: auto;
  bottom: -10%;
  right: 1%;
  left: 50%;
}
.footerb {
  position: fixed;
  height: 15%;
  top: auto;
  bottom: 10%;
  right: 1%;
  left: 50%;
}

/* frequently used colors */
BODY.default {
  color: black;
  background-color: white;
  margin : 0px 0px 0px 0px;
}
.purple {
  color: purple;
  background-color: white;
}
.silver {
  color: silver;
  background-color: white;
}

/* left menu links */
.lmpurple { color: purple; background-color: #AFD3DF; }
.lmsilver { color: silver; background-color: #AFD3DF; }
.lmwhite { color: white; background-color: #AFD3DF; }


/* links */
A:link {
  color: #0000FF;
  background-color: white;
}
A:visited {
  color: #0000AA;
  background-color: white;
}
A:active {
  color: #FF00FF;
  background-color: white;
}
A:hover {
  text-decoration: underline;
  color: red;
  background-color: white;
}

A.left:link {
  color: #0000CC;
  background-color: #AFD3DF;
  font-size: small;
}
A.left:visited {
  color: #0000AA;
  background-color: #AFD3DF;
}
A.left:active {
  color: #FF00CC;
  background-color: #AFD3DF;
}
A.left:hover {
  text-decoration: underline;
  color: red; background-color: #AFD3DF;
}

/* like a.left, but bold */
A.leftb:link {
  color: #0000FF;
  background-color: #AFD3DF;
  font-size: small; 
  font-weight: bold;
}
A.leftb:visited {
  color: #0000AA;
  background-color: #AFD3DF;
  font-weight: bold;
}
A.leftb:active {
  color: #FF00FF;
  background-color: #AFD3DF;
  font-weight: bold;
}
A.leftb:hover {
  text-decoration: underline;
  color: red; background-color: #AFD3DF;
  font-weight: bold;
}

/* misc stuff */
HR { color: red; background-color: white; }
TD { font-size: 10pt }
TD.black { color: black; background-color: black }
TR.heading { text-align: right }
TR.header { text-align: center }
TD.heading { font-size: 10pt; color: black; background-color: yellow; letter-spacing: 0.5em }
TD.header { font-size: 10pt; color: black; background-color: #008080; letter-spacing: 0.5em }
H4 { text-align: left }
P.ask { font-size: 10pt; text-align: right; }
P.smallright { font-size: 8pt; text-align: right; }
p.para { 
  text-align: left;
  text-indent: 20px;
  color: black;
  background-color: white;
  margin-right: 15px;
}
p.normal { 
  text-align: left;
  color: black;
  background-color: white;
  margin-right: 15px;
}
P.leftmenu {
  text-align: left;
  color: black;
  font-size: 12px;
  background-color: #AFD3DF;
}

span.leftheading { 
  color: purple;
  background-color: #AFD3DF;
  font-size: 14px;
}

span.header {
  text-align: center;
  font-size: 18pt;
  font-family: serif, Serif, Arial, Helvetica;
  color: black;
  background-color: white;
}
span.header2 {
  text-align: center;
  font-size: 14pt;
  font-family: serif, Serif, Arial, Helvetica;
  color: black;
  background-color: white;
}
span.section {
  text-align: center;
  font-size: medium;
  font-family: serif, Serif, Arial, Helvetica;
  color: navy;
  background-color: white;
}

.underline { 
  text-decoration: underline;
}
/* main layout */
.c0 {
  clear: both;
  text-align: center;
  height: 150px;
}

#content {
  background-color: white;
  position: absolute;
  left: 220px;
  top: 160px;
}

#leftnav {
  /* position: absolute; */
  width: 200px;
  height: 100%;
  border-top: 4px solid green;
  border-bottom: 4px solid green;
  border-right: 4px solid green;
  border-left: 4px solid green;
  margin-left: 5px;
  margin-right: 15px;
  padding-left: 5px;
  padding-bottom: 20px;
  background-color: #AFD3DF;
}

.newsblock {
  border-left: 1px dotted green;
  border-right: 1px dotted green;
  border-top: 1px dotted green;
  border-bottom: 1px dotted green;
  height: 200px;
  overflow: auto;
  margin-left: 5px;
  margin-right: 5%;
  margin-bottom: 5%;
  /* width: 100%; */
  padding: 5px;

}

.newsitemblock { 
  font-family: verdana, arial, sans-serif;
  color: black;
  font-size: small;
  font-weight: normal;
  background: white;
  line-height: 110%;
  margin-left: 2%;
}

.tagsym { 
  font-size: x-small;
  font-weight: lighter;
  margin-left: 20px;
}

A.nblock:link {
  color: #0000FF;
  background-color: white;
  font-weight: bold;
}
A.nblock:visited {
  color: #0000AA;
  background-color: white;
  font-weight: bold;
}
A.nblock:active {
  color: #FF00FF;
  background-color: white;
  font-weight: bold;
}
A.nblock:hover {
  text-decoration: underline;
  color: red; background-color: white;
  font-weight: bold;
}
