/* Global Classes */

body { background-color: #5d8829; }

* { margin: 0px; padding: 0px; }

.clear { clear:both; }



/* Footer Classes */

.footer_container { width: 100%; height: 20px; }

.footer_container .footer_container_inner { min-width: 970px; height: 26px; margin-left: auto; margin-right: auto; }

.footer_container .footer_links { float: left; }

.footer_container .footer_links ul { height: 20px; white-space: nowrap; margin: 0px; padding: 0px; }

.footer_container .footer_links ul li { font: 10px tahoma,arial,sans-serif; color: #e1e1e1; display: inline; list-style-type: none; line-height: 20px; margin: 0px; padding: 0px 1px 0px 1px; }

.footer_container .footer_links ul li a { font: bold 10px tahoma,arial,sans-serif; color: #e1e1e1; text-decoration: none; }

.footer_container .footer_links ul li a:hover { text-decoration: underline; }



.footer_container .footer_copyright { float: right; }

.footer_container .footer_copyright ul { height: 20px; white-space: nowrap; margin: 0px; padding: 0px; }

.footer_container .footer_copyright ul li { font: 10px tahoma,arial,sans-serif; color: #e1e1e1; display: inline; list-style-type: none; line-height: 20px; margin: 0px; padding: 0px 1px 0px 1px; }

.footer_container .footer_copyright ul li a { font: bold 10px arial,sans-serif; color: #e1e1e1; text-decoration: none; }

.footer_container .footer_copyright ul li a:hover { text-decoration: underline; }

