body { 
	margin: 10px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: 9pt;
}
p { 	
	margin-bottom: 4px;		margin-top: 2px;	
	margin-right: 10px;		margin-left: 10px;
	}
/* -----------------  divs ------------------------  */
.center {
	text-align: center;
	}		
.sm {
	font-size: 8pt;
	}	
.block {
	margin-left: 40px; margin-right: 40px; 
	}
.quote {
	font-family: Georgia, "Times New Roman", serif;
	border: 1px solid #8eacdd;
	margin-left: 40px; margin-right: 40px;
	padding: 8px;
	text-align: justify;
	}
.cite {
	font-family: "Times New Roman", serif;
	text-align: right;
	margin-right: 40px;
	font-style: italic;
	font-size: 110%
	}
.right {
	text-align: right;
	margin-right: 20px; 
	}
.justify {
	text-align: justify;
	margin-bottom: 3px;
	text-indent: 0px;
	}			
.centerB { 
	text-align: center; 
	font-weight: bold; 
	padding: 4px;
	color: Black;
	}	

/* -------------IDs only ------------------------ */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	text-align: center;
	color: #8eacdd;
	clear: both;
	padding-top: 6px;
}	
#qlinks {
	text-align: right;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* --------------2 col divs -------------------- */
.leftdiv {
	float: left;
	width: 49.9%; /* by making one side less than 50%, IE won't flicker when resizing the browser narrower. */
	padding: 0px;
	margin: 0;
	background-color: white;
	text-align: justify;
}
.rightdiv {
	float:right;
	width: 50%; /* see .leftdiv above */
	padding: 0px;
	margin: 0;
	background-color: white;
	text-align: justify;
}	
/*  --------------------- block containers ---------------------- */

.content {
	margin-left: 8px;
	margin-right: 8px;
	background-color: White;
	overflow: hidden;
	text-align: left;
}
.toClear {
	clear: both;
	text-align: center;
	display: inline;
	min-width:700px;
}
.sidebar {
	text-align: left;
	color: #000000;
	font-size: 8pt;
}	
/*  -------------- colors -------------------- */
.red {
	color: #ce623d; }	
.green {
	color: #168501;
}	
.blue {
	color: #1f4aab;
}
.gold {
	color: #edba09;
}
.orange {
	color: #e9800e;
}
/*  ----------------- lists -------------------- */

ul {
	list-style: square;
	list-style-position: outside;
	display: block;
	white-space: normal;
}
ul li {
	padding-right: 10px;
}
/*  -----------------------links ------------------- */
a, a:link, a:active, a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 9pt; 
	color: #ce623d;
	text-decoration: none;	}	
a:hover {
	color: Black;}
a:link img { /* this one omits border on linked image */
	border: 0px;}		


/* ------------for quickLinks ------------------- */	
a, a:link.q, a:active.q, a:visited.q {
	color: white;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
} 	
a:hover.q {
	color: Black;
}
a.side, a:link.side, a:active.side, a:visited.side {
	color: White;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}
a:hover.side {
	color: Black;
}
	
/*  ------------------------- headers ----------------- */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}	
h1 { 
	margin-bottom: 4px;
	font-size: 165%;
	font-weight: bold;
	/*letter-spacing: .08em;*/
	color: white;
	}
h1 + p {
	margin-top: 0px;
}	
 
h2 {
	margin-bottom: 4px;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: .02em;
	}
h2 + p {
	margin-top: 0px;
}
h3 {
	margin-bottom: 0px;
	font-size: 130%;
	letter-spacing: .04em;
}
h3 + p {
	margin-top: 0px;
}

/*  --------------wraps ----------- */
#wrapWaves {
	background: #6ab352 url(../images/bkgWaves.jpg) repeat-x;
	height: 100%;
	overflow: hidden;
}
#redLine {
	background-color: #d26300;
	padding: 2pt;
	height: 100%;
	width: 850px;
	margin: 0 auto;
}
/*  ----------------- tables ------------------------ */	
table#corny	{
	background-image: url(../images/bkgGrnWhite2.jpg);
	}
