BODY {
	margin-left: 0;
	font-family : sans-serif;
	background-color : Gray;
	text-align: center;
}
div.title
{
	color: white;
	background-color : black; 
	width: 100%;
	text-align:center; 	
	padding: 2px;
}
div.sitetitle {
	width: 600px;
	background-color : White;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	color: Black;
	margin: 10px;
	padding: 8px;
	text-align: center;
}
div.insert {
	float: left;
	background-color : transparent;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-right:10px;
	margin-bottom: 5px;
	padding: 0px;
	width:150px;
	clear: left;
}
div.insertr {
	float: right;
	background-color : transparent;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-left: 10px;
	margin-bottom: 5px;	
	padding: 2px;
	width:150px;
	clear:right;
}
div.main {
	width: 600px;
	background-color : White;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	color: Black;
	margin: 10px;
	padding: 8px;
	text-align: left;
}
div.menu
{
	clear: both; 
	text-align:center; 
	width:100%;
}
img.logo
{
	clear: both; 
}
span.credits
{
	padding: 2px;
	margin: 0px;
	text-align:center;
	font-size : smaller;
	margin-right : 1em
}
div.creditsbox
{
	text-align:center;
	width: 100%;
	margin-bottom : 0.75em;
}
img.left
{
	float: left;
}
img.right
{
	float: right;
}
img.inline
{
	
}
p.smallprint
{
	width: 580px;
	text-align: justify;
	color: black;
	font-size: 0.75em;
	margin: 20px;
}
small.caption
{
	color: black;
	font-size: 0.75em;
}
div.center
{
	text-align:center; 
}
div.inserttext
{
	color: black;
	font-size: 0.75em;
	padding: 0.5em;
}
UL {
	list-style-type : square;
}

