
body {
	background-color : #7B7E83;
	
	overflow : hidden;
}



img  { border : 0 }


#top {
	position 	: absolute;
	left		: 0;
	top			: 0;
	width		: 100%;
	height		: 116px;
	text-align	: center;
	z-index		: 1;
	
	
}


#logo {
	position 	: absolute;
	left		: 20px;
	top			: 0px;
	width		: 100%;
	z-index		: 8;

}

#menu {
	position 	: absolute;
	left		: 0px;
	top			: 110px;
	height		: 400px;
	width		: 140px;
	z-index		: 8;
	text-align  : center;
}

#outPutDiv {
	position 	: absolute;
	left		: 130px;
	top			: 116px;
	height		: 400px;
	width		: 500px;
	z-index		: 8;
}



p.headline {
  background-color:#1266c7;
  font-size: 7pt;
	font-family:Verdana;
	color:#ffffff;
}



a:link {color: #0c2b86 ; text-decoration: none; font-family: Verdana;font-size:8pt;}
a:visited {color: #0c2b86 ; text-decoration: none; font-family: Verdana;font-size:8pt;}
a:hover {color: #000000 ; text-decoration: none; }
a:active {color: #000000 ;text-decoration: none;font-size:8pt; }






