img { border: 0 ; }
.nocss { display: none; }
body {
	padding-left: 1em ;
	padding-right: 1em ;
}
h1, p#h1 {
	text-align: center;
}
p#h1 {
	font-style: italic;
}
div#contact {
/*
	float: left ;
	width: 30%;
	border: solid red ;
	margin-right: 3em;
*/
	padding: 1em;
}
p#logo {
	float: right ;
}
div#standards {
	float: left ;
	clear: left ;
	width: 30%;
	margin-right: 3em;
	margin-bottom: 1em;
}
div#commerce, div#sponsor {
	float: right ;
	clear: right ;
	width: 30%;
	margin-left: 3em;
}
div#sponsor p {
	margin-bottom: 1em;
	border: solid gray 1px;
	padding: 0.3em;
}
/*
div#timeline {
	float: left ;
	padding: 0.5em;
	margin: 0 1.5em 1em 0;
	background: #c0c0c0;
	border: outset;
}
*/

div#timeline {
	float: right;
	clear: both;
	background: #686868;
	border: solid black ;
	margin-left: 2em;
	margin-bottom: 1em;
}
div#timeline h3 {
	color: #00ffff;
	text-align: center;
}
div#timeline ul {
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 2em;
}
div#timeline ul li {
	color: #686868 ;
	list-style-image: url(right.png) ;
}
div#timeline ul li a {
	color: white ;
	text-decoration: none;
}
div#timeline ul li a:hover {
	color: red ;
	text-decoration: underline;
}
div#notme { font-size: xx-small; float: left; }
