/* Footer. */

#footer { width: 100%; background-color: white; color: #333333;
             padding-bottom: 3em; }

#footer table { width: 100%; }
#footer td { width: 50%; vertical-align: top; }
#footer #quicklinks { text-align: left; font-size: 80%; line-height: 100%; }
#footer #contactinfo { text-align: right; font-size: 70%; line-height: 140%; }

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

