/* CSS Document */

html,body { margin:15px; height:100%; padding:0; font-family:Arial, Helvetica, Verdana, sans-serif; }
#container { width:100%; text-align:left; min-height:100%; position:relative; }
#header { font-size:24px; display:block; margin-top:6px; text-align:right; }
#label { text-align:center; margin:0px }
#content { display:block; clear:both; margin-left:2px; padding-bottom:100px; }
#top_navig { clear:both; margin:5px; font-size:22px; color:#999999; }
#top_navig a, #base a:visited { color:#333333; font-size:16px; }
#top_navig a:hover { color:#111111; }
#base { position:absolute; bottom:0; width:100%; height:100px; clear:both;
  font-size:12px; color:#999999; width:100%; text-align:center; }
#base a, #base a:visited { color:#333333; font-size:14px; }
#base a:hover { color:#111111; }

h1 { font-weight:900; font-size:30px; margin: 1em 0px 12px; }
h2 { font-weight:bold; font-size:26px; margin: 1em 0px 12px; }
h3 { font-weight:bold; font-size:23px; margin: 1em 0px 12px; }
h4 { font-weight:bold; font-size:20px; margin: 1em 0px 12px; }
h5 { font-weight:bold; font-size:18px; margin: 1em 0px 10px; }
h6 { font-weight:bold; font-size:16px; margin: 0px 0px; }
p { margin: 1em 0px}

a, a:visited { color:#3333FF; }
a:hover { color:#FF6666; }

.blue { color:#09036E; }
.red { color:#FF0000; }
.darkred { color:#990000; }
.white { color:#FFFFFF; }
.grey { color:#333333; }
.silver { color:#999999; }
.cobalt { color:#6666FF; }

.sitemap tr td { border-bottom:1px dotted #CCCCCC; } table.sitemap { margin:20px 0;}

.hangingindent { display:block;
  margin-left:1.5em;
  text-indent:-1.5em;
}

