
body {
  margin-top: 2;
  margin-left: 20;
  margin-bottom: 5;
  color: black;
  background: #ffffff;
  /*
  background-repeat: no-repeat;
  */
  background-color: #996666;
/*  background-image: url(../images/bg_grad_blue.gif); */
  background-position: top left;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

body.imagewindow {
  margin: 0 0 0 0;
  color: white;
  background: black;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


table {
  /* background: #ffffff */
  padding: 0;
  border-collapse: collapse;
}

td {
  margin-top: 0;
  padding-top: 0;
  vertical-align: top;
}

table.imagetable {
}

table.imagetable td {
  padding: 0 15 5 0;
}

div.headlarge {
  font-family: "Goudy Old Style";
  font-weight: bold;
  font-size: 28;
  color:#990033;
  text-align: left;
  margin-top: 5;
  margin-left: 100;
  line-height: 1;
}

div.headsmall {
  font-family: "Goudy Old Style";
  font-weight: normal;
  font-size: 20;
  color:#990033;
  text-align: left;
  margin-left: 100;
}

div.maintext {
  font-family: "Arial,Times New Roman,Goudy Old Style";
  font-weight: normal;
  font-size: 15;
  /* font-size: 16; */
  /* color:#990033; */
  color:black;
  text-align: left;
  line-height: 1.1;
  /* top right bottom left */
  padding: 10 10 10 15;
  border-top: thin silver solid;
  border-left: thin silver solid;
  border-right: thick gray solid;
  border-bottom: thick gray solid;
  background: #cbe7ff;
  /* background: #ddaaaa; */
  /* background: #ccffcc; */
}

div.test1 {
  font-family: "Times New Roman,Goudy Old Style";
  font-weight: normal;
  /* font-size: 16; */
  /* color:#990033; */
  color:black;
  text-align: left;
  line-height: 1.1;
  /* top right bottom left */
  padding: 10 10 10 15;
  /* background: #ffcc99; */
  background: #ffffcc;
}

div.test2 {
  font-family: "Times New Roman,Goudy Old Style";
  font-weight: normal;
  /* font-size: 16; */
  /* color:#990033; */
  color:black;
  text-align: left;
  line-height: 1.1;
  /* top right bottom left */
  padding: 10 10 10 15;
  /* background: #ffcc99; */
  background: #dddddd;
}

div.gos_red {
  font-family: "Goudy Old Style";
  font-weight: normal;
  /* font-size: 16; */
  color:#990033;
}

div.figure {
  float: right;
  width: 20%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

.dropcap {
  float: left;
  font-size: 230%;
  font-style: italic;
  font-family: fantasy;
  padding-top: 3;
  line-height: 80%;
  color: #333333;
}


a {cursor: pointer;}

h2 { text-align: left; margin-left: 0px; font: 150% Goudy Old Style; color:#990033; }
h3 { text-align: left; margin-left: 0px; font: 140% Goudy Old Style; color:#990033; }
h4 { text-align: left; margin-left: 0px; font: 120% Goudy Old Style; color:#990033; }


/* White links */
WhiteLink {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

a:link.WhiteLink {
  color: white;
}

a:visited.WhiteLink {
  color: white;
}

a:hover.WhiteLink {
  color: red;
}



#dhtmltooltip{
  position: absolute;
  left: -300px;
  width: 150px;
  border: 1px solid black;
  padding: 2px;
  background-color: lightyellow;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
  position:absolute;
  left: -300px;
  z-index: 101;
  visibility: hidden;
}

