.nakalynegreyed { color: #afafaf; }
body {
	font-family: "Gill Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #C4C4C4;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
a:link, a:active {
	color: #0000df;
	text-decoration: none;
}
a:visited {
	color: #0000bf;
	text-decoration: none;
}
a:hover {
	color: #0000df;
	text-decoration: underline;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#nav ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 10px 2px 10px;
	list-style: none;
	display: inline;
	font-weight: bold;
}
	
		
#nav ul li.here {
    background: #cfcfcf;
	list-style: none;
	display: inline;
}

.buttonstrip a {
border-style: solid solid solid solid;
border-width: 1px;
border-color: #d0d0d0 #d0d0d0 #d0d0d0 #d0d0d0;
background: #f3f3f3;
padding: 0px 6px 0px 6px;
color: #000000;
font-weight: bold;
}
.buttonstrip a:link { color:#303030; text-decoration:none; }
.buttonstrip a:visited { color:#303030; text-decoration:none; }
.buttonstrip a:hover {
color:#000000; text-decoration:underline;
border-color: #d0d0d0 #303030 #303030 #d0d0d0;
background: #e0e0e0;
}

.topmost
{
	width: 1000px;
}

.userbar
{
	text-align: right;
}

.toppiece1
{
	width: 1000px;
}

.toppiece2
{
	background: url(/img/nakatop2.png);
	width: 1000px;
}

.toppiece3
{
	width: 1000px;
}

.docbody
{
	text-align: left;
	background: #efefef;
	padding: 10px;
}