@charset "utf-8";
/* Reset some fundamentals for cross-browser consistency */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Stuff that effects the whole page */
body {
	font-family: Garamond, Times New Roman, Times, serif;
	margin-top: 15px;
	margin-left: 15px;
	width:  720px;
	position: relative;
}

/* Positioning the containers for the 3 main elements */
#banner{
	position: relative;
}
#nav {
	position: absolute;
	top:  180px;
	left: 15px;
	width: 191px;
}
#content{
	position: absolute;
	top: 180px;
	left: 207px;
	width: 519px;
	height: 2259px;
}

/* Nav menu typography */
.JSSPMenu {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}
.JSSPMenu li {
	padding-top: 20px;
	margin-left: 20px;
}
.JSSPMenu ul {
	list-style: none;
	margin-left: 5px;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
}
.JSSPMenu ul li {
	padding-top: 5px;
}
.JSSPMenu a {
	color: #900;
	text-decoration: none;
}
.JSSPMenu a:hover {
	color: black;
	text-decoration: underline;
}
#thisPage {
	color: black;
	text-decoration: underline;
}

/* Content Section Typography */
.JSSPText {
	font-size: medium;
}
.JSSPText p {
	padding-top: 20px;
	margin-left: 35px;
	margin-right: 35px;
}
.JSSPText ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 90px;
}
.JSSPText ul li {
	padding-top: 5px;
}

.JSSPTablehead {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	page-break-after: always;
}
.JSSPSubhead {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 10px;
}
.JSSPSubLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 10px;
}

.JSSPLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


.JSSPDisclaimer {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: small;
	
/* background images */
/*.bgimage {
	background-image: url(images/NCSC_L_Seal.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;


}
