body, html, td {
	font-family: Arial, Helvetica, San-serif;
	color: #000000;
	}
	
body {
	background-image: url(../images/bkgd002.jpg);
}

h2 {
  font-size:28px;
  font-weight:normal;
  margin-top:0.5em;
  line-height: 1em;
}

h3 {
  font-size:19px;
  font-weight:normal;
  line-height:1em;
  margin-top:1.5em;
}

#content {
  padding: 10px 15px;
  color: #0A4D91;
  font-size: 15px;
  line-height: 1.6em;
  text-align: left;
}

#content a {
  color: #FF6600;
}

#content a:hover {
  color: #444;
}

#content ul li {
  list-style-image:url(../images/dot.jpg);
}

#content div.right {
  width: 185px;
}

.right {
  float:right;
}

.right img {
  margin-left: 10px;
}

.left {
  float: left;
}

.left img {
  margin-right: 10px;
}


#sidebar {
  border-left:1px solid #FFCCAA;
  float:right;
  margin-left:15px;
  padding-left:15px;
  text-align:center;
  width:195px;
  font-size: 0.8em;
}

a:link, a:visited {
	color: #ccc;
	}
	
a:hover {
	color: #fff;
	}
	
td img {display: block;}.style1 {font-size: medium;
	color: #999999;
}
.style2 {font-size: small}
.style4 {font-size: small; color: #999999; }

.style6 {color: #FFFFFF}


.style5 {color: #FF9900}
.style6 {
	color: #FF6600;
	font-weight: bold;
}
.style7 {color: #0A4D91}


/* ------------ forms ------------ */

#content fieldset {
  border: none;
  width: 470px;
  }

#content legend {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #000; /* ie */
  width: 470px;
  }

#content .text, #content .select {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  }

#content .text label, #content .select label {
  width: 150px;
  float: left;
  }

#content .text input {
  float: left;
  width: 200px;
  }

#content .select select {
  width: 250px;
  float: left;
  }

#content .submit {
  float: none;
  margin-top: 15px;
  padding-left: 10px;
  }

#content .submit input {
  width: 100px;
  height: 39px;
  cursor: hand;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  font-family: Arial;
  font-size: 1em;
  }

#content .textarea {
  margin-top: 30px;
  float: left;
  }

#content .textarea label {
  width: 100%;
  }

#content .textarea textarea {
  width: 470px;
  margin-top: 4px;
  }

#content .checkbox {
  float: left;
  width: 470px;
  margin-bottom: 5px;
  }
#content .checkbox label {
  float: left;
  width: 400px;
  margin-left: 5px;
  }
#content .checkbox input {
  float: left;
  height: 15px; /* ie */
  width: 15px;  /* ie */
  }

#content .input .long {
  width: 470px;
  margin-top: 30px;
  margin-bottom: 5px;
  }

#content fieldset h2 {
	float:left;
}

