/* external CSS file */
/* filename: test.css */

BODY {
	background-color: #FFFFFF;
	color: #006633;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

DIV.banner {
	float: left;
	width: 98%;
	text-align: center;
	border: thin black solid;
}

DIV.bannertext {
	text-align: center;
	background-color: #FFFFFF;
	color: #006633;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	padding: .75em;
	border: thin black solid;
}

DIV.bannerimage {
	text-align: center;
	border-style: none;
}

DIV.leftcol {
	float: left;
	width: 18%;
	height: auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	text-align: center;
}

DIV.centercol {
	float: left;
	width: 56%;
	height: auto;
	padding: .25em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	border: thin #C0C0C0 solid;
}

DIV.beforeafter {
	float: left;
	width: 48%;
	height: auto;
	padding: .25em;
}

DIV.centerimg {
	text-align: center;
	height: auto;
	padding: .25em;
}

DIV.rightcol {
	float: left;
	width: 18%;
	height: auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
}

DIV.space {
	float: left;
	width: 1%;
}

DIV.nonprofit {
	color: #FF0000;
}

DIV.compliance {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	text-align: left;
	color: #FF0000;
	margin-left: .5em;
}

DIV.thispage {
	background-color: #000000;
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	border: .05em #000000 solid;
	margin: 0em;
	margin-bottom: .1em;
	padding: .4em;
	width: 8.5em;
}

DIV.thatpage {
	background-color: #C0C0C0;
	color: #000000;
	font-size: small;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	border: .05em #000000 solid;
	margin: 0em;
	margin-bottom: .1em;
	padding: .4em;
	width: 8.5em;
}

DIV.patrons {
	text-align: left;
}

DIV.patronsB {
	font-weight: bold;
}

DIV.patronsEM {
	font-style: italic;
}

H1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

H2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-left: 1em;
}

H3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: 2em;
}

H4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	margin-left: 3em;
}

LI {
	list-style-type: disc;
	padding-bottom: .4em;
}

/* CCFFCC is light green. */
/* font-family: Verdana, Helvetica, sans-serif */
