/* Start of CMSMS style sheet 'footer_after_content' */

div#footer {
   clear: both;
   margin-top: 10px;
   text-align: center;
   font-family: Georgia, Times, serif;
   font-size: 10px;
   color: #a29e89;
}

div#footer span.footer_copyright {
   width: 100%;
   margin: 0 0 20px 0;
   padding: 5px 0 5px 0;
   text-align: center;
}

span.footer_copyright {
   border-top: solid 1px #a29e89;
   border-bottom: solid 1px #a29e89;
}

div#footer span.copyright {
   border-right: solid 1px #a29e89;
   padding-right: 5px;
}
div#footer span.copyrightlinks {
  padding-left: 10px;
}

div#footer {
  color: #a29e89; /* #5d5d51;  b1ac99 font color in psd (too dark, does not match psd) =5d5d51 */
  font-family: "times", "serif"
}

div#footer a, div#footer a:link, div#footer a:active, div#footer a:visited {
	color: #a29e89; /*#5d5d51;*/
	text-decoration: underline;
padding-right: 5px;
}

div#footer a:hover {
   color:#999;
   text-decoration:underline;
}


/* End of 'footer_after_content' */

