body {
	font-family: tahoma,verdana,arial,helvetica;
}
#logo {
	display: none;
}
#flavor p {
	text-align: center;
}
#meetingnotice {
	display: none;
}
dt {
	font-weight: bold;
}


ul.subnav {
	display: none;
}


/* section formatting
----------------------------------------*/
.col_left a, .col_middle a, .col_right a {
	text-decoration: none;
	color: #000;
}
h4.baddress span {
	display: none;
}

table.simplelines {
	border-collapse: collapse;
	width: 100%;
}
table.simplelines th {
	text-align: left;
	padding: 4px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
table.simplelines td {
	padding: 8px 0 4px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
table.meetingtable {
	border-collapse: collapse;
	font-size: 92%;
}
table.meetingtable th {
	text-align: left;
	padding: 4px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
	color: #555;
}
table.meetingtable td {
	padding: 4px 8px 4px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.historybox {
	display: none;
}
fieldset {
	border: 0;
}
ul.applications li a span {
	display: none;
}

blockquote {
	margin: 1.5em 0;
	padding: .5em;
	background: #ddd;
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
}
.col_double h4.blogdate span {
	display: none;
}



/* footer
----------------------------------------*/
#footer {
	margin-top: 2.5em;
}
#footer dd {
	margin-left: 0;
}
#copyright,#abouttpc,#contactus {
	font-size: 92%;
}
#copyright a, #abouttpc a{
	display: none;
}
#copyright span, #contactus span {
	display: none;
}
#contactus a {
	text-decoration: none;
	color: #000;
}

