@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #00193a;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #8b3b2e;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto;
	background-color: #00193a;
}

.header {
	background-color: #00193a;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.navigation {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(http://www.paterson.k12.nj.us/11_media/main-btm.gif);
	background-position: bottom;
	background-color: #FFF;
	background-repeat: no-repeat;
	font-weight: bold;
}
.navigation ul li   {
	display: inline;
	list-style-image: none;
	padding-left: 20px;
}
h2 {
	font-family: "Adobe Caslon Pro", Georgia;
	font-size: 125%;
	line-height: normal;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h3 {
	font-weight: bold;
	font-size: 90%;
	margin: 0px;
}
