html body {
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000
  height: 100%;
}

td {
  vertical-align: top;
}

#header {
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 95px; 
}

#banner {
  text-align: center;
}

/* Links */
.solidblockmenu {
  margin: 0;
  padding: 0;
  float: left;
  font-family: Verdana, Arial, Helvetica, Sans-Serif,;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #DFC61F;
  background-color: #A00C14;
}

.solidblockmenu a.navlink {
  float: left;
  color: white;
  padding: 3px 5px;
  text-decoration: none;
  border-right: 1px solid white;
}

.solidblockmenu a:visited {
  color: white;
}

.solidblockmenu a:hover, .solidblockmenu a:active {
  color: white;
  background-color: #76080E;
}
/* End Links */

#content  {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  padding: 3px 10px 3px 10px;
  background-color: white;
  width: 100%;
}
.centent_heading  {
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: white;
}
#leftside  {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #adacac;
  padding: 3px;
  width: 175px;
}
.footer {
  background-color: #fff;
	color:#000;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.footer a {
	text-decoration: none;  
  color: #000;
}
.footer a:hover {
	text-decoration: underline;
}
