body {
  margin: 8px;
  color: #000000;
  background-color: #ffffff;
}

body, th, td {
  font-family: "Times New Roman";
  font-size: 12pt;
}

body.plain {
  background-image: none;
  background-color: white;
}

  a:link {color:#FF0000;}
  a:link {color:#FF0000;}      /* unvisited link */
  a:visited {color:#FF0000;}  /* visited link */
  a:hover {color:#0000FF;}  /* mouse over link */
  a:active {color:#FF0000;}  /* selected link */

h1 {
  font-size: 1.4em;
}

#jQueryStatement {
  color: maroon;
}

fieldset {
  margin-left: 14px;
  margin-bottom: 12px;
  border-color: #00457b;
  background-color: #595959;
  font-weight: bold;
  color: #ffffff;
}

fieldset div {
  margin-bottom: 6px;
  font-weight: normal;
}

legend {
  border: 2px ridge #00457b;
  font-weight: bold;
  background-color: #ff0000;
  color: white;
  padding: 2px 16px;
}

button {
  background-color: #2a523c;
  padding: 2px 16px;
  color: #cfeace;
  font-weight:bold;
}

a,#exampleIndex li {
  color: #2a523c;
}

a:hover,#exampleIndex li:hover {
  color: #ff0088;
}

#exampleIndex ul {
  list-style: none;
  margin: 8px;
  padding: 0;
}

#exampleIndex li {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.chapterBlock {
  background-color: #ddeadc;
  border: 3px double #00457b;
  margin: 6px 8px;
  padding: 6px;
}

.mytitle {
  position: absolute;
  top: 80px;
  left: 250px;
  font-weight: bold;
  font-size:x-large;
}
#signuprequest {
  position: absolute;
  top: 120px;
  font-weight: bold;
  left: 135px;
  width: 617px;
}

.myotherstuff {
  position: absolute;
  top: 185px;
  left:120px;
  width: 800px;
}

#signupform {
  position: absolute;
  margin-left: 14px;
  top: 240px;
  left: 160px;
  border-color: #00457b;
  background-color: #595959;
  font-weight: bold;
  color: #ffffff;
}

#mynote {
  position: absolute;
  top: 190px;
  left: 135px;
  font-size:small;
  font-weight: bold;
  color: red;
}

.mydetails {
  position: absolute;
  top: 165px;
  left: 135px;
  width: 500px;
}

.mydetailheaderleft{
  position: absolute;
  top: 150px;
  left: 135px;
  font-weight: bold;
}

.mydetailheaderright{
  position: absolute;
  top:150px;
  left: 435px;
  font-weight: bold;
}

.myfirm{
  float:left;
  width: 300px;
}

.myname{
  float:left;
  width: 200px;
}

.topgray {
  background-color: #F0F0F0;
  color: #000000;
  position: relative;
  float:left;
  width: 580px;
}

.bottomwhite {
  background-color: #FF0000;
  color: #000000;
  position: relative;
  width: 580px;
}

.firm{
  
}

.catstuff {
  position: absolute;
  left: 135px;
  top: 300px;
  width: 600px;
  background-color: #0000FF;
  
}

.catitem {
  position: absolute;
  left: 135px;
  top: 350px;
  width: 400px;
}

.catanswer {
  position: absolute;
  top: 350px;
  width: 250px;
  left: 235px;
}

.companylogo {
  position: absolute;
  left: 135px;
  top: 160px;
}

.mydetailtitle {
  position: absolute;
  top: 120px;
  left: 135px;
  font-weight: bold;
  font-size: large;
}
