/* 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;
 }
 
#maincopy {
	width: 605px;
	padding-top: 25px;
	padding-left: 40px;
	height: auto;
	float: right;
	padding-right: 45px;
}
#imageheader {
	height: 135px;
	width: 900px;
	float: left;
	text-align: left;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#control {
	height:455px;
	width: 190px;
	float: left;
	padding-left: 20px;
	padding-top: 25px;
	background-repeat: no-repeat;
}
#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;
	float: left;
	background-image: url(jsspbottomstrip.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footercurve {
	height: 20px;
	width: 605px;
	float: right;
	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: #FFFFFF;
	line-height: 24px;
}
.mainheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	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: #FFFFFF;
	text-align: justify;
	line-height: 25px;
	font-weight: normal;
}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	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: normal;
	color: #FFFFFF;
	line-height: 15px;
}
.Termsandconditions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: justify;
	line-height: 15px;
	font-weight: bold;
}
