﻿#footer {
	height: 82px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #394243;
	border-top: solid 1px #eee;
	margin-top: 10px;
}
#footer .footerInner {
	padding-top: 18px;
	padding-left: 18px;
	color: #464C53;
	font-size: 0.8em;
	height: 50px;
}

#footnote {
	height: 12px;
	padding-top: 10px;
	text-align: right;
	font-size: 0.8em;
	color: #384142;
}

#footer a
{
       text-decoration: none;
}
#footer a:hover
{
   text-decoration: underline;
}

#footnote a
{
      text-decoration: none;
      color: #9A0300;
}
#footnote a:hover
{
       text-decoration: underline;
       color: #9A0300
}
