body {
/*	background-color: #FFFFFF; */
	background-color: #180000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none; 
	color: #FFFFFF;
/*	margin: 0; */
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none; 
/*	color: black; */
/*	margin: 0 0 0 0;  */
}

table {
	border-collapse: collapse;
}

th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
/*	text-decoration: bold;  */
/*	color : black; */
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration: none; 
/*	color : black; */
/*	font-weight: Bold; */
}

pre {
	font-family: monospace;
}

#pageTable {
	border-collapse: collapse;
	margin: 0px;
}

#bannerContainer {
	 width: 100%;
	 margin: 0px auto;
/*	 background-color: #ffe7d7; */
	background-color: #500000;
	 height: 100px; 
	 /*    These fix the header in place but the background goes too low
	 position: fixed;
	 top: 0;
	 left: 0;
	 */
 }

#bannerLeft {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

/*
#bannerLeft p, #bannerRight p {
}
*/

#bannerCenter {
	margin-left: 210px;
	margin-right: 20px;
	padding: 0em;
	max-width: 50em;
	line-height: 1.5em;
}

#pageContentCell {
	vertical-align: top;
}

#pageContent {
	padding: 10;
}

#pageFooterTable {
	width: 100%;
	margin: 0px auto;
	position: fixed;
	bottom: 0px;
	background-color: #ffe7d7;
	text-align: center;
/*	color: #333; */
	border-top: 1px solid gray;
	padding-top: 3px;
	padding-bottom: 3px;
} 

#menuBodyCell {
	white-space: nowrap;
}

#menuBody {
        font-family: times;
	font-size: 16;
	line-height: 20px;
	margin: 20px;
/*
	color: #FF0000;
	background-color: #ffe7d7;
*/
}

a {
	color: orange;
	text-decoration: none;
}

a:link.menu {
	color: orange;
	text-decoration: none;
}

a:visited.menu {
	color: orange;
	text-decoration: none;
}

a:active.menu {
	color: orange;
	text-decoration: none;
}

#timestamp {
}

ul.menuList {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
}

.fakeLink {
	color: blue;
	text-decoration: underline;
}
