body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #98f3f4;
	font-size: large;
}
/*.main 
{
	background-color: #0071d0;
	background: url("../images/virtual ataxia_b.jpg");
	color: #98068f;
}
*/	
a{
	color: #0071d0;
	}	
a:hover {
	color: #98068f;
}
.left {	
	min-height: 190px;
	background: url("../images/logo.jpg") no-repeat top center;
}
.sidebar {
	background-color: #EF008D;
	width: 25%;
	float: right;
	color: #FFF000;
	padding: 0px 5px 5px 5px;
}
.figure p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 3em;
}
.figure {
	float: left;
	width: 200px;
	margin: 10px 10px 10px 10px;
}
.figure img {
	border: none;
}
	.nav ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
.nav li {
	float: left;
}
.nav a {
	background: #0071d0;
	color: #FFF;
	width: 6em;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 1px;
	margin-right: 3px;
/*	border-width: 3px;
	border-style: solid;
	border-top-color: #00C1D6;
	border-right-color: #1A3777;
	border-bottom-color: #1A3777;
	border-left-color: #97A0D0;
*/
}
.nav a:hover{
	background: #98068f;
	color: #FFF;
	width: 6em;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 1px;
	margin-right: 3px;
/*	border-width: 3px;
	border-style: solid;
	border-top-color: #FFACDE;
	border-right-color: #A7688D;
	border-bottom-color: #B5297B;
	border-left-color: #CA7FAB;
*/
	}
body#home a#homeLink,
body#chat a#chatLink,
body#links a#linksLink
 {
	color: #FFF;
	background: #98068f;
	width: 6em;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 1px;
	margin-right: 3px;
/*	border-width: 3px;
	border-style: solid;
	border-top-color: #FFACDE;
	border-right-color: #A7688D;
	border-bottom-color: #B5297B;
	border-left-color: #CA7FAB;
*/
}
.endbar
{
	float: bottom;
	background: #98068f;
	border: none;
}