body {
	margin:0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

a {
	color: #006447;
	text-decoration: none;
	font-weight: bold;
	}

table, tr, td {
	vertical-align: top;
	padding: 0;
	margin: 0;
	}
	
table.Layout {
	border-collapse: collapse;
	}
	
a.Site img{
	display: none;
	}

.l-admin,
tr.l-tools,
div.l-tools,
div#globalfeeds,
div.search,
div#globalnav,
td.l-left {
	display: none;
	}
	
/********************************
*   Main body
*********************************/	
table.l-body {
	width: 100%;
	}
	
body.Home tr.l-titling h1 {
	display:none;
	}	
	
body.Inner tr.l-titling h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 2px 5px;
	}	
	
body.Inner table.l-maincontent {
	width: 98%;
	}	
	
tr.l-content div.Title {
	font-size: 14px;
	font-weight: bold;
	}
	
div.l-content div.Brick {
	font-size: 12px;
	}

/********************************
*   News / #FEEDS
*********************************/	
td.l-right {
	width: 227px;
	}
	
div.l-feeds {
	margin: 5px;
	}

div.l-feeds ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div.l-feeds a {
	text-decoration: none;
	}
	
div.l-feeds a:hover {
	text-decoration: underline;
	}
	
div.l-feeds li {
	margin: 0;
	padding-left: 15px;
	}	
	
div.l-feeds h3 {
	font-size: 14px;
	font-weight: bold;
	}
	
div.l-feeds a+p {
	margin-top: 4px;
	}

body.Home div.l-feeds p {
	margin: 4px 0 0 0;
	}
	
div.l-feeds li div.l-more {
	margin-right: 5px;
	text-align: right;
	}
	
/**************************************
*  FOOTER
**************************************/		
tr.l-footer {
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	}
	
tr.l-footer a {
	color: #000000;
	font-weight: normal;
	}
	
tr.l-footer td {
	height: 85px;
	overflow: hidden;
	vertical-align: middle;
	border-top: 1px solid #000000;
	}

div#footer  .copyright,
div#footer .about,
div#footer .disclaimer {
	padding-right: 10px;
	}
	
div.label, abbr.type, .rights {
	display: none;
	}
	
div#contactinfo .org,
div#contactinfo  .extended-address,
div#contactinfo .street-address {
	display: inline;
	padding-right: 10px;
	}
	
div#contactinfo .adr,
div#contactinfo .tel {
	display: inline;
	}
	


