P.newsDate, P.newsDateHL {			/* Date for any news shown */
	background-color : #b8e;
	color: inherit;
	font-size: x-small;
	text-align: left;
	border-width : 1px 0px;
	border-style : solid;
	border-color : black;
	padding : 3px;
	margin: 0px;
}

P.newsDateHL {
	font-weight : bold;
}

P.newsBlurb {			/* Main body of news */
	background-color: inherit ;
	color: inherit ;
	margin : 0px ;
	text-align : left;
}


DIV.newsArchFooter {	/* footer */
	position: relative;
	text-align: center;
	width: 100% ;
	border-top : 1pt solid black;
}

P.welcome {
	color : purple;
	font-size : x-large;
	font-weight : bold;
	margin-bottom : 1em;
}

DIV.headerBar {
	background-color : #C9F;
	padding : 2px;
}


DIV.indexFooterLeft {
	float : left;
	width : 48%;
	text-align : left;
}

DIV.indexFooterRight {
	float : right;
	width : 48%;
	text-align : right;
}

TABLE {
	width : 100%;
}

TD.indexLink {
	width : 25%;
	text-align  : right;
	padding-right : 3px;
}

TD.indexDesc {
	width : 75%;
	text-align  : left;
	padding-left : 3px;
}

P.philosophy {
	margin : 0;
}