/* set the page background color and margins. */
body { margin: 0px; background: #ffffff; background-image: url(images/watermark3.gif); background-position: center top; background-repeat: no-repeat;
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #e4e4ea;
	scrollbar-darkshadow-color: #191f44;
	/* inner lines */
	scrollbar-highlight-color: #bdbdbd;
	scrollbar-shadow-color: #bdbdbd;
	/* face, arrow and track */
	scrollbar-face-color: #142F5C;
	scrollbar-arrow-color: #cccccc;
	scrollbar-track-color: #cccccc;
}
/* set the page font formatting. */
body, div, td {font-family: verdana; font-size: .8em; color: #000000;}
/* default link colors - this is the default link color for the page */
a:link { text-decoration: none; font-weight: bold;color: #003366; } /* unvisited link color */
a:hover { text-decoration: none; font-weight: bold;color: #2379D9; } /* hover over an unvisited link color */
a:active { text-decoration: none; font-weight: bold;color: #003366; } /* hover over an unvisited link color */
a:visited { text-decoration: none; font-weight: bold;color: #003366; } /* visited link color*/
a:visited:hover { text-decoration: none; font-weight: bold;color: #2379D9; } /* visited link hover color*/
/*
	alternate link colors - change "subnav" to whatever word you'd like to use
	usage: <a href="somepage.html" class="subnav">
*/
a.subnav:link { font-weight: bold; text-decoration: none; color: #993300; }
a.subnav:hover { font-weight: bold; text-decoration: none; color: #2379D9; }
a.subnav:active { text-decoration: none; font-weight: bold;color: #993300; }
a.subnav:visited { font-weight: bold; text-decoration: none; color: #993300; }
a.subnav:visited:hover { font-weight: bold; text-decoration: none; color: #2379D9; }
/*
	alternate link colors - change "subnav" to whatever word you'd like to use
	usage: <a href="somepage.html" class="subnav">
*/
a.footer:link { font-weight: bold; text-decoration: none; color: #b7b7b7; }
a.footer:hover { font-weight: bold; text-decoration: none; color: #2379D9; }
a.footer:active { text-decoration: none; font-weight: bold;color: #2379D9; }
a.footer:visited { font-weight: bold; text-decoration: none; color: #b7b7b7; }
a.footer:visited:hover { font-weight: bold; text-decoration: none; color: #2379D9; }

li { list-style-image: url(/images/plusses.gif)}

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */
h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }

/* set font size for each H tag. Change this before using any of these elements
h3 { font-size:1em; }
h4 { font-size:1em; }
h5 { font-size:1em; }
h6 { font-size:1em; }
h7 { font-size:1em; }
 */
h1 { font-family: arial;
	font-size:1.1em;
	color: #3e5189; /* border-top: #3e5189 solid 2px; padding-top: 10px; */
	}
h2 { font-size:1.2em;
	}
/* only custom styles below this line */

.imgBorder { border: 1px solid #000000; }
.hl {
	font-size: 1.7em;
	color: ffffff;
	letter-spacing: 0em;
	word-spacing: -.1em;

}
.foot {
	color: b7b7b7;
	font-size: 0.8em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 5em;
}
.member {
	color: 808080;
	font-size: 0.8em;
}
.memberb {
	color: 808080;
	font-size: 0.8em;
	font-weight: bold;
}
.bred {
	font-weight: bold;
	font-size: 0.9em;
	color: #990000;
}
.b {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.hl2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
p 