body {
	font-family: helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 12px;
	text-align: left;
	background-color: #D8F791;
}

#header {
	background:url(images/head.png) repeat-x left bottom;
	padding: 10px;
	height: 49px;
}

#credit {
	float:left;
	color:#567B9B;
	line-height: 130%;
	background:url(images/logo.png) no-repeat left top;
	padding-left:85px;
	height: 50px;
	margin-right: 20px;
	margin-top: 0px;
}

#credit h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom:0.3em;
}

#credit p {
	font-size: 0.8em;
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height: 100%;
}

#credit a, #credit a:visited  {
	color:#567B9B;
}

input {
	margin-right: 8px;
}

h2 {
	display: none;
}

h3 {
	font-size: 1em;
	color: #FFD039;
	font-weight: bold;
	padding: 0px;
	margin:1.5em 0px 0.5em 0px;
}

#chatoutput ul {
	list-style: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 8px;
	margin: 0px;
}

#chatoutput ul li {
	font-weight: normal;
	color:#000000;
	line-height: 150%;
	margin-bottom:0px;
	background-color: #FFFFFF;
	font-family: Tahoma, "MS Sans Serif";
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-top: 0px;
	list-style-image: none;
	list-style-type: none;
}

#chatoutput ul li span.name {
	display: inline;
	background:url(images/navbar_intro.gif) no-repeat left;
	padding-left:19px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #0066CC;
	font-family: Tahoma, "MS Sans Serif";
}

#chatoutput ul li:hover span.name {
	color: #0099FF;
	background-image: url(images/navbar_intro.gif);
	background-repeat: no-repeat;
	background-position: left;
}

form {
	padding:0px;
	margin:5px;
}

#chatoutput {
	text-align: left;
	//height: 458px;
	overflow: hidden;
}

#leftContent {
	text-align: center;
	float: left;
	width: 235px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
	color: #000000;
	line-height: 130%;
}

