html, body {
  font-family: Tahoma;
  font-size: small;
  background: #ff6633 ;
  color: #000000;
  text-align: center;

  margin: auto;

}

a.bgLink {

  color: #000000;

}



div#head {

  font-family: Tahoma;
  font-size: small;
  color: #000000;

}

span.splitFour {

  width: 25%;
  float: left;

}

span.splitThree {

  width: 33%;
  float: left;

}

span.splitTwo {

  width: 50%;
  float: left;

}


a {
  color: #0000ff;
  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: #ff0000;
  overflow: hidden;
  margin-top: 5px;

}

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

div.column305 {

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

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;
  color: #006600;

}


div.banner {
	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;
}

h2 a, h2 a:visited, h2 a:hover {

  color: #0000ff;
  text-decoration: none;

}

h5, h2, h4 {
  background-color: #33ff00;
  color: #0000ff;
  padding: 0px;
  padding-left: 5px;
  margin: 0px;
  font-size: small;
  text-align: left;
}

ul.menu {

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

}

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