#header {
	display: block;
	clear: both;
	float: right;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	height: 90%;
	width: 95%;
}

#navigation {
	display: none;
}

#content {
	display: block;
	float: right;
	clear: both;
	width: 95%;
}

#footer {
	display: block;
	clear: both;
	float: right;
	width: 95%;
	font-size: small;
	text-align: center;
}

.dropBoxTopLeft {
	display: none;
}

.popUp {
	display: none;
}

.leftIndent10 {
	margin-left: 10px;
}

.leftIndent20 {
	margin-left: 20px;
}
