/*html
{
	height:  100%;
	min-height: 100%;
}
*/
body
{
	background-color: white;
/*	border-width: 0.5cm 1cm;
	border-style: solid;
	border-color: #647EB9;
	margin: 0;
	padding: 10px;
*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
/*	text-align: center;
*/	
/*	height: 90%;
	min-height: 90%;
	overflow:  auto;
*/}

h1
{
	display: none;
	
	background-color: #344B99;
	color: white;
	font-size: 125%;
	font-weight: normal;
	padding: 3px 5px;
	clear: both;
}
ul li ul{
	list-style-image: url(/images/arrow2.gif);
}
#header
{
	display: none;
	
	float: left;
}