.white_bg {
	background-color: #FFFFFF;
}
.headline {
	position: relative;
	left: 10px;
	top: 10px;
}
.navitem {
	height: 20px;
	width: 150px;
	border: thin dotted #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;




}
.pos1 {
	position: relative;
	left: 0px;
	top: auto;
}
.content {
	position: absolute;
	left: 179px;
	top: 247px;
	width: 655px;
	background-color: #FFFFFF;
	border: thin solid;




}
.navbar {
	float: left;
	top: 240px;
	position: absolute;
	left: 0px;
	width: 150px;
	height: 200px;




}
.navitemselected {

	height: 20px;
	width: 150px;
	border: medium solid #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
