@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	min-width:812px;
	background-color:#ffffee;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: normal;
	font-style: normal;
	color: #333300;
}

#wrapper {
	position: relative;
	width:812px;
	margin:0 auto; text-align:left;
}

#bluecurve {
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	z-index:1;
}

#bottomphotos {
	position:relative;
	left: 0px;
	top:347px;	
	z-index:2;
}

#bottomphotos2 {
	position:absolute;
	top: 575px;
	left:0px;	
	z-index:2;
}

#orangecurve {
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}


#copy {
	position:absolute;
	top:63px;
	left:20px;
	width:480px;
	height:490px;
	overflow:auto;
	z-index:4;
	padding-right:10px;
}

#indexcopy {
	position:absolute;
	top:68px;
	left:22px;
	width:480px;
	height:350px;
	overflow:auto;
	z-index:4;
	padding-right:10px;
}

#menu {
	position: absolute;
	top:20px;
	left:547px;
	z-index:5;
}

a:link {
	color: #009966;
	font-size: 1em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:visited {
	color: #009966;
	font-size: 1em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:hover {
	color: #009966;
	font-size: 1em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.addr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: normal;
	font-style: normal;
	color:#663399;
	vertical-align:text-top;
}

.addr a:link {
	color: #009966;
	font-size: 1em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.addr a:visited {
	color: #009966;
	font-size: 1em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.addr a:hover {
	color: #009966;
	font-size: 1em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.subhead {
	font-size: 1.2em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#F06a1e;
	font-weight:bold;
}

.purpleitalic {
	font-size: 1.5em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#660066;
	font-style:italic;
}

.bodytext {
	font-size: 1.5em;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
	}
	
p {
	font-size: 1.5em;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
	}

p.indent {
	padding-left: 45px;
	font-size: 1.5em;
}

p.indexindent {
	padding-left: 55px;
	font-size: 1.5em;
	line-height: normal;
	font-style: normal;
	color: #333300;
}

p.menuindent {
	padding-left: 15px;
	font-size:1.5em;
}

