h1 { 
	font-size: 24px;
 }

select { 
	font: 11px Arial, Helvetica, sans-serif;
 }

body{ 
	padding: 0px;
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center; /*Hack to center body in IE 5.5*/
 }

.datetime { 
	border: 1px dotted black;
 }

#mainouter { 
	/*border: 1px solid red; */
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	text-align: left;	/*Hack to center body in IE 5.5*/
}

#banner { 
	/*border: 1px solid green;*/
	padding-bottom: 6px;
}

#menubar { 
	/*border: 1px solid black;
	height: 20px;*/
	margin-top: 8px;
	padding-top: 1px;
	overflow: overflow;
	z-index: 15;
	position: static;
}

#infobar { 
	/*	border-top: 1px solid black;
	border-bottom: 1px solid black;*/
	height: 38px;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
 }

#infotable { 
	border-collapse: collapse;
	width: 100%;
	position: relative;
	height: 30px;
	vertical-align: baseline;
	padding: 0px;
}

#infotable td { 
	padding-left: 5px;
  text-align: left;
  color: #4b7191;
  text-align: left;

 }

#usernamelist { 
	width: 120px;
 }
#maincontent { 
	/*border: 0px solid yellow;*/
 }