/*

purple: 153 0 244 #9900FE
green band on left: 105 158 0 with 12% transparency
green band along bottom: 105 158 0 with gradient darkening top

*/

@media screen, print {
.floatLeft {
	margin: 0;
	padding-right: .5em;
	float:left;
}
.floatRight {
	margin: 0;
	padding-left: .5em;
	float:right;
}
}

@media print {
.noprint {
	display: none;
}
.printonly {
}
body {
	font-size: 12pt;
	font-family: Bookman Old Style, Arial, Verdana, Helvetica, sans-serif;
	color: black;
	background-color: white;
	margin: 0.75in 0;
	padding: 0;
	border: none;
}
a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: black;
	padding: 0;
	background: none;
}
p {
	margin-bottom: 1em;
}
}

/*
@media handheld {

}
*/

@media screen {
.noprint {
}
.printonly {
	display: none;
}

html, p, h1, h2, h3, h4, h5, h6, form, a {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

body {
	font-size: 100.01%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: whitesmoke;
	background-color: black;
	margin: .5em .5em 1em .5em;
	padding: 0;
	line-height: 1.5em;
}
p {
	margin-bottom: 1em;
/*
	font-size:96%;
*/
}
a {
	font-size: 100.01%;
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Bookman Old Style */
	color: #699e00;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
a:link {
	border-bottom: 1px dotted white;
	color: #598e00;
}
a:visited {
	border-bottom: 1px dotted whitesmoke;
	color: #497e00;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	border-bottom: 1px dotted tomato;
	color: #89be00;
	text-decoration: none;
}
img, a img, .image {
	border: none;
	background-color:black;
	padding: 10px;
}

.bar {
	background-color: #699e00;
}

li {
	margin-bottom: 1em;
}
ul {
	line-height:.5em;
	list-style-type:none;
}
.ieulfix {
	margin-left:-1em;
}
h3 {
	text-decoration:underline;
}
/* 
logo background 180, 191, 135
logo purple 38, 18, 71
logo lavender 138, 136, 137
logo darker green 124, 132, 155
*/
}