

/* landing site styles (a little different than others) */
.navpanel {
	font: 12px Arial;
	color: #0E401A;
	text-align: center;
}
.navpanel h1 {
	font: 24px Arial;
}

/* end of landing site styles */



/* basic reusable styles */
body {
	font: 12px Arial;
	color: #000000;
	text-align: center;
}
h4 {
	font: 14px Arial;
	color: #ff9400;
	font-weight: bold;
}
h3 {
	font: 16px Arial;
	color: #ff9400;
	font-weight: bold;
	text-align:center;
}
h2 {
	background-color: #ffbd00;
	color: #0E401A;
	font: 16px Arial;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
h1 {
	font: 24px Arial;
	font-weight: bold;
	color: #0E401A;
	text-align: center;
	width: 800px;
}
a {
	font: 14px Arial;
	font-weight: bold;
	color: #ff9400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.greenlink {
	font: 24px Arial;
	font-weight: bold;
	color: #0E401A;
	text-decoration: none;
}
a.greenlink:hover {
	text-decoration: underline;
}
#container {
	width: 760px;
	text-align: left;
	margin: 0 auto;
}
li {
	padding-top: 8px;
	padding-bottom: 8px;
	font: 16px Arial;
	font-weight: bold;
}
p.greentext {
	color: #0E401A;
	font-size: 12px;
}
td {
	font-size: 12px;
}