body
{
	background: #fff;
}
#bar
{
	font-size: 11px;
        background: #fff; 
	border: solid #000;
	border-width: 0px 0px 1px 0px;
	color: #000;
}
#bar a
{
	width: 50px;
	text-align: center;
	text-decoration: none;
	color: #444;
	border-color: #88a;
	border-width: 1px;
	border-style: solid;
	background: #aab;
}

#bar a:hover
{
	text-decoration: none;
	color: #999;

	border-color: #aab;
	border-width: 1px;
	border-style: solid;
	background: #dde;
}

#wrapper
{
	border-color: #aab;
	border-width: 1px;
	border-style: none solid none solid;
	background-color: #eef;
	background: #fff 
}
#head
{
	margin-left: 25px;
	margin-right: 25px;
}

#nav ul
{
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	background: #778;
}
#nav ul li a
{
	text-decoration: none;
	color: #99a;
	width: 100%;
	height: 100%;
}
#nav ul li a:hover
{
	text-decoration: none;
	background: #cce;
	color: #fff;
	width: 100%;
	height: 100%;
}

#content
{
	color: #533;
	font-family: arial;
}


#term
{
}