/* clearfix aids in standardizing the clearing of floats across browsers */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block; /* for IE only - declaration gets dropped in Firefox */
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}


body {
	font-family:Verdana, Arial;
	font-size:14px;
	color:#000;
  background-color: #333333;
  margin: 0px;
}

h2 {
	font-size:24px;
	font-family:Verdana, Arial;
	font-weight:bold;
	color:#fff;
  margin: 0px 10px;
  padding: 20px 0px;
  font-style: italic;
}

#search_form {
	font-size:14px;
	font-family: Verdana, Arial;
	line-height:120%;
}

.top_separator {
  background-image: url("/images/top_separator.png");
  float: left;
  width: 2px;
  height: 60px;
}

#page_header a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#page_footer a {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#results {
  color: #fff;
  margin: 12px 30px 20px 30px;
}

#table_wrapper {
  padding: 0px 30px;
}

#content_header, #footer {
  padding: 0px 30px;
}

#content_header a, #footer a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

.blue_separator {
  background-image: url(/images/blue_separator.png);
  float: left;
  width: 2px;
  height: 40px;
}

