/* Michael Clayton 26-NOV-99 */
/* This file is linked to by html files with this command

	<link rel=stylesheet href="index.css" type="text/css">

   	place it somewhere between <head> and </head>.*/

/* Unless otherwise specified, all other text will use this base font. */

		
body {
	background-color: #336187;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/* I'm declaring classes for special effects. */

.toc	{ font-family: Arial, Helvetica, sans-serif;	font-size: 10pt; font-style: heavy; }

.indent { text-indent: .5in; }

.note	{ font-size: 10pt;
		color: #006600;
		background: #ffffff;
		border-width: thin;
		border-style: ridge;
		position: relative;
		padding: 2pt;
		}

				
/* Links should all appear Light Blue. */
A:link 		{ color: #0000FF; font-style: heavy; }

/* Links, just as they are being selected, will appear Maroon.
This behaves differently between Netscape and IE. */
A:active 	{ color: #990033; }

/* Links which have been visited should be Light Gray which I intend
to make them look de-emphasized. */
A:visited 	{
	color: #FFF;
}

/* define class=chan values for hyperlinks as follows */
A.chan 			{ color: #0000FF; font-weight: bold; text-decoration: none; }
A.chan:active 	{ color: #0000FF; }
A.chan:visited 	{ color: #0000FF; }
A.chan:hover 	{ color: #FF0000; }
A.chan:visited:hover { color: #ff00FF; }

P			{
	font-style: italic;
	color: #9CAAE2;



}


OL, UL, DL	{ font-size: 10pt; }

ADDRESS	{ font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-style: italic;
		text-align: right;
		background: white;
		line-height: 12pt;
		}
.meetingbox {
	border: 2px solid #000000;
	position: absolute;
	top: 375px;
	left: 380px;
	width: 200px;
	height: 219px;
	background-color: #014163;
	background-image: url(images/nextmeetingfront.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font: arial;
	font-size: 10pt;
	font-weight: bold;
}
.eventbox {
	border: 2px solid #000000;
	position: absolute;
	top: 375px;
	left: 575px;
	width: 200px;
	height: 220px;
	background-color: #014163;
	background-image: url(images/nexteventfront.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font: arial;
	font-size: 10pt;
	font-style: normal;
}
p.fletter:first-letter {
	font-size: x-large;
	padding: 2px;
	float: left;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
}
.floatright {
	padding: 10px;
	float: right;
}
.burgandy {
	color: #600;
	font-weight: bold;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000;
}
.centerit {
	text-align: center;
	color: #9CAAE2;
}

