body {
    text-align: center;
    background: #fff;
	color: #334;
    font-family: lucida sans, arial, sans-serif;
	margin-top:0
	}

#container {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
	}

#header {position:relative;margin:0;padding:0;}
#main {float:left;width:484px;padding-right:5px;margin-bottom:18px;z-index:2}
#sidebar {float: right; width:296px;padding-left:5px}
#footer {clear:both; border-top:10px solid #ccd;background-color:#dde;}
#headerad {position:absolute;top:40px;left:340px;z-index:4}

H1 {font-size: 18px;margin: 18px 0 12px 0;}
H2 {font-size: 14px;margin: 18px 0 2px 0;}
H3 {font-size: 13px;margin: 12px 0 1px 0;}
H4 {font-size: 12px;margin: 12px 0 1px 0;}

P, TD {font-size: 12px;margin: 0 0 8px 0;}

P.supertitle {color: #888899;font-size: 11px;font-weight: bold;margin-top: 12px;margin-left: 0px;margin-bottom: -16px;}
p.item {margin:12px 0 0 0;font-weight:bold;}
p.itembody {margin:0;}

#header p {margin:0;width:800px;}

.mattblacktabs{width: 100%;overflow: hidden;}

.mattblacktabs ul{margin: 0;padding: 0;
padding-left: 0; /*offset of tabs relative to browser left edge*/
font: bold 12px;list-style-type: none;}

.mattblacktabs li{display: inline;margin: 0;}

.mattblacktabs li a{float: left;display: block;text-decoration: none;margin: 0;
padding: 7px 8px;height:16px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #333333;
background: #dde; /*background of tabs (default state)*/
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #ff9000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

ul {list-style:none;text-indent:0;margin:10px 0 0 10px;padding:0;}
li {font-size: 12px; margin:0 0 10px 0;text-indent:0;padding:0;}
li.rss_item {font-size: 11px;margin-bottom: 4px ;}

DT {font-size: 12px;}
DD {font-size: 12px;}

a:link {color:#000077; text-decoration:none;}
a:visited {color:#000055; text-decoration:none;}
a:focus {color:#ff4000;}
a:hover {color:#ff4000;}
a:active {color:#ff4000; text-decoration:none;}
