#footer {
  border:1px solid #ccc;
  background-color:#f0ebe7;
  color:#0084bb;
  font-size:10px;
  padding: 5px 5px 0px 5px;
  margin:auto;
  margin-bottom:10px;
  width:90%;
  -o-border-radius: 3px;
	-moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#footer table{
  width:100%;
}

#footer td{
  vertical-align:top;
  
}

#footer tr{
  margin:0;
  padding:0;
}

#footer h1{
  font-size:10px;
  font-weight:normal;
}

#footer h1 div{
  margin-top: 3px;
}

#footer h2{
  font-size:11px;
  font-weight:bold;
}

.footerCategTitle a{
  color:#636363;
  text-decoration:none;
}

.footerCategTitle a:hover{
  color:#0084bb;
}

.footerCategLink a{
  color:#808080;
  text-decoration:none;
}

.footerCategLink a:hover{
  color:#0084bb;
}

