body {
  font: 1em verdana, arial, helvetica, sans-serif;
  background-color: #fff;
  background-image: url(images2/bodback.gif);
  color: #11117a;
  padding: 0;
  margin: 0;
  text-align: center;
  clear: both;
  }

/* DIVs */

#container { 
	position: relative;
        background-image: url(images2/tainback.gif);
           background-attachment: fixed;
           background-repeat: repeat; 
           background-position: left top;
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
	}

#dextainer { 
	position: relative;
        background-image: url(images2/tainback.gif);
           background-attachment: fixed;
           background-repeat: repeat; 
           background-position: left top;
	width: 990px;
	height: auto;
	left: 0.5%;
    margin-right: auto;
	text-align: justify;
    z-index: 2;
}


#rightstuff {
	position: absolute;
	background-image: url(images2/bodback.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	right: 5px;
	top: 15px;
	z-index: 12;
	left: 769px;

}

/* LINKs */
a:link {color: #282fff;}
a:visited {color:#9400e9;}
a:hover {color:#fd0021;}
a:active {color:#02A905;}

/* PARA and HEADINGS */
p {
  padding-left: 3em;
  padding-right: 3em;
  text-align: justify;
  font-size: 95%;
}
h1 {
  font-size: large;
  text-align: center;
  line-height: 1.5;
  color: #e63145;
}
h2 {
  margin-left: 1em;
  margin-right: 2em;
  font-size: medium;
  border-top: 2px solid dodgerblue;
  }
h3 {
  font-size: small;
  margin-left: 2em;
}
h4 {
  font-size: x-small;
  margin-left: 3em;
  text-decoration: underline;
  border-top: 2px dotted  #ccc;
}



/* LISTS */
ul {
  list-style-type: square;
  margin-left: 4em;
}

ul ul {
  list-style-type: disc;
}

ul ul ul{
  list-style-type: circle;
}
ol ol {
  list-style-type: lower-latin;
}
li {
  margin-top: 1em;
  padding-right: 3em;
  text-align: justify;
  font-size: 95%;
}
/* DEF TERM (see CBT-Functions page) */
dt {
  font-weight: bold;
  margin-top: 1em;
  padding-left: 3em;
}
dd {
  padding-left: 3em;
  padding-right: 8em;
  text-align: justify;
  font-size: 95%;
}

/* TABLES */

.prodtable  {
  margin-left: 10%;
  border: 1px solid black;
  border-spacing: 0;
  border-collapse: collapse;
  font: .8em verdana, arial, helvetica, sans-serif;
}
.prodtable td {
  padding: 5px 5px;
  border-collapse: collapse;
  border: 1px solid darkgreen;
}
.prodtable th {
  background-color: #33397a;
  color: #eeeeff; 
  font: bold 1.2em verdana, arial, helvetica, sans-serif;
}
.downtable  {
  margin-left: 10%;
  background-color: #FFF;
  border: 1px solid black;
  border-spacing: 0;
  border-collapse: collapse;
  font: .7em verdana, arial, helvetica, sans-serif;
}

/* CLASS SELECTORS */
.h3sub {
  background-color: #33397a;
  color: #eeeeff;
  font-size: small;
  margin-left: 2em;
}
.specons {
font: .77em verdana, arial, helvetica, sans-serif;
}
.clear {
  clear: both;
}
.lilpic {
  float: left;
  margin: 0px 30px;
}
.paraleftpic {
  float: left;
  margin: 0px 30px;
}
.pararightpic {
  float: right;
  margin: 0px 30px;
}
.headpic {
  }
.bigpic {
  margin-left: 12%;
  position: static;
}
.borderleft {
  border-left: 1px solid #8A8A8A;
  padding-left: 5px;
}

/* FOOTER */
.footer {
  font-size: .75em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
