BODY {
	BACKGROUND-IMAGE: url("images/movingcanoe.gif");
	BACKGROUND-POSITION: 0em 9em;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #FFFFFF;
	font-family: Arial, Garamond, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #4040FF;
}

/* link menu 
.leftside {margin: 0em;
	position: absolute;
	top: 20em;
	left: .25em;
	width: 5.5em;
	padding: .5em;
	font-size: 10pt;
	height: 35em;
	border: solid thin blue;
	background: #74d879;
	line-height: 90%;
}
*/

/* paragraph positioning */
.para {margin: 0em 0em 0em 7em;
	position: static;
	left: 8em;
	width: 40em;
	padding: 1em 1em 0em 1em;
	font-size: 12pt;
	border: solid thin white;
	background: #FFFFFF;
}

/* paragraph positioning - smaller font than para*/
.para1 {margin: 0em 0em 0em 10em;
	position: static;
	left: 10em;
	width: 40em;
	padding: 1em 1em 0em 1em;
	font-size: 10pt;
	border: solid thin white;
	background: #FFFFFF;
}

/* begin list positioning */
.paralist1 {
	margin: 0em 20em 0em 16em;
	position: static;
	width: 30em;
	padding: 0em 1em 0em 1em;
	font-size: 9pt;
	border: solid thin white;
	background: #FFFFFF;
}

.paralist2 {
	margin: 0em 0em 0em 10em;
	position: static;
	width: 55em;
	padding: 0em 0em 0em 0em;
	font-size: 9pt;
	border: solid thin white;
	background: #FFFFFF;
}

.paralist3 {
	margin: 0em 10em 0em 1em;
	position: static;
	text-align: left;
	width: 40em;
	padding: 1em 1em 1em 1em;
	font-size: 9pt;
	border: solid thin white;
	background: #FFFFFF;
}
/* end list positioning */





/* links */
a:link {
	text-decoration: none;
	color: #4040FF; /* no lines under links-blue text*/
} 
	
a:visited {
	text-decoration: none;
	color: #4040FF; /* 74d879 lime green no link lines - blue text */
} 
	
a:hover, a:active {
	background-color: #FF4040; /* red background on hover */	
} 

/* image float left or float right */
img.left {float: left;}
img.right {float: right;}

/*drop caps */ 
.drop {
	float: left; width: 0.75ex; font-size: 2.5em; line-height: 95%
}
.drop-w{
	float: left; width: 2.0ex; font-size: 2.5em; line-height: 95%
}
.drop-t {
	float: left; width: 1.2ex; font-size: 2.5em; line-height: 95%
}
.drop-h {
	float: left; width: 1.3ex; font-size: 2.5em; line-height: 95%
}

/* pull quotes */
.pullq {
	font: 90% arial, helvetica, sans-serif;
	text-align: center;
	border-top: medium 	black solid;
	border-bottom: thin black solid;
	margin: 1em; padding: 0.5em;
	background: #74d879; /* lime green background */
	width: 30%;
	float: right;
} 

/* superscripts */
SUP {
	vertical-align: super;
}
SUP {
	font-size: 80%
}
	
/* lists */
UL {
	font-size: 12pt; margin-left: 10em;
}		
LI {
	list-style-type: circle /* if unable to find image, display	circle */
	
}
