html, body {
  font-family: Tahoma;
  font-size: small;
  background: #fff;
  color: #000000;
  text-align: center;
overflow: hidden;
  margin: auto;


}

span.splitFour {

  width: 25%;
  float: left;

}

span.splitThree {

  width: 33%;
  float: left;
  
}

span.splitTwo {

  width: 50%;
  float: left;
  
}


a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


div#wrapper {

  font-family: Tahoma;
  font-size: small;
  color: #000000;
  text-align: center;

  margin: auto;
  width: 820px;

}


/* divs */
div.content {

  text-align: left;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-top: 5px;
  border: 1px solid #676767;

}

div.column165 {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
  overflow: hidden;
  width: 165px;
}


div.column200 {

  float: left;
  text-align: left;
  overflow: hidden;
  width: 200px;
  margin-right: 5px;
}

div.column400 {
  float: left;
  text-align: left;
  overflow: hidden;
  width: 400px;
  margin-right: 5px;
 }

div.column610 {
  float: left;
  text-align: left;
  overflow: hidden;

  width: 610px;
}

div.content div.contentBody {

  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;

}


div.banner {
	float: left;
	width: 234px;
	height: 60px;
	color: #000000;
	overflow: hidden;
}

div#header {

	height: 90px;
	overflow: hidden;
    width: 815px;
    margin: 0 auto;
    clear: both;

}

div.divide {

  background-color: blue;
  height: 15px;
  width: 100%;
  clear: both;

}

span.small {
  font-size: xx-small;
}

h5 {
  background-color: #ED008C;
  color: white;
  padding: 0px;
  padding-left: 5px;
  margin: 0px;
  font-size: small;
  text-align: left;
  border-bottom: 1px solid #676767;
}

ul.menu {

  list-style-type: none;
  margin: 0px;
  padding-left: 0px;

}

td.imgColor {
   width:10px;
   height:12px;
   border: 1px solid black;
}
