#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;
}

.dropBox {
	float: left;
	display: block;
	font-size: 10pt;
	text-align: center;
}

.dropBox img {
	display: block;
}

.dropBoxRight {
	float: right;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	text-align: center;
}

.popUp {
	display: none;
}

.leftIndent10 {
	margin-left: 10px;
}
