body, a, div, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
h1, h2, h3, #information h1, #information h2, #information h3{
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
	color:#009;
}

/* MENU STYLES */
#menuheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FF0000;
	border-bottom: 1px dotted #999;
	line-height: 2;
}
#menu div {
   border-bottom: 1px dotted #999;
}
#menu a {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height: 2;
	padding-left: 15px;
}

#menu a:link, #menu a:visited, #menu a:active{
	color:#00F;
}
#menu a:hover {
	color:#F00;
	background-color:#FF9;
}

br {
	clear: left;
}
.Button {                                 
	FONT-FAMILY: Arial;
	BACKGROUND: URL(images/butbg.gif);
	BACKGROUND-COLOR: #FF8600;
	COLOR: #FFFFFF; FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}
#container {
	position: relative;
	width: 768px;
	margin: 0px auto;
	text-align: left;
	min-height: 100%;
}
#chat {
	position: absolute;
	top: 12px;
	left: 455px;
	border:thick;
	border-width:1px;
	padding:1px;
}
