/* ###### Color Scheme ###### */

.topOfPage, q, h1, h2, h3, #footer *, .sideBox div 
{ /* Text Color: */  color: #92618e; }

.headerTitle, .headerLinks, .headerLinks *, {color: #ffffff; }

q, h2,  #header, .sideBox, .sideBox div, #footer
{ /* Border Color: */  border-color: #92618e; }

#header, .sideBox a:hover
{ /* Background Color (darker): */  background-color: #b58fb1; }

q, .sideBox a, .sideBox span, .sideBox a:hover, #footer
{ /* Background Color (lighter): */  background-color: #fcfcff; }


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 1.5mm;
  float: left;
  clear: left; 
  border: 1px solid #a08fdb;
}

.RHS {
  margin-right: 2.5mm;
  float: right;
  clear: right;
  border-top: 2px solid #c0c0ff;
  border-bottom: 2px solid #c0c0ff;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 3mm;
}

[class~="RHS"] {
  margin-right: 5mm;
}


/* ###### Body Text ###### */

#bodyText {
  line-height: 1.5em;
  margin: 0 13em 0 11em;
  padding: 0 1em 0 1em;
}

#bodyText img {
/*  float: left; */
  padding-right: 30px;
  margin-right: 30px;
}


#bodyText p {
  padding-bottom: 0;
  padding-top:0;
  margin-bottom: 10px;
  margin-top: 15px;
}


.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

acronym {
  background-color: inherit;
  color: teal;
  border-bottom: 1px dashed teal;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

img {
  border: 0;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border: 2px dotted;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}


/* ###### Header ###### */

#header {
  border-bottom: 4px solid;
  height: 2em;
  margin-bottom: 2mm;
  padding: 1mm 2.5mm 1mm 5mm;
}

.headerTitle {
  font-size: 150%;
  font-weight: bold;
  padding-right: 10mm;
}

.headerLinks {
  text-align: center;}

.headerLinks * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.headerLinks a:hover {
  text-decoration: underline;
}

/* ###### Comments ###### */

#comment {
  border: 1px solid #92618e;
  background: #F3F3F3;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  MARGIN: 5px 0px;
}


.byline {
	MARGIN-BOTTOM: 0px; 
	TEXT-ALIGN: right;
}

/* ###### Table and List ###### */
.actor { list-style-type: none;
   line-height: 2em;
   }
   
  
/*###### Side Box ###### */

.sideBox {
  width: 10em;
  margin-top: 2mm;
}

.sideBox div {
  font-weight: bold;
  border-bottom: 1px solid;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}


.sideBox a, .sideBox span {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.25em 1ex 0.5em;
  font-size: 82%;
  
}

.sideBox a:hover {
  background: #c0c0ff;
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.25em 1ex 0.5em;
}

/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
  align: center;
}

.footerImg {
  padding-right: 3mm;
  padding-top: 2mm;
  float: right;
}

#footer div {
  padding-left: 3mm;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

#footer a:hover {
  text-decoration: none;
}

.footerCol2 {
  position: absolute;
  left: 7em;
}
