BODY {
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  padding: 20px;
  color: black;
  background-color: white;
}

A:link {
  text-decoration: none;
  color: blue;
}

A:visited {
  text-decoration: none;
  color: blue;
}

A:hover {
  text-decoration: underline;
  color: #ff0000;
}

EM {
}

STRONG {
  font-weight: bold;
}

STRONG.red {
  font-weight: normal;
  color: red;
}


DIV.titlebox {
  text-align: center; 
}

DIV.content { 
  border: 2px solid black;
  padding: 10px 40px 40px 40px; 
  text-align: left; 
  margin: 20px 3% 20px 3%;
  background-color: #ddddff;
}



H1 { 
  text-align: center;
  font-size: 25px;
  margin-bottom: 1.8em;
  margin-top: 1.6em;
  letter-spacing: 1px;
}

H2 { 
  text-align: left;
  font-size: 22px;
  margin: 1.8em 0em 0em 0em;
  letter-spacing: 1px;
}


H3 { 
  text-align: left;
  font-size: 18px;
  margin: 1.4em 0em 0.3em 0em;
  letter-spacing: 0px;
}


H4 { 
  text-align: left;
  font-size: 16px;
  margin: 1.3em 0em 0em 0em;
  letter-spacing: 0px;
}


UL {
  list-style-type: disc;
}

UL LI UL {
  padding-left: 30px;
  list-style-type: circle;
}


DIV.quote {
  position: relative;
  font-style: italic;
  left: 4%;  
  width: 85%;
  padding: 0px 20px 10px 20px;
}

DL {
  margin-left: 15px;
}
DL DT {
  font-weight: bold;
}
DL DD {
  margin-bottom: 7px;
}


DIV.captionedfigure IMG {
  border-left: 3px solid black;
  border-bottom: 2px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
}

DIV.captionedfigure {
  position: absolute;
  left: 440px;
  top: 40px;
  z-index: 1;
  margin: 0px 20px 0px 20px;
}
DIV.captionedfigure DIV {
  text-align: right;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0px;
  padding: 0px;
}  

DIV.contentcv { 
  position: absolute;
  top: 80px;
  left: 40px;
  width: 500px;
  padding: 10px 40px 40px 40px; 
  border: solid black;
  border-width: 8px 0px 8px 0px;
  text-align: left; 
  background-color: #ddddff;
}


