body { 
	font-size: 1.0em;
	font-family: Verdana, "Times New Roman", times, sans-serif;
	color: #333333;
	background-color: white;
	margin: 0px;
}

h1 {
	font-size: 26px;
	color: #eee;
}

h2 {
	font-size: 20px;
	color: #fff;
}

h3 {
	color: yellow;
	background-color: blue;
	text-align: center;
	font: bold 20px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
}

#header {
	display: block;
	clear: both;
	float: right;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	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;
}

