/* 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-color: #FFFFFF;
	visibility: visible;
	float: none;
 }
#imageheader {
	height: 110px;
	width: 900px;
	background-color: #FFFFFF;
	float: inherit;
	text-align: left;
	background-image: url(mainheader.png);
}
#control {
	height:35px;
	width: 900px;
	background-color: #FFFFFF;
	float: inherit;
	background-image: url(control.png);
	padding-left: 0px;
	padding-top: 0px;
}
#maincopy {
	width: 560px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 20px;
	background-repeat: repeat-y;
	height: auto;
	float: left;
	padding-right: 20px;
	background-image: url(orangebar.png);
	background-position: right top;
}
#footernotes {
	width: 900px;
	background-color: #EF681A;
	float: left;
	height: auto;
}
#footercurve {
	height: 20px;
	width: 605px;
	background-color: #4D3128;
	float: right;
	background-image: url(footercurve.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 40px;
	padding-right: 45px;
}
#RightColumn {
	width: 300px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 0px;
	background-repeat: repeat-y;
	height: auto;
	float: right;
	padding-right: 0px;
	background-position: left 20px;
	background-attachment: scroll;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
.mainheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #4A4A6F;
	line-height: 35px;
}
/*  CSS for SAMPLE 2 */
a:link.sample1 {
	color: #ED570B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a:visited.sample1 {
	color: #F87A1F;
	text-decoration: underline;
	background-color: transparent
}
a:hover.sample1 {
	color: #67668B;
	text-decoration: underline;
	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: left;
	line-height: 25px;
	font-weight: normal;
}
.bodycopybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
}
.portfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5F0519;
	line-height: 20px;
	text-align: center;
}
.subsorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EF681A;
	line-height: 20px;
}
.subsblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4A4A6F;
	line-height: 20px;
}
