body 
{
	background: white;
	font-family: times, times new roman, serif;
	font-size: 95%;
		margin-left: 0px;
	margin-right: 0px;
	color: black;
}

#bottomlinks
{
	display: none;
}



#main
{
	background: white;	
}



#top
{

	width: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 52px;
}



#top #thing
{
	
	display: block;
	margin: auto;
}

#navbar div
{
	display: none;
}


#textbody h3, h4 
{
	margin-top: 0px;
	text-align: center;
	display: none;
}


#navbar div.current  {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	display: block;

	
}

#navbar div.current a {
	text-decoration: none;
	
	color: black;
}

#navbar div.current span li {
display: none;
}

#navbar div.current span li.current {
display: block;
margin: 0;
padding: 0;
margin-bottom: 1em;
}

#navbar div.current span li.current a {
font-size: 70%;
color: black;

}


#navbar div span ul {
	padding-left: 0;
	margin-left: 0;
list-style: none;
	margin-top: 0;
	padding-top: 0;
	margin: 0;
	padding: 0;
}



#navbar br {display: none;
}

#textbody p  {
margin-top: 0px;
margin-bottom: 1em;
}


#textbody {
margin-left: 1em;
margin-right: 1em;
}

#designedby {
display: none;
}
	


.hideme
{
display: none;
} 