.center {
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.indented_border_bottomCopy {

	border-bottom: solid #FFFFFF 1px;
	margin: .1em .1em .2em 3em;
}

.smaller {
	font-size: .9em;
}

#banner {
	width: 100%;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}


#banner p {
	font-style: italic;
}
#banner img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
#banner h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
}

#container_right {
	font-size: 0.9em;
	width: 49%;
	background-color: #eee;
	float: right;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
}

#container_left {
	width: 49.5%;
	font-size: 0.9em;
	background-color: #eee;
	float: left;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
}

#content {
	margin-right: auto;
	margin-left: auto;
	width: 99%;
}
#content img {
	float: right;
	margin-right: 2px;
	margin-left: 2px;
	border-style: none;
}

#footnote1 {
	color: #666666;
	font-size: 0.7em;
	clear: both;
	padding-top: 3em;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
#footnote1 img {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}


#njff_logo {
	float: right;
}
#pi_squared {
	margin: 3px;
	float: right;
}
#update {
	float: right;
}



* {
	margin:0;
	padding:0;
}
a:link {
	color: #008000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #2A7FAA;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	font-weight: bold;
}
a:active {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	background-color:#aaccee;
	background-attachment: fixed;
}
p {
	margin-bottom: 0.1em;
	margin-right: 0.2em;
	margin-left: -0.2em;
	margin-top: 0.2em;
	text-indent: -0.9em;
	padding-left: 1.4em;
}
sup {
	font-size: 1em;
}

ul {
	margin-left: 3em;
}
