/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#808080;
	color: #FFFFFF;
	text-align:center;
	padding:0;
 }
#outer {
	text-align:left;
	width:900px;
	margin: auto;
	height: auto;
	background-image: url(whitespace.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-position: left;
 }
#imageheader {
	height: 130px;
	width: 900px;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	background-image: url(headerJSNP.jpg);
}
#control {
	height:455px;
	width: 170px;
	background-color: #FFFFFF;
	float: left;
	background-image: url(leftJSNP.jpg);
	padding-left: 40px;
	padding-top: 25px;
}
#maincopy {
	width: 605px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-left: 40px;
	background-repeat: no-repeat;
	height: auto;
	float: right;
	padding-right: 45px;
	background-image: url(rightJSNP.jpg);
	background-position: 100% top;
}
#maincopywelcome {
	width: 605px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 40px;
	background-repeat: no-repeat;
	height: 478px;
	float: right;
	padding-right: 45px;
	background-image: url(right.png);
	background-position: 100% top;
}
#footernotes {
	height: 50px;
	width: 900px;
	background-color: #FFFFFF;
	float: left;
	background-image: url(footerJSNP.jpg);
}
#footercurve {
	height: 20px;
	width: 605px;
	background-color: #FFFFFF;
	float: right;
	background-image: url(footercurveJSNP.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 40px;
	padding-right: 45px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7D001E;
	line-height: 24px;
}
.mainheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #7D001E;
	line-height: 20px;
}
/*  CSS for SAMPLE 2 */
a:link.sample1 {
	color: #000000;
	text-decoration: underline
}
a:visited.sample1 {
	color: #289B4D;
	text-decoration: underline;
	background-color: transparent
}
a:hover.sample1 {
	color: #666666;
	text-decoration: none;
	background-color: transparent
}
a:active.sample1 {
	color: #333333;
	text-decoration: none;
	background-color: transparent
}

/*  CSS for SAMPLE 2 */
a:link.sample2 {
color: #FF0000;
text-decoration: none;
background-color: #FFFFFF
}
a:visited.sample2 {
color: #993300;
text-decoration: none;
background-color: #FFFFFF
}
a:hover.sample2 {
color: #0000FF;
text-decoration: overline underline;
background-color: #FFFFFF
}
a:active.sample2 {
color: #0000FF;
text-decoration: none;
background-color: #FFFFFF
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: justify;
	line-height: 25px;
	font-weight: normal;
}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7D001E;
	line-height: 44px;
	text-align: center;
}
.portfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5F0519;
	line-height: 20px;
	text-align: center;
}
.subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5F0519;
	line-height: 15px;
}

