body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: top;
	color: #339933;
	background-color: #fff2ae;
	padding: 6px;
	margin: 0px;
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
color: #339933;
}

img {
	float: left;
	
}

.imageCenter{
	float: none;
	text-align: center;
}

.contentPopUp {
	padding: 0px 20px 4px 4px;
	margin-top: 4px;
	margin-left: 320px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 0px;
	height: 700px;
}

.contentPopUp_small
{
	padding: 0 4px;
	margin: 0;
	border: 0;
}
/* this clears the float of the Nav container  for the page container*/

.clearfloat {
	clear:both;
    height:0;
    line-height: 0px;
}