/*  GLOBAL STYLES */
body { background: #fffadc; }

/* Layered using 5 nested DIVs with background images */
#contentBg { background: no-repeat; width: 800px; }
#dropShadow { background: no-repeat; width: 800px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/dropshadow.png', sizingMethod='crop'); }
html>body #dropShadow { background-image: url("/img/dropshadow.png"); }
#footerBg { background: url("/img/footer.gif") no-repeat 0px 369px; width: 799px; }
#mainContainer { background: url("/img/header.gif") no-repeat; width: 800px; text-align: left; }
#leftColumnBg { background: no-repeat bottom left; }
#rightColumnBg { background-repeat: no-repeat; width: 799px; }


#navbar { font: 11px Verdana,Arial,Helvetica; font-weight: bold; color: white; text-align: right; vertical-align: top; text-transform: uppercase; padding: 12px 15px; }
#navbar a { font-size: 10px; }

#leftColumn { font: 12px/25px Verdana,Arial,Helvetica; color: #001199; text-align: justify; padding: 20px 400px 0px 60px; }
#leftColumn .links { padding-left: 160px; }
#leftColumn .links a { line-height: 22px; }
.footerText { font: 10px/16px Verdana,Arial,Helvetica; color: white; vertical-align: bottom; text-align: right; padding-right: 20px; }
.footerText b { font-size: 12px; }

a, #leftColumn b { font: bold 12px Verdana,Arial,Helvetica; color: #001188; text-decoration: none; }
a:hover { text-decoration: underline; color: #0033FF; }
.activeLink { color: #FF6600; }
.inactiveLink { color: #001188; }

.source { display: none; }