body {
	background: url(images/background.png);
	background-align: middle;
	font-family: "Georgia,Times,Times New Roman,sans-serif";
	font-size: 12pt;
	text-align: center;
	text-indent: 25px;
	color: #000000;
	line-height: 1.4;
	margin: 0;
}

.headbar {
 clear:		both;
 background:	url(images/bg_header.gif);
 height:	10px;
 border-top:	1px #ccc solid;
}

.footer {
 clear:		both;
 background:	url(images/bg_header.gif);
 font-size:	1px;
 height:	10px;
 margin:	0;
}

.maincontainer {
 width: 1000px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
 margin-bottom: 0px;
 background: url(images/maincontainerback.png);
}

.container {
	width: 800px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	background: url(images/contentback.gif);
	text-align: justify;
}

.term {
 position:	relative;
 top:		20px;
 left:		60px;
 text-decoration: underline;
}

.defn {
 position:	relative;
 top:		0;
 left:		150px;
 width:		550px
}

h1 {
    font-size: 200%;
    font-variant: small-caps;
    margin: 0;
}

p {
 margin: 0;
}

p.error {
  color:	#ff0000;
  background-color: transparent;
  font-size:	18px;
  font-family:	Times;
  text-align:	center;
}

p.okmsg {
  color:	#000;
  font-size:	18px;
  font-family:	Times;
  text-align:	center;
}

.textblock {
  margin-left: 0.5in;
  margin-right: 0.5in;
}

.ft0{
  font-size:	12px;
  font-family:	Times;
  color:	#000000;
}
.ft1{
  font-size:	18px;
  font-family:	Times;
  color:	#000000;
  text-align:	center
}
.ft2{
  font-size:	16px;
  font-family:	Times;
  color:	#000000;
  text-align:	center
}
.ft3{
  font-size:	14px;
  font-family:	Times;
  color:	#000000;
  margin-left:	0.5in;
  margin-right:	0.5in;
}
.ft4{
  font-size:	12px;
  line-height:	19px;
  font-family:	Times;
  color:	#000000;
}
.ft5{
  font-size:	14px;
  line-height:	19px;
  font-family:	Times;
  color:	#000000;
  margin-left:	0.75in;
  margin-right: 0.75in;
}
