/* CSS Document */

html, body {padding: 0;margin: 0;margin-left: auto;margin-right: auto;text-align: center;color: #595959;background: #fff url(bg.gif);font: 12px Geneva, Arial, Helvetica, sans-serif;}
#container {width: 746px; margin-left: auto; margin-right: auto; min-height: 100%; background: #FFFFFF;border-left: 1px #000 solid; border-right: 1px #000 solid;}
#banner {background:#fff;width:746px;height: 96px;}

a { color: #a42822;text-decoration: none;}
a: visited { color: #595959;text-decoration: underline;}
a: hover { color: #a42822;text-decoration: underline;}
a: active { color: #a42822;text-decoration: none;}
	
#leftcontent {float: left; text-align:left; width: 175px; margin-left: 2px;}
#leftcontent ul {list-style: none; margin: 0px; padding: 0px;}
#leftcontent ul li a { display: block;color: #fff; background-color: #595959; border-right: 0.55em solid #cacaca; padding: 2px 2px 2px 8px; text-decoration: none; margin: 2px 2px 0 0;}
#leftcontent ul li a:visited {display: block;text-decoration: underline; color: #fff; background-color: #595959; border-right: 0.55em solid #cacaca;}
#leftcontent ul li a:hover { display: block;color: #000; background-color: #cacaca; border-right-color: #595959; text-decoration: none;}
#leftcontent ul li a:active {display: block;color: #ffffff; background-color: #a42822; border-right: 0.55em solid #595959;text-decoration: none;}


#centercontent {margin: 0px 10px 0px 5px; width: 74%; float:right;text-align:left; padding-bottom: 20px;}
#centercontent h1 {font: 1.3em "Times New Roman", Times, serif; color: #595959; font-weight:bold; font-variant:small-caps;}
.sub {color:#000000; font-weight: bold;}
.date {color:#303030; font-weight: bold;}
#footer { width: 100%; background: #a42822 url(bg_footer.gif) repeat-y; text-align: center; clear: both; color:#FFF; height: 100px;}
#footer a {color:#FFF;}

