body {
  margin-top: 10px;
  position: center;
  background: #ffffff;
  width: 400px;
  color: #000000;
}

a {
  color: #330066;
}

a:hover {
  color: black;
}



/* top line of title text at top of page */
.title {
  font-size: 24pt;
  font-family: bold "Times New Roman", serif;
  font-style: bold;
  font-weight: 750;
  text-align: right;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 8px;
  width: 500px;
  height: 74px;
  color: #ffffff;
  background: #330066;
  border-left: 2px solid #330066;
  border-right: 2px solid #330066;
  border-bottom: 2px solid #330066;
}

.heading a {
  color: black;
  text-decoration: none;
}

.heading a:hover {
  color: #330066;
}

img {
  border: 1px solid black;
}

/* hyperlink in title */
.title a {
  color: #eeeeee;
  text-decoration: none;
}

.title a:hover {
  color: #ffff00;
  text-decoration: none;
}

  /* hyperlink in title */
.title2 a {
  color: #eeeeee;
  text-decoration: none;
}

.title2 a:hover {
  color: #ffff00;
  text-decoration: none;
}


.main {
 width: 758px;
}

/*  the bottom bar across all pages */
.bottom {
  position: relative;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 25px;
  width: 600px;
  background: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 4px solid #330066
}


/*  title of section with purple bar underneath it */
.heading, h1 {
  font-size: 18pt;
  text-align: left;
  position: relative;
  margin-top: 15px;
  margin-left: 25px;
  margin-bottom: 0px;
  width: 600px;
  height: 28px;
  color: #000000;
  background: #ffffff;
  padding-left: 4px;
  padding-right: 6px;
  border-bottom: 3px solid #330066
}

  /*  title of section with purple bar underneath it */
.h2 {
  font-size: 14pt;
  text-align: left;
  position: relative;
  margin-top: -5px;
  margin-left: 25px;
  margin-bottom: 0px;
  width: 600px;
  color: #000000;
  background: #ffffff;
  padding-left: 4px;
  padding-right: 6px;
  border-bottom: 3px solid #330066
}

.adbar img {
  border: 0px;
}
  /*  a box for text, with a white background and border */
.text {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 610px;
  background: #ffffff;
  color: #000000;
  padding: 2px;
  border: 2px solid #ffffff;
}


/*  a box for text, with a gray background and dark border
    info/text should always have same style text, etc-
    just different coloring */
.info {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin-left: 50px;
  margin-top: 3px;
  margin-bottom: 20px;
  width: 528px;
  background: #e8e8e8;
  color: #000000;
  padding: 4px;
  padding-left: 8px;
  border: 2px solid #ffffff;
}

/*  heading font inside an info box */
.info h3 {
  font-size: 16pt;
  text-align: left;
}

/*  heading font inside an info box */
.info h4 {
  font-size: 12pt;
  font-style: bold;
  text-align: left;
}

.right {
	width: 635px;
	text-align: right;
}

#box {
  font-size: 12pt;
  text-align: left;
  position: relative;
  margin: 15px 0 5px 0;
  width: 795px;
  color: #000000;
  padding: 5px 0px 0px 0px;
  //border: 1px solid #444444;
}

.rfloaty {
float: right;
margin-left: 10px;
}

